Yes there are. You can find the installer images for Ubuntu Desktop on arm64 in the daily builds:
Latest: https://cdimage.ubuntu.com/daily-live/current/
24.04 LTS: https://cdimage.ubuntu.com/releases/24.04/release/
22.04 LTS: https://cdimage.ubuntu.com/releases/22.04/release/
Note that these images are not officially supported. They should be stable, however, and they are created by the Ubuntu project
Answer from MinelsGO on askubuntu.comYes there are. You can find the installer images for Ubuntu Desktop on arm64 in the daily builds:
Latest: https://cdimage.ubuntu.com/daily-live/current/
24.04 LTS: https://cdimage.ubuntu.com/releases/24.04/release/
22.04 LTS: https://cdimage.ubuntu.com/releases/22.04/release/
Note that these images are not officially supported. They should be stable, however, and they are created by the Ubuntu project
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
Hey, can anyone help me? I've been trying for hours to install Linux on my notebook, the problem is that it's ARM64 architecture, I saw that Ubuntu is compatible with ARM, but when I try to start it on my notebook, the screen goes blank, I'm trying to boot with Ventoy
Hello,
I'm currently working on building a pocketable setup for running Ubuntu/Debian on my smartphone and cast the screen to my wireless android AR glasses.
I always used x86 but am considering to completely transition to aarch64/arm to leverage the mobile arm chipset as much as possible. (Virtualization on mobile chipsets partially supports x86, because mobile chipsets are arm based, so reducing overhead would be important. x86 would be possible but not on all chipsets and only with some overhead that I think is worth taking in account)
My concern is that I would have to find a lot of inconvenient workarounds because everything is built for x86, but not for arm. But arm would run natively on those powerful mobile chipsets.
What type of issues would I encounter? And what would be a solid long-term strategy to solve them?
I hope someone experienced can give me some advice.