I decided to create a virtual copy of my laptop OS (Ubuntu 10.10, 64 bit) so I can upgrade my OS without worrying about losing anything in either a backup or upgrade process. So I booted a live CD and ran a dd command.
Code: Select all
#: dd if=/dev/sda of=<external hard drive>/virtual_machine.binCode: Select all
$: VBoxManage convertdd /<external hard drive>/virtual_machine.bin /<external hard drive>/virtual_machine.vdi --format VDICode: Select all
$: startxCode: Select all
Fatal server error:
no screens found
Please consult... <blah blah ...>
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.
Any suggestions what I should do/try?
Thanks,
~~archery~~