On Mon, May 4, 2009 at 17:25, Nicolò Chieffo <[email protected]> wrote:
> Thanks. Unfortunately that wasn't enough. It seems that the app looks
> for another DMI key.
>
> UUID=XP
> SED="VBoxManage setextradata $UUID"
> CFG=VBoxInternal/Devices/pcbios/0/Config
>
> $SED "$CFG/DmiBIOSVendor"       "Dell Inc."
> $SED "$CFG/DmiBIOSVersion"      "A11"
> $SED "$CFG/DmiBIOSReleaseDate"  "12/17/2008"
> $SED "$CFG/DmiBIOSReleaseMajor" "1"
> $SED "$CFG/DmiBIOSReleaseMinor" "1"
> $SED "$CFG/DmiBIOSFirmwareMajor" "1"
> $SED "$CFG/DmiBIOSFirmwareMinor" "1"
> $SED "$CFG/DmiSystemFamily"     ""
> $SED "$CFG/DmiSystemProduct"     "Latitude E6400"
> $SED "$CFG/DmiSystemUuid"       "my uuid here"
> $SED "$CFG/DmiSystemVendor"     "Dell Inc."
> $SED "$CFG/DmiSystemProduct"     "Latitude E6400"
> $SED "$CFG/DmiSystemVersion"     "Not Specified"
> $SED "$CFG/DmiSystemSerial"     "my serial here"
>

Now I think i should re-read the User Manual...
Didn't know you could change DMI like this :D
Wonders what else i don't know...

_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to