Page 1 of 1

Setting System Info for EFI "BIOS"

Posted: 6. May 2011, 16:46
by ahendricks
I would like to know how to set the BIOS Serial Number, Model Number etc. when using an EFI "BIOS".

The comand to do this in BIOS are like:
VBoxManage setextradata "VM name" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial" "System Serial"
VBoxManage setextradata "VM name" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "System Product"

What are the commands do set this for EFI?

Thanks