Storage of a partition with error VD: error VERR_NOT_SUPPORT

Discussions related to using VirtualBox on Mac OS X hosts.
Post Reply
long.tran
Posts: 1
Joined: 14. Sep 2015, 08:41

Storage of a partition with error VD: error VERR_NOT_SUPPORT

Post 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}

Attachments
VBox.log
error log
(29.41 KiB) Downloaded 8 times
loukingjr
Volunteer
Posts: 8851
Joined: 30. Apr 2009, 09:45
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: just about all that run

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

Post 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
OSX, Linux and Windows Hosts & Guests
There are three groups of people. Those that can count and those that can't.
alankeny
Posts: 7
Joined: 20. Dec 2010, 19:44
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP and 7

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

Post 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.
Post Reply