vboxheadless newbie problem
Posted: 17. Aug 2012, 17:27
Hi,
I was following a tutorial to create a vm for a headless server and made a mistake when creating the vm. I typed:
but actually mean to type:
I don't know how to correct this (port 1 instead of port 0 - Duh!) could someone put me right please? Also how would I go about deleteing the vm from the commandline if I choose to?
Help very much appreciated.
Thanks
Mark
I was following a tutorial to create a vm for a headless server and made a mistake when creating the vm. I typed:
Code: Select all
VBoxManage storageattach "turnkey-wordpress-11.3 Server" --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium /home/mark/turnkey-wordpress-11.3-lucid-x86.iso
but actually mean to type:
Code: Select all
VBoxManage storageattach "turnkey-wordpress-11.3 Server" --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium /home/mark/turnkey-wordpress-11.3-lucid-x86.iso
Help very much appreciated.
Thanks
Mark