jiangcuo / Proxmox-Port

Proxmox VE arm64 riscv64 loongarch64
GNU Affero General Public License v3.0
545 stars 27 forks source link

Booting aarch64 U-boot IMG (HAOS) in a VM #49

Closed belangerpascal closed 4 months ago

belangerpascal commented 4 months ago

Hi, loving this! Great work. I just built a Proxmox cluster of 3 RPI5. I'm trying to figure out how to properly build a VM that would boot an existing qcow2 image that's built for a generic aarch64 with U-Boot (HAOS - https://github.com/home-assistant/operating-system/releases/download/11.5/haos_generic-aarch64-11.5.qcow2.xz).

How could I attack this?

Thanks

Pascal

belangerpascal commented 4 months ago

Well, I figured it out, the generic aarch64 image is using UEFI, I was able to boot the VM with the proper configs and work really well. Thanks again for this! Great work.

belangerpascal commented 4 months ago

Thanks