Vbox
Vbox
From Hugme.org
Creating a new virtual device
I will be creating testvm with a 2 gig partition
- VBoxManage createhd --filename "testvm" --size 2000 --register
- VBoxManage modifyvm "linuxmover" --hda "linuxmover"
- VBoxManage storagectl linuxmover --name "SATA" --add sata
- VBoxManage modifyvm "linuxmover" --sataport1 "linuxmover.vdi"
- VBoxManage storagectl linuxmover --name "IDE Controller" --add ide
- VBoxManage storageattach linuxmover --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium ~vmadmin/images/KNOPPIX_V6.2.1CD-2010-01-31-EN.iso
Re-install the vbox kernel
- /etc/init.d/vboxdrv setup