GigaTech
Members
-
Joined
-
Last visited
Solutions
-
GigaTech's post in HP DL380 G10 -> UNRAID -> Windows Server 2025 ROK (HP BIOS locked OS) was marked as the answerHi All,
Answering my own question
Edit the VM and change to XLM view and add `<smbios mode='host'/>` in the `<os>` section.
<os> <type arch='x86_64' machine='...'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/...</loader> <nvram>/etc/libvirt/qemu/nvram/...</nvram> <!-- Add this line to pass the host BIOS to the VM --> <smbios mode='host'/> </os>
This should really be easier to find...
Hope this helps
Thanks