Saturday, July 13, 2024

Backup Backup server - Part 2

 Well, nothing ever really works like you would like the first time.... Or the second, or the 10th.

So now im writing this on my laptop

Anyways, the computer did in fact not reboot. Trying to mount the disk and figure out what was wrong, just showed me that the files that were supposed to be on the disk weren't there.

So i tried from the kde live cd, and that just made me realize how much i have missed kde, from when i used SUSE in the olden days. It actually felt faster, more snappy than the xfce live distro !!. 

Anyhows. 

I tried to get the installation going from the latest Netinst iso, that failed as well.

Then i got an idea. Perhaps im just too impatient.

Perhaps i can chain boot the usb3 stick from the usb3 card, and speed up the disk access.

So in with an older boot usb, that contains a chainloading distro, the install drive went into the usb3 in the back.

Booting. Nope, cant see the usb3 connected drive. (Note to self, can i add the needed bios thinghy to to bios, Perhaps adding the server remote that the chipset supports as well ?? Ill park this here, as somethign for another day)

Now on this old boot stick, was an older version of the netInst for Debian 12. So because i'm too lazy to change the usb sticks, i tried booting this one.

This opened a simple graphical installer, and i'm currently installing the base system.

Settings like language, placement and so on are always kind of difficult, as i like my keyboard/time/locales to be Danish, but then language to be american english. 

I deselected the graphical system, added SSH-server. and let it run.

Installed the Grub boot loader. Decided to mess with the installation, and inst0alled the grub boot loader to the Intel disk, and the first disks on the internal controller, and the last disk on the internal controller as this is seen as /dev/sda

So basically to /dev/sda /dev/sdb /dev/sdf. I need to do some digging into if this is a good idea, and if i can trick the system into always updating all boot confs at once. Edit: Having done some googling, it doesn't seem to be necessary to do a grub update, just because of a kernel update.

Then i pressed finish installation, and hey presto it booted.

So now to install kde, not that i want it to start as default, i just like to have it as it makes following a tutorial from the net simpler.

off to install kde we go

As i use integrated amd graphics i skip the steps on nvidia.

sudo apt update

sudo apt install kde-standard plasma-nm

Then i needed to fix the new wifi card that wasn't detected.

 Reading from the ubuntu forums i found the following.

install kernel and build thinghys

sudo apt update
sudo apt install build-essential git dkms bc
Then get the latest driver from git, and compile
Git clone https://github.com/morrownr/8821cu-20210916.git
cd 8821cu-20210916
sudo ./install-driver.sh
Waited for the build to complete
 (a 1.3Ghz, dualcore Turion II cpu takes absolute AGES to do this)
Chose the default something for a file, and did a reboot as ordered.
Doing this booted directly into kde. Fine for now.
Later i will disable the kde startup
i will continue the log in part 3, working again on the server it self






Labels: , , , , , , , , , , ,

0 Comments:

Post a Comment

<< Home