Dear PVE-lovers,
I have reasons to replace the PXE ROM and found a couple of tips in this forum how to resolve this.
Adding ".pxe" to the machine type does not work in my 6.3-6 installation. It looks like the qemu_use_old_bios_files() function call in /usr/share/perl5/PVE/QemuServer.pm does not, or too late, remove the ".pxe" extension from the machine type. This leads to the problem that kvm does not recognize the machine type and therefore does not start.
Here is an example what "--pretty" shows:
Any idea what's the preferred way to replace the ROM in PVE 6.3-6?
Thanks and best regards
dksoft
I have reasons to replace the PXE ROM and found a couple of tips in this forum how to resolve this.
Adding ".pxe" to the machine type does not work in my 6.3-6 installation. It looks like the qemu_use_old_bios_files() function call in /usr/share/perl5/PVE/QemuServer.pm does not, or too late, remove the ".pxe" extension from the machine type. This leads to the problem that kvm does not recognize the machine type and therefore does not start.
Here is an example what "--pretty" shows:
Code:
-device 'pcnet,mac=04:00:00:01:00:79,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=100' \
-machine 'type=pc-q35-5.2.pxe+pve0'
Any idea what's the preferred way to replace the ROM in PVE 6.3-6?
Thanks and best regards
dksoft