- Attach the Host DVD drive to a Virtualbox VM
Just a quick note because it took me a while to figure it out. If you have a Virtualbox VM running headless and would like to attach the host DVD drive without having to boot into the Virtualbox GUI, use VBoxManage: VBoxManage storageattach “VM-Name” –storagectl “IDE Controller” –port 1 –device 0 –type dvddrive –medium Host:/dev/cdrom [...]


