VBoxManage createvm --name test --ostype WindowsXP --register
VBoxManage modifyvm test --memory 2000 --vram 128 --boot1 dvd --boot2 disk --boot3 none --boot4 none --audio alsa --audiocontroller ac97 --usb on --usbehci on
VBoxManage sharedfolder add test --name home --hostpath /home/keinpasswort
VBoxManage sharedfolder add test --name media --hostpath /media
VBoxManage createhd --filename test.vdi --size 50000 --remember
VBoxManage storagectl test --name IDE Controller --add ide --controller PIIX3
VBoxManage storageattach test --storagectl IDE Controller --port 0 --device 0 --type hdd --medium test.vdi

