Closed ablakely closed 9 months ago
I was able to make the script work fine on my headless server by adding --type "headless" to any vboxmanage startvm call and also adding --vrde on to the vboxmanage modifyvm call.
--type "headless"
vboxmanage startvm
--vrde on
vboxmanage modifyvm
See #662 there seems to be non-trivial differences when creating headless VMs
At least if anyone else can gather info as to what's happening!
I was able to make the script work fine on my headless server by adding
--type "headless"
to anyvboxmanage startvm
call and also adding--vrde on
to thevboxmanage modifyvm
call.