Closed harishworks closed 9 years ago
Take a look at the Vagrant docs.
Setting GUI mode from the vagrant file doesn't bring up anything useful.
I am facing the same issue.
I was stuck there for way too long before I figured out the cpuid and graphics mode to pass in via the Vagrantfile.
See https://gist.github.com/WayneBuckhanan/15de1bb8b3fb3bd4f7af for the various details all collected in one place.
Hi guys. In new box I've already set cpu, and It worked in GUI mode for me and some other people. You just need to set: vb.gui = true
in your Vagrantfile. Also you can try to manually turn 3D acceleration on in VirtualBox (don't forget to turn it off, because box won't work in headless mode.)
@WayneBuckhanan did your customizations solve the problem?
vb.customize ["setextradata", :id, "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct", "MacBookPro11,3"]
vb.customize ["setextradata", :id, "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion", "1.0"]
vb.customize ["setextradata", :id, "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct", "Iloveapple"]
vb.customize ["setextradata", :id, "VBoxInternal/Devices/smc/0/Config/DeviceKey", "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc"]
vb.customize ["setextradata", :id, "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC", "1"]
I've updated the box, @harishworks does it work now?
Yes, @AndrewDryga, those customizations solved the problem. I suspect it had been because I was running it on non-standard hardware.
Awesome. I'll close this issue. Also I've included this customizations to latest box version.
How I can run GUI mode?, it fires up console mode and able to ssh into it.