DEV Community

daud99
daud99

Posted on

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

Top comments (8)

Collapse
 
kaipaynter profile image
kaipaynter

These steps are no longer needed. Looks like tasksel was deprecated.

sudo apt install tasksel
sudo tasksel install ubuntu-desktop

This worked for me

sudo apt install ubuntu-desktop^

Thank you for this guide. It's so useful

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
daud99 profile image
daud99

Seems like it trys to download some update from the server which make it stuck.

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
daud99 profile image
daud99

I believe, you just need to do this for the first time. After that, you can leave your network adapter connected.

Collapse
 
posty999 profile image
Ryan734

Hi Daud - Just to ask for your advice. After this step: 2- Click on "Install Ubuntu Server" I keep getting a black screen where nothing happens. Any advice?

Collapse
 
daud99 profile image
daud99

Hi @posty999 have you turned off the Network adapter?

Collapse
 
posty999 profile image
Ryan734

Yes - as per your instructions I have deselected Connect network adapter. However, I still get a blank screen when starting up the machine after clicking on "Install Ubuntu Server".