惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
IT之家
IT之家
B
Blog RSS Feed
罗磊的独立博客
GbyAI
GbyAI
博客园 - Franky
Y
Y Combinator Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
博客园 - 聂微东
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
U
Unit 42
博客园 - 叶小钗
Jina AI
Jina AI
MyScale Blog
MyScale Blog
雷峰网
雷峰网
B
Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
Recent Announcements
Recent Announcements
腾讯CDC
酷 壳 – CoolShell
酷 壳 – CoolShell

Jeff Geerling

NTP, an atomic clock, and having a great time at the world OpenNMC is an open replacement for expensive APC management cards Rebuilding a 1995 GPS Time Server so I don Before NTP there were Time and Daytime Building a mini Homelab that fits in my carry-on Debugging Ubiquiti Getting the Steam Deck LCD working on a Raspberry Pi Hands-on with Raspberry Pi I Getting 25 Gbps Thunderbolt Ethernet on my Mac Studio Adding a backup Internet WAN on my OPNsense Router Open Sauce and GPS time were my summer AI Antiseptics QuadRF can spot drones and see WiFi through my wall The Special Value Pi 4 was extremely short-lived Quickly apply LUTs (color grading) with ffmpeg Framework You can finally power on a Mac remotely I tested every IP KVM in my Homelab It's hard to justify buying a Framework 12 Tuning in FM Radio on a 3D Printer Heatbed I patched iozone for better disk benchmarks on modern macOS News about Raspberry Pi 6 and Microcontroller Development Wi-Wi Is Wireless Time Sync at 1 nanosecond Bambu Lab is abusing the open source social contract HomePod mini feels like magic, but it's just good timing SBC Clusters are a terrible value, but they're fun anyway Raspberry Pi Connect may control Windows soon New 10 GbE USB adapters are cooler, smaller, cheaper An Arm Mainboard for the Framework Laptop Build your own Dial-up ISP with a Raspberry Pi
Proxmox officially supports Arm, with some caveats
jeff@jeffgeerling.com (Jeff Geerling) · 2026-08-06 · via Jeff Geerling

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.

Proxmox VE running on Ampere Altra Max workstation

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!