VBoxManage DmiSystemSerial not working.
Posted: 21. Sep 2012, 08:30
Linux host - running this to a windows 7 VM. Tried with VM running and switched off, still returns value of 0.
Then I run this on my host.
Returns "0"
Running this on the Windows VM.
Returns "0" as well.
Anyone have an idea as to why this is failing?
Code: Select all
VBoxManage setextradata "/home/VirtualBox VMs/7vm/7vm.vbox" VBoxInternal/Devices/pcbios/0/Config/DmiSystemSerial $(hostname -s)-win7vmCode: Select all
echo $?Running this on the Windows VM.
Code: Select all
wmic bios get serialnumberAnyone have an idea as to why this is failing?