I installed Virtualbox 2.1.4_OSE, on my Ubuntu 9.04 machine. I am trying to get an already installed Windows Vista to run in virtualbox.
I ran the command:
Code: Select all
install-mbr --force myBootRecord.mbr
and
Code: Select all
VBoxManage internalcommands createrawvmdk -filename /home/$USER/VirtualVista/WinVista.vmdk -rawdisk /dev/sda -partitions 2 -mbr /home/$USER/VirtualVista/myBootRecord.mbr -relative -register
Then used opened virtualbox, opened it as an existing virtual machine. It opens, it displays a screen saying "Press F12 for boot options" or something similar, resizes the display, then loops back to the start. If I try F12, it takes me to a menu of boot options, but if I choose hard disk, it resets.
So I tried this
Code: Select all
VBoxManage internalcommands createrawvmdk -filename /home/$USER/VirtualVista/WinVista.vmdk -rawdisk /dev/sda
This time after the F12 screen, it opens GRUB. But, if I choose windows, it resets. Obviously, I cannot choose Ubuntu, because that could cause major memory problems.