I have a host OS running Windows 7 and guest OS running Ubuntu on Virtualbox.
What if I want to "install" my image of Ubuntu virtual machine as ordinary Ubuntu installation. Is it possible and how?
I have a host OS running Windows 7 and guest OS running Ubuntu on Virtualbox.
What if I want to "install" my image of Ubuntu virtual machine as ordinary Ubuntu installation. Is it possible and how?
It could theoretically be done with a disk cloning utility like CloneZilla. If you first clone your VM's disk to a external disk drive or DVD and then clone it back to your PC's harddisk you would get a disk with your VM on it. You would still have to make it bootable and install Grub into MBR.
There are some issues to keep in mind:
It would probably be a lot easier to do a fresh reinstall of ubuntu.
You're quite lucky that you have linux since it's far easier to move than windows.
These Steps should work, most drivers are probably already included in Ubuntu:
If you're unsure about this, test it in a VM ;)
Good Luck