Chameleon

Chameleon Svn Source Tree

Root/branches/slice/trunkM/doc/BootHelp.txt

1The boot: prompt waits for you to type advanced startup options.
2If you don't type anything, the computer continues starting up normally. It
3uses the kernel and configuration files on the startup device, which it also
4uses as the root device.
5
6Advanced startup options use the following syntax:
7
8 [device]<kernel> [arguments]
9
10Example arguments include
11
12 device: rd=<BSD device name> (e.g. rd=disk0s2)
13 rd=*<IODeviceTree path> (e.g. rd=*/PCI0@0/CHN0@0/@0:1)
14
15 kernel: kernel name (e.g. "mach_kernel" - must be in "/" )
16
17 flags: -v (verbose) -s (single user mode)
18 -x (safe mode) -f (ignore caches)
19 -F (ignore "Kernel Flags" specified in boot configuration file)
20
21 "Graphics Mode"="WIDTHxHEIGHTxDEPTH" (e.g. "1024x768x32")
22
23 kernel flags (e.g. debug=0x144)
24 io=0xffffffff (defined in IOKit/IOKitDebug.h)
25
26Example: mach_kernel rd=disk0s1 -v "Graphics Mode"="1920x1200x32"
27
28If the computer won't start up properly, you may be able to start it up
29using safe mode. Type -x to start up in safe mode, which ignores all
30cached driver files.
31
32Special booter hotkeys:
33 F5 Rescans optical drive.
34 F10 Scans and displays all BIOS accessible drives.
35
36Special booter commands:
37 ?memory Displays information about the computer's memory.
38 ?video Displays VESA video modes supported by the computer's BIOS.
39 ?norescan Leaves optical drive rescan mode.
40
41Additional useful command-line options:
42 config=<file> Use an alternate Boot.plist file.
43
44Options useful in the org.chameleon.Boot.plist file:
45 Wait=Yes|No Prompt for a key press before starting the kernel.
46 "Quiet Boot"=Yes|No Use quiet boot mode (no messages or prompt).
47 Timeout=8 Number of seconds to pause at the boot: prompt.
48 "Instant Menu"=Yes Force displaying the partition selection menu.
49
50 "Default Partition" Sets the default boot partition,
51 =hd(x,y)|UUID|"Label" Specified as a disk/partition pair, an UUID, or a
52 label enclosed in quotes.
53
54 "Hide Partition" Remove unwanted partition(s) from the boot menu.
55 =partition Specified, possibly multiple times, as hd(x,y), an
56 [;partition2 ...] UUID or label enclosed in quotes.
57
58 "Rename Partition" Rename partition(s) for the boot menu.
59 =partition <alias> Where partition is hd(x,y), UUID or label enclosed
60 [;partition2 <alias2> in quotes. The alias can optionally be quoted too.
61 ...]
62
63 GUI=No Disable the GUI (enabled by default).
64 "Boot Banner"=Yes|No Show boot banner in GUI mode (enabled by default).
65 ShowInfo=No Disables display of partition and resolution details.
66 "Boot Banner"=No will also disable this info.
67 "Legacy Logo"=Yes|No Use the legacy grey apple logo (disabled by default).
68
69 PciRoot=<value> Use an alternate value for PciRoot (default value 0).
70
71 UseKernelCache=Yes|No Default is No. Yes will load pre-linked kernel and will
72 ignore /E/E and /S/L/E/Extensions.mkext.
73
74 GraphicsEnabler=Yes|No Automatic device-properties generation for gfx cards.
75 AtiConfig=<cardcfg> Use a different card config
76 UseAtiROM=Yes|No Use an alternate Ati ROM image
77 (path: /Extra/<vendorid>_<devid>_<subsysid>.rom)
78 UseNvidiaROM=Yes|No Use an alternate Nvidia ROM image
79 (path: /Extra/<vendorid>_<devid>.rom)
80 VBIOS=Yes|No Inject NVIDIA VBIOS into device-properties.
81 display_0=<value> Inject alternate value of display-cfg into NVDA,Display-A@0 (HEX).
82 display_1=<value> Inject alternate value of display-cfg into NVDA,Display-B@1 (HEX).
83
84 EthernetBuiltIn=Yes|No Automatic "built-in"=yes device-properties generation
85 for ethernet interfaces.
86
87 USBBusFix=Yes Enable all USB fixes below:
88 EHCIacquire=Yes Enable the EHCI fix (disabled by default).
89 UHCIreset=Yes Enable the UHCI fix (disabled by default).
90 USBLegacyOff=Yes Enable the USB Legacy fix (disabled by default).
91
92 ForceHPET=Yes|No Force Enable HPET.
93
94 Wake=No Disable wake up after hibernation (default: enabled).
95 ForceWake=Yes Force using the sleepimage (disabled by default).
96 WakeImage=<file> Use an alternate sleepimage file.
97 (default path is /private/var/vm/sleepimage).
98
99 DropSSDT=Yes Skip the SSDT tables while relocating the ACPI tables.
100 DSDT=<file> Use an alternate DSDT.aml file
101 (default paths:
102 /DSDT.aml /Extra/DSDT.aml bt(0,0)/Extra/DSDT.aml).
103 GetCPUfromBIOS=Yes Use BIOS values instead of MSR calculation (default=Yes)
104 GenerateCStates=Yes Enable auto generation of processor idle sleep states
105 (C-States).
106 GeneratePStates=Yes Enable auto generation of processor power performance
107 states (P-States).
108
109 EnableC2State=Yes Enable specific Processor power state, C2.
110 EnableC3State=Yes Enable specific Processor power state, C3.
111 EnableC4State=Yes Enable specific Processor power state, C4.
112
113 SMBIOS=<file> Use an alternate SMBIOS.plist file
114 (default paths:
115 /Extra/SMBIOS.plist bt(0,0)/Extra/SMBIOS.plist).
116
117 SMBIOSdefaults=No Don't use the Default values for SMBIOS overriding if
118 smbios.plist doesn't exist, factory values are kept.
119
120 "Scan Single Drive" Scan the drive only where the booter got loaded from.
121 =Yes|No Fix rescan pbs when using a DVD reader in AHCI mode.
122 Rescan=Yes Enable CD-ROM rescan mode.
123 "Rescan Prompt"=Yes Prompts for enable CD-ROM rescan mode.
124 SystemId=<UUID> Set manually the system id UUID,
125 SMUUID in smbios config (reserved field) isn't used.
126 SystemType=<n> Set the system type where n is between 0..6
127 (default =1 (Desktop)
128 md0=<file> Load raw img file into memory for use as XNU's md0
129 ramdisk. /Extra/Postboot.img is used otherwise.
130

Archive Download this file

Revision: HEAD