SEARCH
TOOLBOX
LANGUAGES
Vbox

Vbox

From Hugme.org

Jump to: navigation, search

Creating a new virtual device

I will be creating testvm with a 2 gig partition

  1. VBoxManage createhd --filename "testvm" --size 2000 --register
  2. VBoxManage modifyvm "linuxmover" --hda "linuxmover"
  3. VBoxManage storagectl linuxmover --name "SATA" --add sata
  4. VBoxManage modifyvm "linuxmover" --sataport1 "linuxmover.vdi"
  5. VBoxManage storagectl linuxmover --name "IDE Controller" --add ide
  6. 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