[pve-devel] [PATCH qemu-server 0/1] pxe: Fix machine types with pxe

Luca Berneking luca at berneking.net
Thu Mar 25 19:12:02 CET 2021


Fixes a problem with custom pxe roms.
I need to boot a custom ipxe rom image in my pve vms.
I simply replaced the rom file in `/usr/share/kvm/pxe-virtio.rom`
with my custom rom build.
But to actually load these rom images in a new vm, you need to use a
machine type with a ".pxe" suffix. Theres the problem, proxmox adds
"+pve0" to the machine type specified in the config, so
"pc-i440fx-5.0+pve0.pxe" became "pc-i440fx-5.0+pve0.pxe+pve0" which
obviously does not exists and failes to boot.


Luca Berneking (1):
  pxe: Fix machine types with pxe

 PVE/QemuServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.31.0





More information about the pve-devel mailing list