I've got a dual boot system on my disk:
- Windows 10 64-bit: main OS
- Ubuntu 64-bit: secondary OS
I installed VirtualBox; I'm trying to use my real Linux partition as a Virtual Machine using Windows as the host. I've used the methods described here.
Grub loads from the bootloader and allows me to select Ubuntu. I go through the loading screen, but never make it to the login page. Instead, it puts me into emergency mode on SystemD:
Looking into the logs, it seems that the VM is running a read-only system. How do I make the VM run a Read-write file system?
- Ubuntu works completely fine when booted on its own
- I have a CPU that supports 64-bit
- I have EFI booting on my computer and on VirtualBox, because they literally demand it
- I have virtualization on in BIOS, for sure (I've quadruple checked)

wmic diskdrive list brief /format:liston Windows 10, and the output offdisk -lfrom a Ubuntu LiveCD/USB. – eyoung100 Jun 21 '16 at 18:23wmic diskdrive liston Windows (partition 4): http://pastebin.com/SyKPSLawfdisk -lon my real Ubuntu partition (partition 6): http://pastebin.com/dbbCW843 Will do it from live Ubuntu as well, need to find my USB – Bryan Jun 21 '16 at 22:26VBoxManage internalcommands listpartitions -rawdisk /dev/sda– eyoung100 Jun 21 '16 at 22:41