I have a Windows operating system runing VMware Workstation and on it I have a Ubuntu virtual instance. Is there a way to to install that virtual instance as my main or besides my Windows installation?
closed as off topic by talonmies, RB., Brian Agnew, Gian, Joe Aug 8 '12 at 1:30
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
It might be possible, but it will be very time consuming task even if you can.
|
|||||
|
|
You should install Ubuntu again in a (real) partition on your HDD. I don't think you can "convert" a virtual machine to a real install. |
|||
|
|
|
Here is something else you can try and it might work. It is a bit time consuming and complicated and it definitely helps if you have played with programs like GParted and Image for Linux before. But if you really need this and can take the risk, you will end up having an identical copy of your virtual box as your main OS on the hard drive, which is what you wanted to do. Before you start you will also need an external USB drive or a network drive, to use for the drive backups needed in the process. So before you start you need to have: A) Ubuntu Live CD/USB B) GParted Live CD/USB (http://gparted.sourceforge.net/) C Image for Linux CD/USB (http://www.terabyteunlimited.com/image-for-linux.htm) D) external USB or network drive to backup and restore from So here we go:
You will get a list of partisions, similar to the following list (although in your case there will only be 2 partitions):
Ubuntu partition is the one with the name "Linux" (not necessarily the one with the star, although could be). In the above example it is on '/dev/sda5' so we have to mount it:
(replace 'sda5' with the partition name in your case) And then install grub:
Reboot and verify that all is working fine. If you are not able to boot or recover your system, you can always boot with Image for Linux and restore your initial disk status from your initial image backup. |
|||
|
|
