It's apparent from reading through all the forums that VirtualBox won't boot directly from a partition (not sure why--it seems a natural....)
So I've followed instructions for creating a raw .vmdk from a partition. I did the following:
* Unmounted the desired partition from Finder
* Used the vmboxmanage tool to create the .vmdk thusly:
Problem is, I get an error when trying to use the image. VirtualBox's Virtual Media Manager complains:Code: Select all
bash-3.2# vboxmanage internalcommands createrawvmdk -rawdisk /dev/disk0s3 -filename osxraw.vmdk Oracle VM VirtualBox Command Line Management Interface Version 3.2.0 (C) 2005-2010 Oracle Corporation All rights reserved. RAW host disk access VMDK file osxraw.vmdk created successfully.
I tried it with both the partition mounted and unmounted, and tried changing the permissions from 600 to 777 on the .vmdk but those did not help. What else can I try?
Thanks,
-Kurt