I have a problem with the "setextradata"-Option of vboxmanage. I'm not sure whether it is an issue of Virtualbox or of mine
False output I get with the CD-parameters; I set them, but they don't appear in the guest.
Looking for data in the host using
Code: Select all
udisks --show-info /dev/sr1Code: Select all
[...]
drive:
vendor: MATSHITA
model: MATSHITADVD-RAM UJ-831S
revision: 1.00
serial:
[...]
Code: Select all
VBoxManage setextradata "Vubuntu" "VBoxInternal/Devices/ahci/0/Config/Port1/ATAPIVendorId" "MATSHITA"
VBoxManage setextradata "Vubuntu" "VBoxInternal/Devices/ahci/0/Config/Port1/ATAPIProductId" "DVD-RAM UJ-831S"
VBoxManage setextradata "Vubuntu" "VBoxInternal/Devices/ahci/0/Config/Port1/ATAPIRevision" "string:1.00"
Code: Select all
udisks --show-info /dev/sr1Code: Select all
[...]
drive:
vendor: MATSHITA
model: VBOX CD-ROM
revision: 1.0
serial: VB1-1a2b3c4d
[...]
Similar, i did this with setextradata for harddisk, it works right. All parameters I set appear in the guest.
This is the harddisk-script:
Code: Select all
VBoxManage setextradata "Vubuntu" "VBoxInternal/Devices/ahci/0/Config/Port0/SerialNumber" "WD-WX60A89E4748"
VBoxManage setextradata "Vubuntu" "VBoxInternal/Devices/ahci/0/Config/Port0/ModelNumber" "WDC WD1200BEVE-00WZT0"
VBoxManage setextradata "Vubuntu" "VBoxInternal/Devices/ahci/0/Config/Port0/FirmwareRevision" "01.01A01"
Code: Select all
udisks --show-info /dev/sdaCode: Select all
[...]
drive:
vendor: ATA
model: WDC WD1200BEVE-00WZT0
revision: 01.01A10
serial: WD-WX60A89E4748
[...]