Kubuntu mit Parallels auf Apple Silicon
Thought i would post this since i've been trying to figure it out.
-
Get a copy of ubuntu server arm64
-
Install the "normal" option
-
sudo apt update
-
sudo apt upgrade
-
install parallels tools
-
click the alarm looking button
-
it will put in the CD
-
sudo mkdir /media/cdrom
-
sudo mount -o exec /dev/cdrom /media/cdrom
-
cd /media/cdrom
-
sudo ./install
-
reboot
-
-
sudo apt update
-
sudo apt upgrade
-
sudo apt install kubuntu-desktop
-
reboot (shutdown -r now)
-
Internet works, but Discover update system has problems
-
Open /etc/netplan/50-installer-config.yaml
-
add "renderer: NetworkManager" after the "version: 2" and delete “ethernets: “ section with the adapter name and dhcp setting. (Network manager will add it automatically). Snap will not work if u don’t delete ethernets.
- to avoid a two minute boot wait penalty, disable the servers default systemd networkd service (sudo systemctl disable systemd-networkd.service), which will be replaced by the NetworkManager service on next boot.
-
save and reboot
-
had to re-install parallels tools manually. Mount the iso located here and run the install gui script: Applications > Parallels Desktop > Contents > Resources > Tools > pr-tools-lin-arm.iso
- remove fwupd and fwupd-discover backend with
sudo apt-get remove fwupd plasma-discover-backend-fwupd. Without that the "get updates" function of discover will hang. -
reboot
- thats it