@@ -54,15 +54,14 @@ RefindPlus-Specific funtionality can be configured by adding the tokens below to
5454
5555Token | Functionality
5656----- | -----
57- continue_on_warning |Proceeds as if a key is pressed after screen warnings (unattended boot)
57+ continue_on_warning |Proceed as if a key was pressed after screen warnings (for unattended boot)
5858csr_dynamic |Actively enables or disables the SIP Policy on Macs
5959csr_normalise |Removes the ` APPLE_INTERNAL ` bit, when present, to permit OTA updates
6060decline_apfs_load |Disables built in provision of APFS filesystem capability
6161decline_apfs_mute |Disables supressesion of verbose APFS text on boot
6262decline_apfs_sync |Disables feature allowing direct APFS/FileVault boot (Without "PreBoot")
6363decline_apple_fb |Disables provision under some circumstances of missing AppleFramebuffers
6464decline_esp_filter |Allows other ESPs other than the RefindPlus ESP to be scanned for loaders
65- decline_macos_filter |Disables the ` ProtectNVRAM ` feature on MacOS boots
6665decline_nvme_load |Disables the built in NvmExpress Driver
6766decline_nvram_protect |Disables blocking of potentially harmful write attempts to Legacy Mac NVRAM
6867decline_reload_gop |Disables reinstallation of UEFI 2.x GOP drivers on EFI 1.x units
@@ -74,6 +73,8 @@ disable_amfi |Disables AMFI Checks on MacOS if required
7473disable_compat_check |Disables Mac version compatibility checks if required
7574disable_nvram_paniclog|Disables MacOS kernel panic logging to NVRAM
7675disable_rescan_dxe |Disables scanning for newly revealed DXE drivers when connecting handles
76+ focus_nvram_fix |Limits the ` ProtectNVRAM ` feature to explicit UEFI Windows boots
77+ follow_symlinks |Allows following symbolic links to loaders (Ignored by default)
7778force_trim |Forces ` TRIM ` on non-Apple SSDs on Macs if required
7879hidden_icons_external |Allows scanning for ` .VolumeIcon ` icons on external volumes
7980hidden_icons_ignore |Disables scanning for ` .VolumeIcon ` image icons if not required
@@ -82,6 +83,7 @@ icon_row_move |Repositions the main screen icon rows (vertically)
8283icon_row_tune |Finetunes the resulting ` icon_row_move ` outcome
8384nvram_variable_limit |Limits NVRAM write attempts to the specified variable size
8485pass_uga_through |Provides UGA instance on GOP to permit EfiBoot with modern GPUs
86+ prefer_uga |Prefers UGA use (when available) regardless of GOP availability
8587provide_console_gop |Fixes issues with GOP on some legacy units
8688ransom_drives |Frees partitions locked by how certain firmware load inbuilt drivers
8789renderer_direct_gop |Provides a potentially improved GOP instance for certain GPUs
@@ -109,7 +111,7 @@ In addition to the new functionality listed above, the following upsteam tokens
109111 * Levels 1 and 2 output logs similar to the detailed upstream format.
110112 - Level 1 is broadly equivalent to upstream Level 4 (upstream Levels 1 to 3 were dispensed with)
111113 - Level 2 is only exposed on ` NOOPT ` builds and outputs logs at a very detailed level
112- * Automate by passing ` ALL ` as a second parameter to the RefindPlus build script
114+ * Create ` NOOPT ` builds by passing ` ALL ` as a second parameter to the RefindPlus build script
113115 * The first parameter is the build branch, which also needs to be specified in such instances
114116 - When Level 2 is not exposed, selected levels above ` 1 ` will be capped at Level 1
115117 - When exposed, selected levels above ` 2 ` will be capped at Level 2
0 commit comments