Skip to content

Instantly share code, notes, and snippets.

@cotodama
Forked from pjobson/clover_boot_flags.md
Created October 8, 2022 22:00
Show Gist options
  • Select an option

  • Save cotodama/eb2a06bb17342c0e94a81f531d3f5536 to your computer and use it in GitHub Desktop.

Select an option

Save cotodama/eb2a06bb17342c0e94a81f531d3f5536 to your computer and use it in GitHub Desktop.

Revisions

  1. @pjobson pjobson revised this gist Aug 18, 2018. 1 changed file with 37 additions and 1 deletion.
    38 changes: 37 additions & 1 deletion clover_boot_flags.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,37 @@
    # Clover Boot Flags
    # 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
  2. @pjobson pjobson created this gist Aug 18, 2018.
    1 change: 1 addition & 0 deletions clover_boot_flags.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    # Clover Boot Flags