Instructions can be found here (for latest Ubuntu). We use Ubuntu 22.04.
- USB
- download Ubuntu image (Ubuntu 22.04).
- create bootable USB flash drive by balenaEtcher, insert USB
- boot computer and access BIOS by reptively pressing F2 (or alternatives)
- boot with Ubuntu installer, follow instructions
- once successfully installed, restart and remove USB
Update system
sudo apt update
sudo apt upgradeGraphic drivers
If you get a black screen while booting Ubuntu installer, you might need to do the following steps.
During the GRUB boot menu (the screen that says "Try Ubuntu" or "Install Ubuntu"), press
e to edit boot parameters. Add nomodeset after quite splash:
linux /casper/vmlinuz ... quiet splash nomodesetAfter installing Ubuntu, while rebooting after removed USB, you might still occur this problem. Press shift (possibly other keys, search for how to access the GRUB menu) after you reboot to access the GRUB menu, repeat the previous step again. Once you are in Ubuntu, open terminal and run
# sudo apt install vim
sudo vim /etc/default/grubAgain, qdd nomodeset after quite splash and save it for permanent change.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"Rapid Storage Technology
(TBD)
BitLocker
(TBD)