Page 1 of 1

Storage of a partition with error VD: error VERR_NOT_SUPPORT

Posted: 14. Sep 2015, 08:50
by long.tran
I am following a tutorial of installing Windows 7 on a Yosemite. There is a step to do the following:

Code: Select all

sudo vboxmanage internalcommands createrawvmdk -filename bootcamp.vmdk -rawdisk /dev/disk0 -partitions 4

sudo chown $USER bootcamp*.vmdk

I successfully add new created bootcamp.vmdk, but not able to run the virtual machine. It gives me this error. I also attach the error log

Code: Select all

Failed to open a session for the virtual machine windows 7.

VD: error VERR_NOT_SUPPORTED opening image file '/Users/longtran/Desktop/bootcamp.vmdk' (VERR_NOT_SUPPORTED).

VD: error VERR_NOT_SUPPORTED opening image file '/Users/longtran/Desktop/bootcamp.vmdk' (VERR_NOT_SUPPORTED).

Failed to open image '/Users/longtran/Desktop/bootcamp.vmdk' in read-write mode (VERR_NOT_SUPPORTED).

Failed to attach driver below us! Not supported. (VERR_NOT_SUPPORTED).

AHCI: Failed to attach drive to Port0 (VERR_NOT_SUPPORTED).

Result Code: NS_ERROR_FAILURE (0x80004005)
Component: ConsoleWrap
Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}


Re: Storage of a partition with error VD: error VERR_NOT_SUP

Posted: 14. Sep 2015, 10:31
by loukingjr
I've never tried raw disk access but are you sure the syntax is correct in your first command? See: viewtopic.php?f=8&t=68756&p=327884&hili ... mp#p327884

Re: Storage of a partition with error VD: error VERR_NOT_SUP

Posted: 16. Sep 2015, 00:50
by alankeny
I configured VirtualBox for my Bootcamp partition a long time, so I don't remember the command I used to create the vmdk. I can confirm that I get the same VERR_NOT_SUPPORT errors with versions 5.0.4 and 5.0.2. When I revert to version 5.0.0, my Bootcamp setup works again.