blob: 654ea4fccff880f0e42a95d0aa3c06ffd60ee1ac [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001AMD64 specific boot options
2
3There are many others (usually documented in driver documentation), but
4only the AMD64 specific ones are listed here.
5
6Machine check
7
8 mce=off disable machine check
Andi Kleend5172f22005-08-07 09:42:07 -07009 mce=bootlog Enable logging of machine checks left over from booting.
Andi Kleene5835382005-11-05 17:25:54 +010010 Disabled by default on AMD because some BIOS leave bogus ones.
Andi Kleend5172f22005-08-07 09:42:07 -070011 If your BIOS doesn't do that it's a good idea to enable though
12 to make sure you log even machine check events that result
Andi Kleene5835382005-11-05 17:25:54 +010013 in a reboot. On Intel systems it is enabled by default.
14 mce=nobootlog
15 Disable boot machine check logging.
Andi Kleen8c566ef2005-09-12 18:49:24 +020016 mce=tolerancelevel (number)
17 0: always panic, 1: panic if deadlock possible,
18 2: try to avoid panic, 3: never panic or exit (for testing)
19 default is 1
20 Can be also set using sysfs which is preferable.
Linus Torvalds1da177e2005-04-16 15:20:36 -070021
22 nomce (for compatibility with i386): same as mce=off
23
24 Everything else is in sysfs now.
25
26APICs
27
28 apic Use IO-APIC. Default
29
30 noapic Don't use the IO-APIC.
31
32 disableapic Don't use the local APIC
33
34 nolapic Don't use the local APIC (alias for i386 compatibility)
35
36 pirq=... See Documentation/i386/IO-APIC.txt
37
38 noapictimer Don't set up the APIC timer
39
Andi Kleen14d98ca2005-05-20 14:27:59 -070040 no_timer_check Don't check the IO-APIC timer. This can work around
41 problems with incorrect timer initialization on some boards.
42
Andi Kleen73dea472006-02-03 21:50:50 +010043 apicmaintimer Run time keeping from the local APIC timer instead
44 of using the PIT/HPET interrupt for this. This is useful
45 when the PIT/HPET interrupts are unreliable.
46
47 noapicmaintimer Don't do time keeping using the APIC timer.
48 Useful when this option was auto selected, but doesn't work.
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050Early Console
51
52 syntax: earlyprintk=vga
53 earlyprintk=serial[,ttySn[,baudrate]]
54
55 The early console is useful when the kernel crashes before the
56 normal console is initialized. It is not enabled by
57 default because it has some cosmetic problems.
58 Append ,keep to not disable it when the real console takes over.
59 Only vga or serial at a time, not both.
60 Currently only ttyS0 and ttyS1 are supported.
61 Interaction with the standard serial driver is not very good.
62 The VGA output is eventually overwritten by the real console.
63
64Timing
65
66 notsc
67 Don't use the CPU time stamp counter to read the wall time.
68 This can be used to work around timing problems on multiprocessor systems
Andi Kleenef4d7cb2005-07-28 21:15:34 -070069 with not properly synchronized CPUs.
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
71 report_lost_ticks
72 Report when timer interrupts are lost because some code turned off
73 interrupts for too long.
74
75 nmi_watchdog=NUMBER[,panic]
76 NUMBER can be:
77 0 don't use an NMI watchdog
78 1 use the IO-APIC timer for the NMI watchdog
79 2 use the local APIC for the NMI watchdog using a performance counter. Note
80 This will use one performance counter and the local APIC's performance
81 vector.
82 When panic is specified panic when an NMI watchdog timeout occurs.
83 This is useful when you use a panic=... timeout and need the box
84 quickly up again.
85
86 nohpet
87 Don't use the HPET timer.
88
89Idle loop
90
91 idle=poll
92 Don't do power saving in the idle loop using HLT, but poll for rescheduling
93 event. This will make the CPUs eat a lot more power, but may be useful
94 to get slightly better performance in multiprocessor benchmarks. It also
95 makes some profiling using performance counters more accurate.
Andi Kleenef4d7cb2005-07-28 21:15:34 -070096 Please note that on systems with MONITOR/MWAIT support (like Intel EM64T
97 CPUs) this option has no performance advantage over the normal idle loop.
98 It may also interact badly with hyperthreading.
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
100Rebooting
101
102 reboot=b[ios] | t[riple] | k[bd] [, [w]arm | [c]old]
103 bios Use the CPU reboto vector for warm reset
104 warm Don't set the cold reboot flag
105 cold Set the cold reboot flag
106 triple Force a triple fault (init)
107 kbd Use the keyboard controller. cold reset (default)
108
109 Using warm reset will be much faster especially on big memory
110 systems because the BIOS will not go through the memory check.
111 Disadvantage is that not all hardware will be completely reinitialized
112 on reboot so there may be boot problems on some systems.
113
114 reboot=force
115
116 Don't stop other CPUs on reboot. This can make reboot more reliable
117 in some cases.
118
119Non Executable Mappings
120
121 noexec=on|off
122
123 on Enable(default)
124 off Disable
125
126SMP
127
128 nosmp Only use a single CPU
129
130 maxcpus=NUMBER only use upto NUMBER CPUs
131
132 cpumask=MASK only use cpus with bits set in mask
133
Andi Kleen420f8f62005-11-05 17:25:54 +0100134 additional_cpus=NUM Allow NUM more CPUs for hotplug
Andi Kleenf62a91f2006-01-11 22:42:35 +0100135 (defaults are specified by the BIOS, see Documentation/x86_64/cpu-hotplug-spec)
Andi Kleen420f8f62005-11-05 17:25:54 +0100136
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137NUMA
138
139 numa=off Only set up a single NUMA node spanning all memory.
140
141 numa=noacpi Don't parse the SRAT table for NUMA setup
142
143 numa=fake=X Fake X nodes and ignore NUMA setup of the actual machine.
144
145ACPI
146
147 acpi=off Don't enable ACPI
148 acpi=ht Use ACPI boot table parsing, but don't enable ACPI
149 interpreter
150 acpi=force Force ACPI on (currently not needed)
151
152 acpi=strict Disable out of spec ACPI workarounds.
153
154 acpi_sci={edge,level,high,low} Set up ACPI SCI interrupt.
155
156 acpi=noirq Don't route interrupts
157
158PCI
159
160 pci=off Don't use PCI
161 pci=conf1 Use conf1 access.
162 pci=conf2 Use conf2 access.
163 pci=rom Assign ROMs.
164 pci=assign-busses Assign busses
165 pci=irqmask=MASK Set PCI interrupt mask to MASK
166 pci=lastbus=NUMBER Scan upto NUMBER busses, no matter what the mptable says.
167 pci=noacpi Don't use ACPI to set up PCI interrupt routing.
168
169IOMMU
170
171 iommu=[size][,noagp][,off][,force][,noforce][,leak][,memaper[=order]][,merge]
172 [,forcesac][,fullflush][,nomerge][,noaperture]
173 size set size of iommu (in bytes)
174 noagp don't initialize the AGP driver and use full aperture.
175 off don't use the IOMMU
176 leak turn on simple iommu leak tracing (only when CONFIG_IOMMU_LEAK is on)
177 memaper[=order] allocate an own aperture over RAM with size 32MB^order.
178 noforce don't force IOMMU usage. Default.
179 force Force IOMMU.
180 merge Do SG merging. Implies force (experimental)
181 nomerge Don't do SG merging.
182 forcesac For SAC mode for masks <40bits (experimental)
183 fullflush Flush IOMMU on each allocation (default)
184 nofullflush Don't use IOMMU fullflush
185 allowed overwrite iommu off workarounds for specific chipsets.
186 soft Use software bounce buffering (default for Intel machines)
187 noaperture Don't touch the aperture for AGP.
188
189 swiotlb=pages[,force]
190
191 pages Prereserve that many 128K pages for the software IO bounce buffering.
192 force Force all IO through the software TLB.
193
194Debugging
195
196 oops=panic Always panic on oopses. Default is to just kill the process,
197 but there is a small probability of deadlocking the machine.
198 This will also cause panics on machine check exceptions.
199 Useful together with panic=30 to trigger a reboot.
200
201 kstack=N Print that many words from the kernel stack in oops dumps.
202
Andi Kleen9e43e1b2005-11-05 17:25:54 +0100203 pagefaulttrace Dump all page faults. Only useful for extreme debugging
204 and will create a lot of output.
205
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206Misc
207
Adrian Bunk575c9682006-01-15 02:00:17 +0100208 noreplacement Don't replace instructions with more appropriate ones
Andi Kleenef4d7cb2005-07-28 21:15:34 -0700209 for the CPU. This may be useful on asymmetric MP systems
210 where some CPU have less capabilities than the others.