Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

🐙 Ubuntu

Instructions can be found here (for latest Ubuntu). We use Ubuntu 22.04.

🧸 Prerequisites

  • USB

📚 Install steps

  1. download Ubuntu image (Ubuntu 22.04).
  2. create bootable USB flash drive by balenaEtcher, insert USB
  3. boot computer and access BIOS by reptively pressing F2 (or alternatives)
  4. boot with Ubuntu installer, follow instructions
  5. once successfully installed, restart and remove USB

Update system

sudo apt update
sudo apt upgrade

🤢 Potential problems

Graphic 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 nomodeset

After 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/grub

Again, qdd nomodeset after quite splash and save it for permanent change.

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"

Rapid Storage Technology

(TBD)

BitLocker

(TBD)