Will VirtualBox Use An Existing OS X Partition?
Posted: 27. May 2010, 12:58
My MacBook's HD is partitioned with a bootable version of OS X 10.6.3 on each. I want to be able to run one virtualized while booted from the other.
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:
Thanks,
-Kurt
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