VM fails to start
See original GitHub issueThe .sh files runs with no errors, but when I try to start the VM in order to install the OS I get the following message “Error: failed to start machine. Error message: PIIX3 configuration error: “FirmwareRevision” is longer than 8 bytes (VERR_INVALID_PARAMETER)”
Maybe errors in the .sh file:
VBoxManage setextradata “$1” VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor ‘Dell Inc.’
VBoxManage setextradata “$1” VBoxInternal/Devices/pcbios/0/Config/DmiSystemVersion ‘string:’
controller=VBoxManage showvminfo "$1" --machinereadable | grep SATA
if [[ -z “$controller” ]]; then
VBoxManage setextradata “$1” VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/ModelNumber ‘SG_IO: bad/missing sense data, sb[]: 70 00 05 00 00 00 00 0d 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
HDIO_GET_IDENTITY failed: Invalid argument’
VBoxManage setextradata “$1” VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/SerialNumber ‘4016140B3A674D9BAA4A’
Ubuntu 16.04.2 LTS python-dmidecode 3.12.2-2 python 2.7.12 virtualbox 5.1.22r115126
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (6 by maintainers)
Hi @Dhatheway I will look into it during the weekend and get back to you
I believe you! The process is a bit messy and confusing at times =). I’m glad that you got it to work! If you run into any other strange things, just let me know!