There was an error while executing VBoxManage
, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: [“startvm”, “bc0c7f64-2a6c-4e40-8902-e6206127a289”, “–type”, “headless”]
Stderr: VBoxManage: error: The VM session was aborted
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component SessionMachine, interface ISession
What kind of computer and what operating system is it running? Might be significant here.
Ah, there’s your problem then 
Virtualbox 7.x doesn’t work on the newer Apple Silicon macs. You can use vagrant with VMWare (I have this working myself), but not enough people do that to make it worth developing vagrant scripts to use that.
What does work with macs is multipass, and we have scripts in the same CKA repo that work beautifully with it. Here’s where to look for that.
please send me step by step guide to run it
Just follow the link I gave you. Full step-by-step is there.