linux on m1 mac
last updated: Oct 20, 2023
- install UTM: https://mac.getutm.app/
- download ubuntu server iso: https://ubuntu.com/download/server/arm
- open utm, select iso, boot it
- install ubuntu via text interface
sudo apt install ubuntu-desktop
systemctl enable gdm3
- will ask for your password a bunch of times and end with a warning
systemctl start gdm3
- should bring up the login page