Installation Error
chisumo2016 opened this issue · 2 comments
chisumo2016 commented
Error creating machine: Error in driver during machine creation: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory
Looks like something went wrong in step ´Checking if machine default exists´...
Press any key to continue...
anurag961 commented
I have encountered the same issue for multiple times in Windows 10 Home edition. Although virtualization was enabled in BIOS settings.
Ronkiro commented
I resolved by jumping this virtualization check, with --virtualbox-no-vtx-check
flag.
You guys can add it inside C:\Program Files\Docker Toolbox\start.sh
(Or other Docker Toolbox folder). There is a line that uses the create command, just add this flag after it.