My Mac Pro 2008 died. It had all Mac OS X versions from 10.4 to 13. I moved the SATA SSDs to my newer Mac which can't boot all of those Mac OS versions so I tried Parallels. First I construct the .hdd manually with a custom DiskDescriptor.xml . Then I assign it to a virtual hard disk of the VM. When I try to start the VM Parallels complains about invalid BootCamp partitions. It only allows NTFS and FAT partitions to be used this way.
VirtualBox has a command to create such disks. You just specify the disk and the partitions you want to include. It looks like this:
Code:
sudo VBoxManage createmedium disk --filename mypartitions.vmdk --format=VMDK --variant RawDisk --property RawDrive=/dev/disk7 --property Partitions=1,13,14
Why can't Parallels do the same? I have to manually copy my partitions into separate disk images so they can be used with Parallels.