aarrgh… (which is a²r²gh for those of you keeping track)

i want to make a bootable kubuntu 20.04 USB flash drive, but i don’t know how (never done it before) to install from a USB flash drive… and “installing from a CD” is no longer an option.

and, apparently, cheapbytes.com is no longer in business… 😒

so, i go to https://averagelinuxuser.com/make-a-bootable-usb-drive-in-linux/ which contains step-by-step instructions for how to do it.

after spending half an hour figuring out which is the USB flash drive i want to put it on to (/dev/sdc — which i found out by removing all the other USB disk from my system, and typing “sudo fdisk -l”), i try to wipe /dev/sdc and reformat it (because it is formatted for mac), but when i type

sudo wipefs --all /dev/sdc

it says

wipefs: error: /dev/sdc: probing initialisation failed: Device or resource busy

so, i try

umount /dev/sdc

but it throws the same error…

i DO NOT UNDERSTAND!! the device is NOT “busy”, you dumb machine!! 🤬 but then i realise that the machine isn’t the dumb one here, and if it’s giving me an incomprehensible error, it must be because it has been given incomprehensible commands… by me… 🤬

so, i type:

sudo dd bs=4M if=/home/salamandir/Documents/Install/kubuntu-20.04.2.0-desktop-amd64.iso of=/dev/sdc status=progress && sync

and, eventually, it gives me

2643034112 bytes (2.6 GB, 2.5 GiB) copied, 163 s, 16.2 MB/s
630+1 records in
630+1 records out
2643034112 bytes (2.6 GB, 2.5 GiB) copied, 163.442 s, 16.2 MB/s

but after that, it hangs up. when i press "enter", after a LONG delay, it gives me

^C

and, after that... nothing.

i don't have the patience to learn all this again... i just want it to work... 😒

after another HOUR of futzing about, i figured it out... but it's REALLY frustrating, and i really don't have the patience to figure it all out without significant stress.

and, when i booted with the new system, it was UGLY, and i know FOR A FACT that i'm going to have to spend as much time tweaking the system to my preferences as i am going through endless stacks of numbered files, and re-filing them in more-or-less the right place, for about the next 3 years.

just another reason to give up computers all together and become a hermit. 😒