Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage createvm --name testvm --register
  2. Virtual machine 'testvm' is created and registered.
  3. UUID: 0e520d8e-0207-401c-9d9d-72f83bbb5998
  4. Settings file: '/home/paco/VirtualBox VMs/testvm/testvm.vbox'
  5.  
  6.  
  7. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage modifyvm testvm --memory 256 --acpi on --boot1 dvd --nic1 bridged --bridgeadapter1 eth0 --ostype Linux
  8. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage createvdi --filename ~/VirtualBox\ VMs/testvm/testvm-disk01.vdi --size 10000
  9. 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
  10. Disk image created. UUID: 189870ee-4b7a-473f-ac9e-d374d07dfe1d
  11. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage createvdi --filename ~/VirtualBox\ VMs/testvm/testvm-disk01.vdi --size 3000
  12. 0%...
  13. Progress state: VBOX_E_FILE_ERROR
  14. VBoxManage: error: Failed to create hard disk
  15. VBoxManage: error: Could not create the medium storage unit '/home/paco/VirtualBox VMs/testvm/testvm-disk01.vdi'.
  16. VBoxManage: error: VDI: cannot create image '/home/paco/VirtualBox VMs/testvm/testvm-disk01.vdi' (VERR_ALREADY_EXISTS)
  17. VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component Medium, interface IMedium
  18. VBoxManage: error: Context: "int handleCreateHardDisk(HandlerArg*)" at line 391 of file VBoxManageDisk.cpp
  19. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage createvdi --filename ~/VirtualBox\ VMs/testvm/testvm-disk01.vdi --size 3000
  20. 0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
  21. Disk image created. UUID: c1205804-1eba-4061-ab41-f18993a4b565
  22. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage storagectl testvm --name "IDE Controller" --add ide
  23. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage storageattach testvm --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium ~/VirtualBox\ VMs/testvm/testvm-disk01.vdi
  24. paco@paco-TOSHIBA-NB500 ~ $ VBoxManage storageattach testvm --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium /media/paco/COCHE/puppy-2.16.1-seamonkey-fulldrivers.iso
  25. paco@paco-TOSHIBA-NB500 ~ $ VBoxHeadless --startvm testvm &
  26. [1] 3885
  27. paco@paco-TOSHIBA-NB500 ~ $ Oracle VM VirtualBox Headless Interface 4.3.10_Ubuntu
  28. (C) 2008-2014 Oracle Corporation
  29. All rights reserved.
  30.  
  31. 26/11/2014 21:14:43 Listening for VNC connections on TCP port 3389
  32. 26/11/2014 21:14:43 Listening for VNC connections on TCP6 port 5900
  33. VRDE server is listening on port 3389.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement