Trouble starting Dataiku in VirtualBox
cinderUARK
Dataiku DSS Core Designer, Registered, Frontrunner 2022 Participant Posts: 8 ✭✭✭✭
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} |
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,215 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.
Answers
-
Worked!
Need to run all 3 commands following the link.