Jump to content

Command Crate ¿about?

Add IDE controller to VM (vboxmanage)

vboxmanage storagectl $VM_NAME --name "IDE Controller" --add ide --controller PIIX4

Adds an IDE controller to a VirtualBox VM with the specified controller type (PIIX4).

virtualization [kb:149]