Howto boot directly into a VirtualBox image?
- by mawimawi
I have a running setup as following:
Native OS: Windows 7 64bit, 3 Partitions:
c: (System)
d: (FAT32, here is my vdi file)
e: (unformatted)
VirtualBox: Fedora 14 running off the vdi file on drive d.
Usually this setup is great for me, but sometimes I'd like to run Linux natively, and not inside VirtualBox.
Is there a way to boot directly into the vdi file without the Windows overhead? E.g. using a USB stick with some modified Linux Kernel / GRUB that can mount the vdi file directly as "/"?
Or copy the contents of my vdi file to the empty partition and somehow use this from VirtualBox (when booting into Windows) AND directly booting into Linux?
Hope to get some hints or even howtos.