Ubuntu 20.04 Focal Fossa (a Madagascar wild cat) on USB
https://en.wikipedia.org/wiki/Fossa_(animal)
The fossa is a cat-like, carnivorous mammal endemic to Madagascar. It is a member of the Eupleridae, a family of carnivorans closely related to the mongoose family Herpestidae. Wikipedia
I have installed linux from CD(DVD?) last few times.
USB needed this time . . .
Create a BASIC linux bootable USB installer:
download Ubunto 20.04 .iso image.
https://releases.ubuntu.com/20.04/
Ubuntu 20.04.1 LTS (Focal Fossa)
Use ubuntu "startup disk creator" utility to write it to USB key.
Disadvantage: image not writable, extra space on USB key cannot be written to.
(iso9660 NOT WRITEABLE):
https://ubuntu.com/tutorials/create-a-usb-stick-on-ubuntu#1-overview
Create a linux bootable USB with writable partition: <- much better
download Ubunto 20.04 .iso image.
Install mkusb and mkusb-plug tools. (sudo apt add repository for mkusb and apt-get install).
Run mkusb-plug, selecting "live drive with usbdata partition" and select the .iso file and USB device.
See detail here on different methods to create bootable linux USB keys:
You now have Ubuntu on a USB stick, bootable and ready to go.
With a bootable Ubuntu USB stick, you can:
Install or upgrade Ubuntu
Test out the Ubuntu desktop experience without touching your PC configuration
Boot into Ubuntu on a borrowed machine or from an internet cafe
Use tools installed by default on the USB stick to repair or fix a broken configuration
Dual boot install Dell XPS 13 Windows 10. Install for kate's laptop.
"Install ubuntu alongside Windows" == Installing dual boot Ubuntu and Windows:
Backup your stuff, read many docs.
CAVEAT! BEWARE! Installs like this could go wrong, your windows stuff would still be there. Probably. Recovering from a problem could be quite tricky. If you have pretty common computer/hardware then most likely all will be easy, fine no problem.
Disable windows Fast Boot (optional).
Disable Secure Boot (windows UEFI ~= bios settings)
Create free disk space for linux install,
open windows "create and format hard disk partitions" and shrink disk.
These pages have decent detailed instructions:
https://itsfoss.com/install-ubuntu-1404-dual-boot-mode-windows-8-81-uefi/
https://linuxconfig.org/how-to-install-ubuntu-20-04-alongside-windows-10-dual-boot
Wow. The grub menu test on the Dell XPS 13 is teeeeny tiny.
The install of linux went easy, exactly as with instructions.
Disable secure boot/fast boot was already done.
Getting UEFI menus to boot into bios took some fiddling.
Writeable usb boot:
mkusb-minp - small stand-alone shellscript that can use this new feature in Ubuntu 19.10. It works with Debian 10 too.
mkusb-plug - small set of shellscripts that can use this new feature in Ubuntu 19.10. It works with Debian 10 too. I think you will find things easier with this new and very safe tool with a graphical user interface.
https://unix.stackexchange.com/questions/565250/cannot-mount-live-usb-drive-as-read-write
$ sudo mkusb-plug
source file: '/home/xxxx/Downloads/ubuntu-20.04.1-desktop-amd64.iso'
--{vfat|exfat|ntfs}
*** usbfs ***
spawn bash -c xorriso-dd-target -plug_test -trust_lsblk_udev | tee /tmp/tmp.WoL3W0SOhv
Caused by option -plug_test: Attempt to find the desired device
by watching it appear after being plugged in.
Step 1:
Please make sure that the desired target device is plugged _out_ now.
If it is currently plugged in, make sure to unmount all its fileystems
and then unplug it.
Press the Enter key when ready.
Found and noted as _not_ desired: sda nvme0n1
Step 2:
Please plug in the desired target device and then press the Enter key.
Waiting up to 10 seconds for a new device to be listed .... found: sdc
Now waiting 5 seconds to let it settle .........
Found and noted as desired device: sdc
No comments:
Post a Comment