Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to include notes on EFI Graphics Resolution command #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ Replace `[VM_NAME]` with the name of your Virtual Machine. Replace `N` with one

The video mode can only be changed when the VM is powered off and remains persistent until changed. See more details in [this forum discussion](https://forums.virtualbox.org/viewtopic.php?f=22&t=54030).

If you're still having trouble after trying all of the above, and for VirtualBox 5.2+, the following command may also help ([see documentation here](https://www.virtualbox.org/manual/ch03.html#efividmode)):

VBoxManage setextradata "[VM_NAME]" VBoxInternal2/EfiGraphicsResolution HxV

where `H` is the height and `W` is the width of your display, e.g. 1440x900.

## Notes

- Code for this example mostly comes from VirtualBox forums and [this article](http://sqar.blogspot.de/2014/10/installing-yosemite-in-virtualbox.html).
Expand Down