Page 1 of 1

Switching CD's with VBoxHedless

Posted: 4. Jul 2008, 07:21
by illa
new to VB so I have lots of questions, I apologize if this has been addressed before but searching through the forums docs i did not see it...

How do I change a CD with VBoxHeadless when the Guest is booted?
VBoxManage modifyvm vmbox_01 -dvd /balh.iso wont work because it says the VM is currently in use

Posted: 4. Jul 2008, 09:15
by Martin
Have a look at the
VBoxManage controlvm <name> dvdattach ....
command.