geerlingguy / macos-virtualbox-vm

Instructions and script to help you create a VirtualBox VM running macOS.
MIT License
2.55k stars 314 forks source link

Update README.md - change resolution vbox >= 5.2 #68

Open tobika opened 5 years ago

tobika commented 5 years ago

Hi :) The proposed way of changing the resolution didn't work for me. After a bit of googling I found out that in VirtualBox >= 5.2.0 they changed the way to define the resolution. Thanks to this thread: https://forums.virtualbox.org/viewtopic.php?t=85097#p404438

gokulmanohar commented 4 years ago
cd “c:/Program Files\oracle\virtualbox”
VBoxManage setextradata “YOUR VB NAME” VBoxInternal2/EfiGraphicsResolution 1920x1080

Worked for me.