Trouble starting Dataiku in VirtualBox

Solved!
cinderUARK
Level 2
Trouble starting Dataiku in VirtualBox

Failed to open a session for the virtual machine dataiku-dss-9.0.1.

Failed to get device handle and/or partition ID for 000000000122da30 (hPartitionDevice=0000000000000c99, Last=0xc0000002/1) (VERR_NEM_VM_CREATE_FAILED).

Result Code:E_FAIL (0x80004005)
Component:ConsoleWrap
Interface:IConsole {872da645-4a9b-1727-bee2-5585105b9eed}
0 Kudos
1 Solution
AlexT
Dataiker

Hi,

The error reported seems common on various Virtualbox forums, these threads suggest that conflict with Hyper-V can cause the same error, and it can be resolved by running :

Command Prompt ( right-click it and choose Run As Administrator) and type the command : 

bcdedit /set hypervisorlaunchtype off

For reference see : 

 https://forums.virtualbox.org/viewtopic.php?f=6&t=98651 

https://forums.virtualbox.org/viewtopic.php?f=6&t=101232 

Let us know if the issues persist after trying the above steps. 

View solution in original post

2 Replies
AlexT
Dataiker

Hi,

The error reported seems common on various Virtualbox forums, these threads suggest that conflict with Hyper-V can cause the same error, and it can be resolved by running :

Command Prompt ( right-click it and choose Run As Administrator) and type the command : 

bcdedit /set hypervisorlaunchtype off

For reference see : 

 https://forums.virtualbox.org/viewtopic.php?f=6&t=98651 

https://forums.virtualbox.org/viewtopic.php?f=6&t=101232 

Let us know if the issues persist after trying the above steps. 

cinderUARK
Level 2
Author

Worked!

Need to run all 3 commands following the link.

0 Kudos