Jump to content
6 posts in this topic

Recommended Posts

Zum Beispiel:

	<key>DropSSDT</key>
 <string>Yes</string>
 <key>EHCIacquire</key>
 <string>No</string>
 <key>GUI</key>
 <string>Yes</string>
 <key>Instant Menu</key>
 <string>No</string>
 <key>Kernel</key>
 <string>mach_kernel</string>
 <key>Kernel Flags</key>
 <string></string>
 <key>Quiet Boot</key>
 <string>Yes</string>
 <key>Timeout</key>
 <string>0</string>
 <key>UHCIreset</key>
 <string>No</string>
 <key>USBBusFix</key>
 <string>No</string>
 <key>Wake</key>
 <string>No</string>

Options useful in the com.apple.Boot.plist file:
  "Boot Graphics"=Yes|No	Use graphics mode or text mode when starting.
  "Quiet Boot"=Yes|No	   Use quiet boot mode (no messages or prompt).
  Timeout=8				 Number of seconds to pause at the boot: prompt.
  "Instant Menu"=Yes		Force displaying the partition selection menu. 

  GUI=No					Disable the GUI (enabled by default).

  USBBusFix=Yes			 Enable the EHCI and UHCI fixes (disabled by default).
  EHCIacquire=Yes		   Enable the EHCI fix (disabled by default).
  UHCIreset=Yes			 Enable the UHCI fix (disabled by default).

  Wake=No				   Disable wake up after hibernation (enbaled by default).
  ForceWake=Yes			 Force using the sleepimage (disabled by default).
  WakeImage=<file>		  Use an alternate sleepimage file 
						   (default path is /private/var/vm/sleepimage).

  DropSSDT=Yes			  Skip the SSDT tables while relocating the ACPI tables.
  DSDT=<file>			   Use an alternate DSDT.aml file 
						   (default paths are /DSDT.aml or /Extra/DSDT.aml).

  SMBIOSdefaults=No		 Don't use the Default values for SMBIOS overriding
						   if /Extra/smbios.plist doesn't exist, factory
						   values are kept.

  Rescan=Yes				Enable CD-ROM rescan mode.
  "Rescan Prompt"=Yes	   Prompts for enable CD-ROM rescan mode.

×
×
  • Create New...