-
-
Save cotodama/eb2a06bb17342c0e94a81f531d3f5536 to your computer and use it in GitHub Desktop.
Revisions
-
pjobson revised this gist
Aug 18, 2018 . 1 changed file with 37 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,37 @@ # Clover Boot Flags | Flag | Description | | --------------- | -------------------------------------------- | | -v | Verbose Mode | | -x | Safe Mode | | -s | Single User Mode | | -no-zp | Zone Postponing (use if hanging) | | cpus=1 | Single CPU Core Mode | | -f | No Kext Cache Mode (use if hanging) | | dart=0 | Disables VT-x or VT-d | | nvda_drv=1 | Enable NVIDIA Web Drivers | | nv_disable=1 | Disable NVIDIA graphics cards | | kext-dev-mode=1 | Kext Dev Mode | | rootless=0 | Rootless Mode (Yosemite Only) | | npci=0x2000 | If you're stuck at [PCI Configuration Began] | | npci=0x3000 | If you're stuck at [PCI Configuration Began] | | maxmem=4096 | Set Maximum Memory (MB RAM) | | maxmem=8192 | Set Maximum Memory (MB RAM) | ## Troubleshooting If you are having any trouble, first try this string. It works on a lot of systems with Intel HD Graphics to get into the OS X Installer from a Unibeast USB. -v -x -s -no-zp If you have an NVIDIA Desktop GPU, use this string to boot into the installer: -v -x -s nv_disable=1 If all else fails, or you don't know where to start, use this string: -v -x -s -f cpus=1 maxmem=4096 nv_disable=1 -no-zp If you have an NVIDIA Desktop GPU and you've installed [NVIDIA Web Drivers](https://www.insanelymac.com/forum/topic/306535-nvidia-web-driver-updates-for-el-capitan-update-07112018/), use this string: -v nvda_drv=1 -
pjobson created this gist
Aug 18, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # Clover Boot Flags