37

I could only find server ARM images at: https://www.ubuntu.com/download/server/arm

But are there any ARM images that come with a graphical desktop installed by default?

I don't have specific hardware requirements, even just running it on QEMU would be fine for now.

4 Answers4

29

Yes there are. You can find the installer images for Ubuntu Desktop on arm64 in the daily builds:

Note that these images are not officially supported. They should be stable, however, and they are created by the Ubuntu project

marbens
  • 217
MinelsGO
  • 391
20

Installing Ubuntu Desktop for arm64 using Ubuntu Server ISO

At the end of the installation, you will have Ubuntu Server installed without any GUI. To install Ubuntu Desktop, log in and run:

$ sudo apt update
$ sudo apt install ubuntu-desktop
$ sudo reboot
javacom
  • 201
  • 2
  • 3
5

You can find it in the ubuntu daily build

https://cdimage.ubuntu.com/daily-live/current/

Asish Tom
  • 51
  • 1
  • 1
0

https://cdimage.ubuntu.com/releases/24.10/release/ now has an ARM based CD image available to download.

Joshka
  • 216