Installing Ubuntu using VMWare fusion tech Preview on MAC M1 silicon

daud99

daud99

Posted on July 24, 2022

Installing Ubuntu using VMWare fusion tech Preview on MAC M1 silicon

Download Ubuntu ISO

Download the ISO named "ubuntu-20.04.4-live-server-arm64.iso" from here.

Create a new Virtual Machine

Image description

1- Click on "Install from disk or image".

Image description

2- Browse and select to the ISO Ubuntu file downloaded.

Image description

3- Click Finish.

Image description

It will automatically start the Virtual Machine. Simply shut it down.

Disabling Network Adapter

1- Go to the Settings
Image description

2- Select Network Adapter

3- Deselect Connect network adapter
Image description

Installing Ubuntu

1- Now, start the VM.
2- Click on "Install Ubuntu Server"
3- Select all the defaults and keep on going.
4- Eventually, you will reach here.
Image description
5- Once install You can see that "installing system" changes to "Install Complete!". Then, click on "Reboot Now" and Press "Enter" again.
Image description
6- The VM will stuck on the following screen simply Press "Enter" to continue.
Image description
7- Enable the Network adapter back again by going to the Settings > Network Adapter > Selecting "Connect Network Adapter" option.

8- You will be prompt to Enter Username and password which you configured while installing the operating system.
9- You will reach the following screen.
Image description
10- Also remove the ISO by going to settings and unselecting "CD/DVD (SATA)
Image description

Updating repositories and rebooting



sudo apt update
sudo reboot

Enter fullscreen mode Exit fullscreen mode




Installing Desktop Environment




sudo apt install tasksel
sudo tasksel install ubuntu-desktop
sudo reboot

Enter fullscreen mode Exit fullscreen mode




Install VMWare tools




sudo apt install -y open-vm-tools-desktop
sudo reboot now

Enter fullscreen mode Exit fullscreen mode




Take Snapshot for fresh installation

We can revert back to it in case there is some issue.

Image description

Image description

Image description

💖 💪 🙅 🚩
daud99
daud99

Posted on July 24, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related