Hi all, I am running an arm version of Proxmox (I know, not supported )
I have the following qemu statement that successfully runs the openwrt vm from the provided image.
However I cannot find the correct voodu to convert it to a working Proxmox configuration.
I imported the downloaded img using using:
The Proxmox file I have so far:
When starting the the vm I get:
and then nothing....
Can anyone help convert this to a working Proxmox conf file.
Thanks
I have the following qemu statement that successfully runs the openwrt vm from the provided image.
Code:
qemu-system-aarch64 -m 512 -nographic -cpu cortex-a72 -smp 1 -M virt -bios /usr/share/pve-edk2-firmware/aarch64/QEMU_EFI.fd -drive format=raw,file=openwrt-armsr-armv8-generic-ext4-combined.img
However I cannot find the correct voodu to convert it to a working Proxmox configuration.
I imported the downloaded img using using:
Code:
qm importdisk 100 ./openwrt-armsr-armv8-generic-ext4-combined.img local
The Proxmox file I have so far:
Code:
arch: aarch64
bios: ovmf
boot: order=scsi0
cores: 2
memory: 512
meta: creation-qemu=8.0.2,ctime=1697397737
net0: virtio=BE:9B:58:86:0C:B8,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local:100/vm-100-disk-1.raw,iothread=1,size=243564032
scsihw: virtio-scsi-single
serial0: socket
smbios1: uuid=f24426f9-fc3d-48e3-814e-a7ff91d66960
sockets: 1
vga: serial0
When starting the the vm I get:
Code:
starting serial terminal on interface serial0
and then nothing....
Can anyone help convert this to a working Proxmox conf file.
Thanks