Create Virtual From Physical
Posted: 17. Sep 2013, 15:17
Hello,
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.
I then rebooted my physical machine and converted the *.bin file to *.vdi format.
I then created a new VirtualBox machine and booted. All went well at first. However, after the grub screen and plymouth splash, I am then presented with a terminal. I decided to try
but that resulted in an error:
How should I approach this? Where should I search for "screens?" I assume this should be in /etc/X11/xorg.conf? However, I've checked this file and it seems okay?
Any suggestions what I should do/try?
Thanks,
~~archery~~
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~~