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. GraphicsEnabler module: ---------------------- GraphicsEnabler=Yes|No Automatic device-properties generation for gfx cards. 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: ----------------- EthernetBuiltIn=Yes|No Automatic "built-in"=yes device-properties generation for ethernet interfaces. Memory module: ------------- UseMemDetect=Yes|No Enable/Disable advanced memory detection USBFix module: ---------- USBBusFix=Yes Enable all USB fixes below: EHCIacquire=Yes Enable the EHCI fix (disabled by default). UHCIreset=Yes Enable the UHCI fix (disabled by default). USBLegacyOff=Yes Enable the USB Legacy fix (disabled by default). HPET module: ----------- ForceHPET=Yes|No Force Enable HPET. HibernateEnabler: ---------------- 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=No Don't use the Default values for SMBIOS overriding if smbios.plist doesn't exist, factory values are kept. RamDiskLoader module: -------------------- md0= Load raw img file into memory for use as XNU's md0 ramdisk. /Extra/Postboot.img is used otherwise. Keymapper module: ---------------- KeyboardType= change the type of the Keyboard. (Default is QWERTY) for now only ="AZERTY" is supported. CPUfreq module: -------------- FixFSB=Yes Enable alternative front side bus fix 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: ------------------ DropSSDT=Yes Skip the SSDT tables while relocating the ACPI tables. 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). 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 . . DropTables usage e.g: ACPIDropTables SSDT // drop ssdt tables TAMG Yes //drop TAMG table ECDT ANY_VALUE //drop ECDT table XXXX //drop XXXX table (if exist) YYYY No //do not drop YYYY table (if exist)