GUI module: ---------- GUI=No Disable the GUI (Enabled by default). "Boot Banner"=Yes|No Show boot banner in GUI mode (Enabled by default). "Legacy Logo"=Yes|No Use the legacy grey apple logo (Disabled by default). RandomTheme=Yes|No Enable/Disable switching skin randomly at boot time(Disabled by default). GraphicsEnabler module: ---------------------- EnableGFXModule=Yes|No Fully enable/disable the GraphicsEnabler module (Enabled by default, if the module is installed) UseAtiROM=Yes|No Use an alternate Ati ROM image (path: /Extra/_.rom) UseNvidiaROM=Yes|No Use an alternate Nvidia ROM image (path: /Extra/_.rom) VBIOS=Yes|No Inject VBIOS to device-properties. Networking module: ----------------- EnableNetworkModule=Yes|No Fully enable/disable the Networking module (Enabled by default, if the module is installed) EthernetBuiltIn=Yes|No Automatic "built-in"=yes device-properties generation for ethernet interfaces. (Enabled by default) EnableWifi=Yes|No Enable wifi device-properties generation, if detected. (Enabled by default) Memory module: ------------- EnableMemoryModule=Yes|No Fully enable/disable the Memory module (Enabled by default, if the module is installed) USBFix module: ---------- EnableUSBModule=Yes|No Fully enable/disable the USB module (Enabled by default, if the module is installed) USBBusFix=Yes|No Enable all USB fixes below (except EHCIhard): (Enabled by default) EHCIacquire=Yes|No Enable the EHCI fix . UHCIreset=Yes|No Enable the UHCI fix . USBLegacyOff=Yes|No Enable the USB Legacy fix . EHCIhard = Yes|No Try EHCI soft reset (Disabled by default) HPET module: ----------- EnableUSBModule=Yes|No Fully enable/disable the HPET module (Enabled by default, if the module is installed) HibernateEnabler: ---------------- EnableHibernateModule=Yes|No Fully enable/disable the HibernateEnabler module (Enabled by default, if the module is installed) Wake=No Disable wake up after hibernation (default: enabled). ForceWake=Yes Force using the sleepimage (Disabled by default). WakeImage= Use an alternate sleepimage file. (default path is /private/var/vm/sleepimage). SMBIOS modules: -------------- SMBIOS= Use an alternate SMBIOS.plist file (default path: /Extra/SMBIOS.plist, bt(0,0)/Extra/SMBIOS.plist). SMBIOSdefaults=Yes|No Don't use the Default values for SMBIOS overriding if smbios.plist doesn't exist, factory values are kept(Disabled by default). RamDiskLoader module: -------------------- EnableRamDiskLoader=Yes|No Fully enable/disable the RamDiskLoader module (Enabled by default, if the module is installed) md0= Load raw img file into memory for use as XNU's md0 ramdisk. /Extra/Postboot.img is used otherwise. Keymapper module: ---------------- EnableKeyMapper=Yes|No Fully enable/disable the Keymapper module (Enabled by default, if the module is installed) KeyboardType= change the type of the Keyboard. (Default is QWERTY) for now only ="AZERTY" is supported. CPUfreq module: -------------- EnableCPUfreqModule=Yes|No Fully enable/disable the CPUfreq module (Enabled by default, if the module is installed) FixFSB=Yes|No Enable alternative front side bus fix(Disabled by default). MaxBusRatio= (was BusRatio) Set the current Bus Ratio to n, n must be a multiple of 10, (eg. if you want to set a bus ratio to 8.5, n will be 8.5*10=85), if n = 0, MaxBusRatio = Disable, if not set, n = the current bios bus ratio, set this value allow CPUfreq to fix some cosmetic issues. Acpipatcher module: ------------------ EnableAcpiModule=Yes|No Fully enable/disable the Acpipatcher module (Enabled by default, if the module is installed) RestartFix=Yes|No Enable/Disable internal restart fix patch(Enabled by default, only available for intel platform). EnableSpeedStep=Yes|No Enable/Disable GenerateCStates & GeneratePStates (Disabled by default). GeneratePStates=Yes|No Enable/Disable Generate P-states SSDT table (Disabled by default). GenerateCStates=Yes|No Enable/Disable Generate C-states SSDT table (Disabled by default). EnableC4State=Yes|No Enable C4 state in C-states SSDT table, GenerateCStates=Yes is needed (Disabled by default). P-States= P-States fine tuning method, see usage below(GeneratePStates=Yes is needed). ACPIDropTables= drop acpi table(s) method (can drop any unwanted tables), see usage below. C-States= C-States fine tuning method, see usage below(GenerateCStates=Yes is needed). DSDT= Use an alternate DSDT.aml file, (default path: /DSDT.aml Extra/DSDT.aml, bt(0,0)/Extra/DSDT.aml). quickSSDTsearch=Yes|No If Yes, Acpipatcher will not search ssdt-(x+1).aml if ssdt-x.aml do not exist, (eg. if ssdt-0.aml do not exist, Acpipather will not search ssdt-1.aml)(Enabled by default). UpdateACPI=Yes|No Enable/Disable ACPI version update(Disabled by default). MaxBusRatio= (was BusRatio) Set the current Bus Ratio to n, n must be a multiple of 10, (eg. if you want to set a bus ratio to 8.5, n will be 8.5*10=85), if n = 0, MaxBusRatio = Disable, if set, Acpipatcher will drop every P-states with a bus ratio higher than n. MinBusRatio= Set the Minimum Bus Ratio to n, n must be a multiple of 10, (eg. if you want to set the bus ratio to 8.5, n will be 8.5*10=85), if set Acpipatcher will drop every P-states with a bus ratio lower than n, if n = 0, MinBusRatio = Disable. P-States usage e.g: (by default all numbers must be expressed in base 16, except the pss statue key and base key itself) P-States 0 // the pss status (must be expressed in Base 10) Bus Master Latency 10 Control 18719 CoreFreq 3164 Transition Latency 10 Base 10 // must always be expressed in Base 10 Mode Default C-States usage e.g: (by default all numbers must be expressed in base 16, except the base key itself) C-states C1 Latency THE LATENCY FOR THIS STATE Power THE POWER FOR THIS STATE . . C4 Latency THE LATENCY FOR THIS STATE Power THE POWER FOR THIS STATE ACPIDropTables usage e.g: ACPIDropTables SSDT // drop SSDT table(s) TAMG Yes //drop TAMG table ECDT ANY_VALUE_EXCEPT_NO //drop ECDT table XXXX //drop XXXX table (if exist) YYYY No //do not drop YYYY table (if exist)