VBoxManageCrash when creating raw vmdk
Posted: 13. Mar 2013, 05:31
I'm seeing a crash when attempting to list the partitions on a rawdisk on Windows 8 Professional 64-bit.
Clean install of Windows 8, clean install of VBox 4.2.8.
If I run
as a normal user I get the following error.
That is as expected. However, if I run the same command in an Administrator command prompt, then I get the following.
Knowing that the partition I want is partition 1 (the second partition - and I may be wrong about the numbering scheme) I try the following command.
Which results in a crash of VBoxManage. I can provide the log files generated by Windows 8 if they would be useful. Basically, I'm looking for any suggestions on how to create a raw disk image on Windows 8 Professional 64-bit at this point.
Clean install of Windows 8, clean install of VBox 4.2.8.
If I run
Code: Select all
"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" internalcommands listpartitions -rawdisk \\.\PhysicalDrive0Code: Select all
VBoxManage.exe: error: Cannot open the raw disk: VERR_ACCESS_DENIEDCode: Select all
VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code CO_E_SERVER_EXEC_FAILURE (0x80080005) - Server execution failed (extended info not available)
VBoxManage.exe: error: Most likely, the VirtualBox COM server is not running or failed to start.Code: Select all
"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" internalcommands createrawvmdk -filename \Users\dave\VirtualBox-VMs\osx-raw-disk0p1.vmdk -rawdisk \\.\PhysicalDrive0 -partitions 1