Chameleon

Chameleon Svn Source Tree

Root/branches/azimutz/Chazileon/doc/BootHelp.txt

1TODO:
2- add TAB, change between textmode/gui??
3- add arch & -legacy
4- add ramdisk stuff
5
6The boot: prompt waits for you to type advanced startup options.
7If you don't type anything, the computer continues starting up normally. It
8uses the kernel and configuration files on the startup device, which it also
9uses as the root device.
10
11Advanced startup options use the following syntax:
12
13 [device]<kernel> [arguments]
14
15Example arguments include
16
17 device: rd=<BSD device name> (e.g. rd=disk0s2)
18 rd=*<IODeviceTree path> (e.g. rd=*/PCI0@0/CHN0@0/@0:1)
19
20 kernel: kernel name (e.g. "mach_kernel" - must be in "/" )
21
22 flags: -v (verbose) -s (single user mode),
23 -x (safe mode) -F (ignore boot configuration file)
24
25 "Graphics Mode"="WIDTHxHEIGHTxDEPTH" (e.g. "1024x768x32")
26
27 kernel flags (e.g. debug=0x144)
28 io=0xffffffff (defined in IOKit/IOKitDebug.h)
29
30Example: mach_kernel rd=disk0s1 -v "Graphics Mode"="1920x1200x32"
31
32If the computer won't start up properly, you may be able to start it up
33using safe mode. Type -x to start up in safe mode, which ignores all
34cached driver files.
35
36Special booter hotkeys:
37 F5 Rescans optical drive.
38 F10 Scans and displays all BIOS accessible drives.
39
40Special booter commands:
41 ?memory Displays information about the computer's memory.
42 ?video Displays VESA video modes supported by the computer's BIOS.
43 ?norescan Leaves optical drive rescan mode.
44
45Additional useful command-line options:
46 config=<file> Use an alternate Boot.plist file.
47
48Options useful in the com.apple.Boot.plist file:
49 Wait=Yes|No Prompt for a key press before starting the kernel.
50 Quiet Boot=Yes|No Use quiet boot mode (no messages or prompt).
51 Timeout=8 Number of seconds to pause at the boot: prompt.
52 Instant Menu=Yes Force displaying the partition selection menu.
53
54 Default Partition Sets the default boot partition,
55 =hd(x,y)| where 'x' & 'y' are the disk and partition numbers
56 =<UUID> or specify the selected volume UUID string.
57 Hide Partition Remove unwanted partition(s) from the boot menu.
58 =hd(x,y) [hd(m,n)] only non mac osx boot partitions can be hidden.
59
60 Rename Partition Rename partition(s) for the boot menu.
61 =hd(x,y) <alias> [;hd(m,n) <alias2> ...]
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 Legacy Logo=Yes|No Use the legacy grey apple logo (disabled by default).
66
67 PciRoot=<value> Use an alternate value for PciRoot (default value 0).
68
69 GraphicsEnabler=Yes|No Automatic device-properties generation for gfx cards.
70 UseAtiROM=Yes|No Use an alternate Ati ROM image
71 (path: /Extra/<vendorid>_<devid>.rom)
72 UseNvidiaROM=Yes|No Use an alternate Nvidia ROM image
73 (path: /Extra/<vendorid>_<devid>.rom)
74 VBIOS=Yes|No Inject VBIOS to device-properties.
75
76 EthernetBuiltIn=Yes|No Automatic "built-in"=yes device-properties generation
77 for ethernet interfaces.
78
79 USBBusFix=Yes Enable all USB fixes below:
80 EHCIacquire=Yes Enable the EHCI fix (disabled by default).
81 UHCIreset=Yes Enable the UHCI fix (disabled by default).
82 USBLegacyOff=Yes Enable the USB Legacy fix (disabled by default).
83
84 ForceHPET=Yes|No Force Enable HPET.
85
86 Wake=No Disable wake up after hibernation (default: enabled).
87 ForceWake=Yes Force using the sleepimage (disabled by default).
88 WakeImage=<file> Use an alternate sleepimage file.
89 (default path is /private/var/vm/sleepimage).
90
91 DropSSDT=Yes Skip the SSDT tables while relocating the ACPI tables.
92 DSDT=<file> Use an alternate DSDT.aml file
93 (default path: /DSDT.aml /Extra/DSDT.aml).
94
95 SMBIOS=<file> Use an alternate smbios.plist file
96 (default path: /smbios.plist /Extra/smbios.plist
97 bt(0,0)/Extra/smbios.plist).
98
99 SMBIOSdefaults=No Don't use the Default values for SMBIOS overriding
100 if smbios.plist doesn't exist, factory
101 values are kept.
102
103 Scan Single Drive Scan the drive only where the booter got loaded from.
104 =Yes|No Fix rescan pbs when using a DVD reader in AHCI mode.
105 Rescan=Yes Enable CD-ROM rescan mode.
106 Rescan Prompt=Yes Prompts for enable CD-ROM rescan mode.
107 SystemId=<UUID> Set manually the system id UUID,
108 SMUUID in smbios config (reserved field) isn't used.
109 SystemType=<n> Set the system type where n is between 0..6
110 (default =1 (Desktop)
111 md0=<file> Load raw img file into memory for use as XNU's md0
112 ramdisk. /Extra/Postboot.img is used otherwise.
113

Archive Download this file

Revision: 296