From 4bc8c21ce0802d668fe6b094539e1d2c84d33ec2 Mon Sep 17 00:00:00 2001 From: Jack <31696646+myspaghetti@users.noreply.github.com> Date: Sat, 25 Jan 2020 21:50:13 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c7cad2c..44a5adb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ After copying `startup.nsh` and the binary NVRAM files, boot into the EFI Intern The script by default assigns a target virtual disk storage size of 80GB, which is populated to about 15GB on the host on initial installation. After the installation is complete, the storage size may be increased. First increase the virtual disk image size through VirtualBox Manager or `VBoxManage`, then in Terminal in the virtual machine run `sudo diskutil repairDisk disk0`, and then `sudo diskutil apfs resizeContainer disk1 0` or from Disk Utility, after repairing the disk from Terminal, delete the "Free space" partition so it allows the system APFS container to take up the available space. +## Graphics controller + +Selecting the VBoxSVGA controller instead of VBoxVGA for the graphics controller may considerably increase graphics performance. + ## Performance and unsupported features Developing and maintaining VirtualBox or macOS features is beyond the scope of this script. Some features may behave unexpectedly, such as USB device support, audio support, and other features.