Proxmox officially supports Arm, with some caveats
摘要
Proxmox 官方发布支持 64 位 ARM 的 Proxmox VE 9.2 版本。作者 Jeff Geerling 在 Ampere Altra 开发平台上实测安装成功,过程顺利。官方正式支持仅限 NVIDIA Grace Hopper 和 Vera 服务器平台,其他 UEFI / ACPI 的 ARMv9-A 硬件为尽力支持,而依赖设备树的树莓派等 SBC 不在官方支持内,但可通过第三方 UEFI 固件运行。作者还提到已有用户通过 UEFI 固件在树莓派 4 上运行成功。
荐读理由
文章提供了 Proxmox 官方 ARM 支持的具体版本、硬件要求与实测经验,可帮助读者评估自家 ARM 服务器或 SBC 能否迁移到 Proxmox,并了解 UEFI/ACPI 与设备树在虚拟化支持上的关键差异。
原文
Proxmox officially supports Arm, with some caveats
Aug 5, 2026
Proxmox today announced their Proxmox Virtual Environment is now available for 64-bit ARM.
I tested it on my Ampere Altra Dev Platform—the same machine on which I've booted Windows on Arm the first time, messed with multiple GPUs, and most recently tested Houdini's native arm64 support.

Install was easy, as the Ampere Altra uses UEFI / ACPI for its hardware, meaning Proxmox didn't have to tailor its ISO to specific platforms, like you have to do with Raspberry Pis and most SBCs using a Device Tree setup.
I just went into the BIOS, selected my USB stick with the official Proxmox VE 9.2 for ARM64 ISO flashed to it, and ran the graphical installer.
I had a little trouble installing Ubuntu 24.04.1 from an arm64 minimal server live CD inside the VM, so I've opened up this issue on the Proxmox forums: Testing Proxmox VE on Ampere Altra Max (Armv8).
Platform Support
Officially, they only support NVIDIA Grace Hopper and Vera server platforms (I'm guessing NVIDIA was interested in bringing up Proxmox support, and helped in some way?).
For other platforms:
- Best-effort support on other UEFI-based ARMv9-A or newer hardware (ARMv8-A generally works as well, likewise best-effort)
- The host must boot through UEFI and describe its hardware through ACPI
- Device-tree-only single-board computers, such as the Raspberry Pi, are not supported
I don't think that precludes this flavor of Proxmox from running on the Raspberry Pi. The forked Raspberry Pi 5 UEFI project enables UEFI support (with some limiations) on the Pi 5, and similar projects exist for other popular SBCs, like the Rockchip RK3588.
Update: Mastodon user @[email protected] got it running on Pi 4 already, using this UEFI firmware from pftf.
The other main Armv9 platforms I've used are Apple's M-series computers (some older M-series systems may work via Asahi Linux, maybe?), and systems built around the Cix P1 SoC in the Radxa Orion O6, Minisforum MS-R1, and Framework AI PC Mainboard.
Here's a video of the entire install and first look on my Ampere Altra Developer Platform:
Due to time limitations, I've only been able to test on my Ampere Altra Max system. I'd love to hear any of your experiences on other arm64 systems in the comments below!
这条对你有帮助吗?