-
Notifications
You must be signed in to change notification settings - Fork 0
01 Ubuntu 20.04 LTS Installation
hrpatel edited this page Apr 5, 2021
·
3 revisions
Notes and resources collected while setting up sol
Ubuntu 20.04 LTS
- USB only
- MicroSD/USB boot:
- https://askubuntu.com/questions/1254810/booting-ubuntu-server-20-04-on-pi-4-from-usb.
- TLDR: Rename (from
writable
) or remove the 2nd partition on MicroSD card so the one on the USB drive is used during boot. WARNING: Remove/rename theLABEL=system-boot
partition from the SSD so/boot
is mounted from the MicroSD (this step is listed as optional but its not!)- Once the SSD boot partition is renamed/removed, see
Missing linux modules
on https://github.com/hrpatel/raspberry-pi/wiki/k3s-Installation to fix the modules permanently
- Once the SSD boot partition is renamed/removed, see
- Container support
- Set hostname
- Enable container support
- Fix linux modules [optional] (if you forgot to remove boot partition from the SSD like I did)