Closed norod-boop closed 6 months ago
I faced the same issue. I was working on centOS VM on VMware. It gave virtualization issue when vagrant issues virtualbox commands. Virtualization inside virtualization.
Shift to Visual studio
config.vm.provider "virtualbox" do |vb| vb.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ] end
I added this within the Vagrant.configure
section and it worked for me.
Note that all the cluster build instructions were updated in March 2024. They have been tested on Windows, Intel Mac and Apple Silicon. They are all targeted at Ubuntu VMs. The vagrant file is not tested with CentOS.
I am getting following error:
Does someone know how to solve this? I am working on Windows. Kind regards.