kernel-parameters.txt 50 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739
  1. Kernel Parameters
  2. ~~~~~~~~~~~~~~~~~
  3. The following is a consolidated list of the kernel parameters as implemented
  4. (mostly) by the __setup() macro and sorted into English Dictionary order
  5. (defined as ignoring all punctuation and sorting digits before letters in a
  6. case insensitive manner), and with descriptions where known.
  7. Module parameters for loadable modules are specified only as the
  8. parameter name with optional '=' and value as appropriate, such as:
  9. modprobe usbcore blinkenlights=1
  10. Module parameters for modules that are built into the kernel image
  11. are specified on the kernel command line with the module name plus
  12. '.' plus parameter name, with '=' and value if appropriate, such as:
  13. usbcore.blinkenlights=1
  14. This document may not be entirely up to date and comprehensive. The command
  15. "modinfo -p ${modulename}" shows a current list of all parameters of a loadable
  16. module. Loadable modules, after being loaded into the running kernel, also
  17. reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
  18. parameters may be changed at runtime by the command
  19. "echo -n ${value} > /sys/module/${modulename}/parameters/${parm}".
  20. The parameters listed below are only valid if certain kernel build options were
  21. enabled and if respective hardware is present. The text in square brackets at
  22. the beginning of each description states the restrictions within which a
  23. parameter is applicable:
  24. ACPI ACPI support is enabled.
  25. ALSA ALSA sound support is enabled.
  26. APIC APIC support is enabled.
  27. APM Advanced Power Management support is enabled.
  28. AX25 Appropriate AX.25 support is enabled.
  29. CD Appropriate CD support is enabled.
  30. DRM Direct Rendering Management support is enabled.
  31. EDD BIOS Enhanced Disk Drive Services (EDD) is enabled
  32. EFI EFI Partitioning (GPT) is enabled
  33. EIDE EIDE/ATAPI support is enabled.
  34. FB The frame buffer device is enabled.
  35. HW Appropriate hardware is enabled.
  36. IA-32 IA-32 aka i386 architecture is enabled.
  37. IA-64 IA-64 architecture is enabled.
  38. IOSCHED More than one I/O scheduler is enabled.
  39. IP_PNP IP DHCP, BOOTP, or RARP is enabled.
  40. ISAPNP ISA PnP code is enabled.
  41. ISDN Appropriate ISDN support is enabled.
  42. JOY Appropriate joystick support is enabled.
  43. LP Printer support is enabled.
  44. LOOP Loopback device support is enabled.
  45. M68k M68k architecture is enabled.
  46. These options have more detailed description inside of
  47. Documentation/m68k/kernel-options.txt.
  48. MCA MCA bus support is enabled.
  49. MDA MDA console support is enabled.
  50. MOUSE Appropriate mouse support is enabled.
  51. MSI Message Signaled Interrupts (PCI).
  52. MTD MTD support is enabled.
  53. NET Appropriate network support is enabled.
  54. NUMA NUMA support is enabled.
  55. GENERIC_TIME The generic timeofday code is enabled.
  56. NFS Appropriate NFS support is enabled.
  57. OSS OSS sound support is enabled.
  58. PARIDE The ParIDE subsystem is enabled.
  59. PARISC The PA-RISC architecture is enabled.
  60. PCI PCI bus support is enabled.
  61. PCMCIA The PCMCIA subsystem is enabled.
  62. PNP Plug & Play support is enabled.
  63. PPC PowerPC architecture is enabled.
  64. PPT Parallel port support is enabled.
  65. PS2 Appropriate PS/2 support is enabled.
  66. RAM RAM disk support is enabled.
  67. S390 S390 architecture is enabled.
  68. SCSI Appropriate SCSI support is enabled.
  69. A lot of drivers has their options described inside of
  70. Documentation/scsi/.
  71. SELINUX SELinux support is enabled.
  72. SERIAL Serial support is enabled.
  73. SMP The kernel is an SMP kernel.
  74. SPARC Sparc architecture is enabled.
  75. SWSUSP Software suspend is enabled.
  76. TS Appropriate touchscreen support is enabled.
  77. USB USB support is enabled.
  78. USBHID USB Human Interface Device support is enabled.
  79. V4L Video For Linux support is enabled.
  80. VGA The VGA console has been enabled.
  81. VT Virtual terminal support is enabled.
  82. WDT Watchdog support is enabled.
  83. XT IBM PC/XT MFM hard disk support is enabled.
  84. X86-64 X86-64 architecture is enabled.
  85. More X86-64 boot options can be found in
  86. Documentation/x86_64/boot-options.txt .
  87. In addition, the following text indicates that the option:
  88. BUGS= Relates to possible processor bugs on the said processor.
  89. KNL Is a kernel start-up parameter.
  90. BOOT Is a boot loader parameter.
  91. Parameters denoted with BOOT are actually interpreted by the boot
  92. loader, and have no meaning to the kernel directly.
  93. Do not modify the syntax of boot loader parameters without extreme
  94. need or coordination with <Documentation/i386/boot.txt>.
  95. Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
  96. a trailing = on the name of any parameter states that that parameter will
  97. be entered as an environment variable, whereas its absence indicates that
  98. it will appear as a kernel argument readable via /proc/cmdline by programs
  99. running once the system is up.
  100. The number of kernel parameters is not limited, but the length of the
  101. complete command line (parameters including spaces etc.) is limited to
  102. a fixed number of characters. This limit depends on the architecture
  103. and is between 256 and 4096 characters. It is defined in the file
  104. ./include/asm/setup.h as COMMAND_LINE_SIZE.
  105. 53c7xx= [HW,SCSI] Amiga SCSI controllers
  106. See header of drivers/scsi/53c7xx.c.
  107. See also Documentation/scsi/ncr53c7xx.txt.
  108. acpi= [HW,ACPI] Advanced Configuration and Power Interface
  109. Format: { force | off | ht | strict | noirq }
  110. force -- enable ACPI if default was off
  111. off -- disable ACPI if default was on
  112. noirq -- do not use ACPI for IRQ routing
  113. ht -- run only enough ACPI to enable Hyper Threading
  114. strict -- Be less tolerant of platforms that are not
  115. strictly ACPI specification compliant.
  116. See also Documentation/pm.txt, pci=noacpi
  117. acpi_sleep= [HW,ACPI] Sleep options
  118. Format: { s3_bios, s3_mode }
  119. See Documentation/power/video.txt
  120. acpi_sci= [HW,ACPI] ACPI System Control Interrupt trigger mode
  121. Format: { level | edge | high | low }
  122. acpi_irq_balance [HW,ACPI]
  123. ACPI will balance active IRQs
  124. default in APIC mode
  125. acpi_irq_nobalance [HW,ACPI]
  126. ACPI will not move active IRQs (default)
  127. default in PIC mode
  128. acpi_irq_pci= [HW,ACPI] If irq_balance, clear listed IRQs for
  129. use by PCI
  130. Format: <irq>,<irq>...
  131. acpi_irq_isa= [HW,ACPI] If irq_balance, mark listed IRQs used by ISA
  132. Format: <irq>,<irq>...
  133. acpi_os_name= [HW,ACPI] Tell ACPI BIOS the name of the OS
  134. Format: To spoof as Windows 98: ="Microsoft Windows"
  135. acpi_osi= [HW,ACPI] empty param disables _OSI
  136. acpi_serialize [HW,ACPI] force serialization of AML methods
  137. acpi_skip_timer_override [HW,ACPI]
  138. Recognize and ignore IRQ0/pin2 Interrupt Override.
  139. For broken nForce2 BIOS resulting in XT-PIC timer.
  140. acpi_use_timer_override [HW,ACPI}
  141. Use timer override. For some broken Nvidia NF5 boards
  142. that require a timer override, but don't have
  143. HPET
  144. acpi_dbg_layer= [HW,ACPI]
  145. Format: <int>
  146. Each bit of the <int> indicates an ACPI debug layer,
  147. 1: enable, 0: disable. It is useful for boot time
  148. debugging. After system has booted up, it can be set
  149. via /proc/acpi/debug_layer.
  150. acpi_dbg_level= [HW,ACPI]
  151. Format: <int>
  152. Each bit of the <int> indicates an ACPI debug level,
  153. 1: enable, 0: disable. It is useful for boot time
  154. debugging. After system has booted up, it can be set
  155. via /proc/acpi/debug_level.
  156. acpi_fake_ecdt [HW,ACPI] Workaround failure due to BIOS lacking ECDT
  157. acpi_generic_hotkey [HW,ACPI]
  158. Allow consolidated generic hotkey driver to
  159. override platform specific driver.
  160. See also Documentation/acpi-hotkey.txt.
  161. acpi_pm_good [IA-32,X86-64]
  162. Override the pmtimer bug detection: force the kernel
  163. to assume that this machine's pmtimer latches its value
  164. and always returns good values.
  165. enable_timer_pin_1 [i386,x86-64]
  166. Enable PIN 1 of APIC timer
  167. Can be useful to work around chipset bugs
  168. (in particular on some ATI chipsets).
  169. The kernel tries to set a reasonable default.
  170. disable_timer_pin_1 [i386,x86-64]
  171. Disable PIN 1 of APIC timer
  172. Can be useful to work around chipset bugs.
  173. ad1816= [HW,OSS]
  174. Format: <io>,<irq>,<dma>,<dma2>
  175. See also Documentation/sound/oss/AD1816.
  176. ad1848= [HW,OSS]
  177. Format: <io>,<irq>,<dma>,<dma2>,<type>
  178. adlib= [HW,OSS]
  179. Format: <io>
  180. advansys= [HW,SCSI]
  181. See header of drivers/scsi/advansys.c.
  182. advwdt= [HW,WDT] Advantech WDT
  183. Format: <iostart>,<iostop>
  184. aedsp16= [HW,OSS] Audio Excel DSP 16
  185. Format: <io>,<irq>,<dma>,<mss_io>,<mpu_io>,<mpu_irq>
  186. See also header of sound/oss/aedsp16.c.
  187. aha152x= [HW,SCSI]
  188. See Documentation/scsi/aha152x.txt.
  189. aha1542= [HW,SCSI]
  190. Format: <portbase>[,<buson>,<busoff>[,<dmaspeed>]]
  191. aic7xxx= [HW,SCSI]
  192. See Documentation/scsi/aic7xxx.txt.
  193. aic79xx= [HW,SCSI]
  194. See Documentation/scsi/aic79xx.txt.
  195. amijoy.map= [HW,JOY] Amiga joystick support
  196. Map of devices attached to JOY0DAT and JOY1DAT
  197. Format: <a>,<b>
  198. See also Documentation/kernel/input/joystick.txt
  199. analog.map= [HW,JOY] Analog joystick and gamepad support
  200. Specifies type or capabilities of an analog joystick
  201. connected to one of 16 gameports
  202. Format: <type1>,<type2>,..<type16>
  203. apc= [HW,SPARC]
  204. Power management functions (SPARCstation-4/5 + deriv.)
  205. Format: noidle
  206. Disable APC CPU standby support. SPARCstation-Fox does
  207. not play well with APC CPU idle - disable it if you have
  208. APC and your system crashes randomly.
  209. apic= [APIC,i386] Change the output verbosity whilst booting
  210. Format: { quiet (default) | verbose | debug }
  211. Change the amount of debugging information output
  212. when initialising the APIC and IO-APIC components.
  213. apm= [APM] Advanced Power Management
  214. See header of arch/i386/kernel/apm.c.
  215. applicom= [HW]
  216. Format: <mem>,<irq>
  217. arcrimi= [HW,NET] ARCnet - "RIM I" (entirely mem-mapped) cards
  218. Format: <io>,<irq>,<nodeID>
  219. ataflop= [HW,M68k]
  220. atarimouse= [HW,MOUSE] Atari Mouse
  221. atascsi= [HW,SCSI] Atari SCSI
  222. atkbd.extra= [HW] Enable extra LEDs and keys on IBM RapidAccess,
  223. EzKey and similar keyboards
  224. atkbd.reset= [HW] Reset keyboard during initialization
  225. atkbd.set= [HW] Select keyboard code set
  226. Format: <int> (2 = AT (default), 3 = PS/2)
  227. atkbd.scroll= [HW] Enable scroll wheel on MS Office and similar
  228. keyboards
  229. atkbd.softraw= [HW] Choose between synthetic and real raw mode
  230. Format: <bool> (0 = real, 1 = synthetic (default))
  231. atkbd.softrepeat= [HW]
  232. Use software keyboard repeat
  233. autotest [IA64]
  234. aztcd= [HW,CD] Aztech CD268 CDROM driver
  235. Format: <io>,0x79 (?)
  236. baycom_epp= [HW,AX25]
  237. Format: <io>,<mode>
  238. baycom_par= [HW,AX25] BayCom Parallel Port AX.25 Modem
  239. Format: <io>,<mode>
  240. See header of drivers/net/hamradio/baycom_par.c.
  241. baycom_ser_fdx= [HW,AX25]
  242. BayCom Serial Port AX.25 Modem (Full Duplex Mode)
  243. Format: <io>,<irq>,<mode>[,<baud>]
  244. See header of drivers/net/hamradio/baycom_ser_fdx.c.
  245. baycom_ser_hdx= [HW,AX25]
  246. BayCom Serial Port AX.25 Modem (Half Duplex Mode)
  247. Format: <io>,<irq>,<mode>
  248. See header of drivers/net/hamradio/baycom_ser_hdx.c.
  249. blkmtd_device= [HW,MTD]
  250. blkmtd_erasesz=
  251. blkmtd_ro=
  252. blkmtd_bs=
  253. blkmtd_count=
  254. bttv.card= [HW,V4L] bttv (bt848 + bt878 based grabber cards)
  255. bttv.radio= Most important insmod options are available as
  256. kernel args too.
  257. bttv.pll= See Documentation/video4linux/bttv/Insmod-options
  258. bttv.tuner= and Documentation/video4linux/bttv/CARDLIST
  259. BusLogic= [HW,SCSI]
  260. See drivers/scsi/BusLogic.c, comment before function
  261. BusLogic_ParseDriverOptions().
  262. c101= [NET] Moxa C101 synchronous serial card
  263. cachesize= [BUGS=IA-32] Override level 2 CPU cache size detection.
  264. Sometimes CPU hardware bugs make them report the cache
  265. size incorrectly. The kernel will attempt work arounds
  266. to fix known problems, but for some CPUs it is not
  267. possible to determine what the correct size should be.
  268. This option provides an override for these situations.
  269. cdu31a= [HW,CD]
  270. Format: <io>,<irq>[,PAS]
  271. See header of drivers/cdrom/cdu31a.c.
  272. chandev= [HW,NET] Generic channel device initialisation
  273. checkreqprot [SELINUX] Set initial checkreqprot flag value.
  274. Format: { "0" | "1" }
  275. See security/selinux/Kconfig help text.
  276. 0 -- check protection applied by kernel (includes
  277. any implied execute protection).
  278. 1 -- check protection requested by application.
  279. Default value is set via a kernel config option.
  280. Value can be changed at runtime via
  281. /selinux/checkreqprot.
  282. clock= [BUGS=IA-32, HW] gettimeofday clocksource override.
  283. [Deprecated]
  284. Forces specified clocksource (if available) to be used
  285. when calculating gettimeofday(). If specified
  286. clocksource is not available, it defaults to PIT.
  287. Format: { pit | tsc | cyclone | pmtmr }
  288. disable_8254_timer
  289. enable_8254_timer
  290. [IA32/X86_64] Disable/Enable interrupt 0 timer routing
  291. over the 8254 in addition to over the IO-APIC. The
  292. kernel tries to set a sensible default.
  293. hpet= [IA-32,HPET] option to disable HPET and use PIT.
  294. Format: disable
  295. cm206= [HW,CD]
  296. Format: { auto | [<io>,][<irq>] }
  297. com20020= [HW,NET] ARCnet - COM20020 chipset
  298. Format:
  299. <io>[,<irq>[,<nodeID>[,<backplane>[,<ckp>[,<timeout>]]]]]
  300. com90io= [HW,NET] ARCnet - COM90xx chipset (IO-mapped buffers)
  301. Format: <io>[,<irq>]
  302. com90xx= [HW,NET]
  303. ARCnet - COM90xx chipset (memory-mapped buffers)
  304. Format: <io>[,<irq>[,<memstart>]]
  305. condev= [HW,S390] console device
  306. conmode=
  307. console= [KNL] Output console device and options.
  308. tty<n> Use the virtual console device <n>.
  309. ttyS<n>[,options]
  310. ttyUSB0[,options]
  311. Use the specified serial port. The options are of
  312. the form "bbbbpnf", where "bbbb" is the baud rate,
  313. "p" is parity ("n", "o", or "e"), "n" is number of
  314. bits, and "f" is flow control ("r" for RTS or
  315. omit it). Default is "9600n8".
  316. See Documentation/serial-console.txt for more
  317. information. See
  318. Documentation/networking/netconsole.txt for an
  319. alternative.
  320. uart,io,<addr>[,options]
  321. uart,mmio,<addr>[,options]
  322. Start an early, polled-mode console on the 8250/16550
  323. UART at the specified I/O port or MMIO address,
  324. switching to the matching ttyS device later. The
  325. options are the same as for ttyS, above.
  326. cpcihp_generic= [HW,PCI] Generic port I/O CompactPCI driver
  327. Format:
  328. <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]
  329. cpia_pp= [HW,PPT]
  330. Format: { parport<nr> | auto | none }
  331. crashkernel=nn[KMG]@ss[KMG]
  332. [KNL] Reserve a chunk of physical memory to
  333. hold a kernel to switch to with kexec on panic.
  334. cs4232= [HW,OSS]
  335. Format: <io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>
  336. cs89x0_dma= [HW,NET]
  337. Format: <dma>
  338. cs89x0_media= [HW,NET]
  339. Format: { rj45 | aui | bnc }
  340. cyclades= [HW,SERIAL] Cyclades multi-serial port adapter.
  341. dasd= [HW,NET]
  342. See header of drivers/s390/block/dasd_devmap.c.
  343. db9.dev[2|3]= [HW,JOY] Multisystem joystick support via parallel port
  344. (one device per port)
  345. Format: <port#>,<type>
  346. See also Documentation/input/joystick-parport.txt
  347. debug [KNL] Enable kernel debugging (events log level).
  348. debug_locks_verbose=
  349. [KNL] verbose self-tests
  350. Format=<0|1>
  351. Print debugging info while doing the locking API
  352. self-tests.
  353. We default to 0 (no extra messages), setting it to
  354. 1 will print _a lot_ more information - normally
  355. only useful to kernel developers.
  356. decnet= [HW,NET]
  357. Format: <area>[,<node>]
  358. See also Documentation/networking/decnet.txt.
  359. dhash_entries= [KNL]
  360. Set number of hash buckets for dentry cache.
  361. digi= [HW,SERIAL]
  362. IO parameters + enable/disable command.
  363. digiepca= [HW,SERIAL]
  364. See drivers/char/README.epca and
  365. Documentation/digiepca.txt.
  366. dmascc= [HW,AX25,SERIAL] AX.25 Z80SCC driver with DMA
  367. support available.
  368. Format: <io_dev0>[,<io_dev1>[,..<io_dev32>]]
  369. dmasound= [HW,OSS] Sound subsystem buffers
  370. dscc4.setup= [NET]
  371. dtc3181e= [HW,SCSI]
  372. earlyprintk= [IA-32,X86-64]
  373. earlyprintk=vga
  374. earlyprintk=serial[,ttySn[,baudrate]]
  375. Append ",keep" to not disable it when the real console
  376. takes over.
  377. Only vga or serial at a time, not both.
  378. Currently only ttyS0 and ttyS1 are supported.
  379. Interaction with the standard serial driver is not
  380. very good.
  381. The VGA output is eventually overwritten by the real
  382. console.
  383. eata= [HW,SCSI]
  384. ec_intr= [HW,ACPI] ACPI Embedded Controller interrupt mode
  385. Format: <int>
  386. 0: polling mode
  387. non-0: interrupt mode (default)
  388. eda= [HW,PS2]
  389. edb= [HW,PS2]
  390. edd= [EDD]
  391. Format: {"of[f]" | "sk[ipmbr]"}
  392. See comment in arch/i386/boot/edd.S
  393. eicon= [HW,ISDN]
  394. Format: <id>,<membase>,<irq>
  395. eisa_irq_edge= [PARISC,HW]
  396. See header of drivers/parisc/eisa.c.
  397. elanfreq= [IA-32]
  398. See comment before function elanfreq_setup() in
  399. arch/i386/kernel/cpu/cpufreq/elanfreq.c.
  400. elevator= [IOSCHED]
  401. Format: {"anticipatory" | "cfq" | "deadline" | "noop"}
  402. See Documentation/block/as-iosched.txt and
  403. Documentation/block/deadline-iosched.txt for details.
  404. elfcorehdr= [IA-32, X86_64]
  405. Specifies physical address of start of kernel core
  406. image elf header. Generally kexec loader will
  407. pass this option to capture kernel.
  408. See Documentation/kdump/kdump.txt for details.
  409. enforcing [SELINUX] Set initial enforcing status.
  410. Format: {"0" | "1"}
  411. See security/selinux/Kconfig help text.
  412. 0 -- permissive (log only, no denials).
  413. 1 -- enforcing (deny and log).
  414. Default value is 0.
  415. Value can be changed at runtime via /selinux/enforce.
  416. es1371= [HW,OSS]
  417. Format: <spdif>,[<nomix>,[<amplifier>]]
  418. See also header of sound/oss/es1371.c.
  419. ether= [HW,NET] Ethernet cards parameters
  420. This option is obsoleted by the "netdev=" option, which
  421. has equivalent usage. See its documentation for details.
  422. eurwdt= [HW,WDT] Eurotech CPU-1220/1410 onboard watchdog.
  423. Format: <io>[,<irq>]
  424. fd_mcs= [HW,SCSI]
  425. See header of drivers/scsi/fd_mcs.c.
  426. fdomain= [HW,SCSI]
  427. See header of drivers/scsi/fdomain.c.
  428. floppy= [HW]
  429. See Documentation/floppy.txt.
  430. ftape= [HW] Floppy Tape subsystem debugging options.
  431. See Documentation/ftape.txt.
  432. gamecon.map[2|3]=
  433. [HW,JOY] Multisystem joystick and NES/SNES/PSX pad
  434. support via parallel port (up to 5 devices per port)
  435. Format: <port#>,<pad1>,<pad2>,<pad3>,<pad4>,<pad5>
  436. See also Documentation/input/joystick-parport.txt
  437. gamma= [HW,DRM]
  438. gdth= [HW,SCSI]
  439. See header of drivers/scsi/gdth.c.
  440. gpt [EFI] Forces disk with valid GPT signature but
  441. invalid Protective MBR to be treated as GPT.
  442. gscd= [HW,CD]
  443. Format: <io>
  444. gvp11= [HW,SCSI]
  445. hashdist= [KNL,NUMA] Large hashes allocated during boot
  446. are distributed across NUMA nodes. Defaults on
  447. for IA-64, off otherwise.
  448. Format: 0 | 1 (for off | on)
  449. hcl= [IA-64] SGI's Hardware Graph compatibility layer
  450. hd= [EIDE] (E)IDE hard drive subsystem geometry
  451. Format: <cyl>,<head>,<sect>
  452. hd?= [HW] (E)IDE subsystem
  453. hd?lun= See Documentation/ide.txt.
  454. highmem=nn[KMG] [KNL,BOOT] forces the highmem zone to have an exact
  455. size of <nn>. This works even on boxes that have no
  456. highmem otherwise. This also works to reduce highmem
  457. size on bigger boxes.
  458. hisax= [HW,ISDN]
  459. See Documentation/isdn/README.HiSax.
  460. hugepages= [HW,IA-32,IA-64] Maximal number of HugeTLB pages.
  461. noirqbalance [IA-32,SMP,KNL] Disable kernel irq balancing
  462. i8042.direct [HW] Put keyboard port into non-translated mode
  463. i8042.dumbkbd [HW] Pretend that controller can only read data from
  464. keyboard and cannot control its state
  465. (Don't attempt to blink the leds)
  466. i8042.noaux [HW] Don't check for auxiliary (== mouse) port
  467. i8042.nokbd [HW] Don't check/create keyboard port
  468. i8042.nomux [HW] Don't check presence of an active multiplexing
  469. controller
  470. i8042.nopnp [HW] Don't use ACPIPnP / PnPBIOS to discover KBD/AUX
  471. controllers
  472. i8042.panicblink=
  473. [HW] Frequency with which keyboard LEDs should blink
  474. when kernel panics (default is 0.5 sec)
  475. i8042.reset [HW] Reset the controller during init and cleanup
  476. i8042.unlock [HW] Unlock (ignore) the keylock
  477. i810= [HW,DRM]
  478. i8k.ignore_dmi [HW] Continue probing hardware even if DMI data
  479. indicates that the driver is running on unsupported
  480. hardware.
  481. i8k.force [HW] Activate i8k driver even if SMM BIOS signature
  482. does not match list of supported models.
  483. i8k.power_status
  484. [HW] Report power status in /proc/i8k
  485. (disabled by default)
  486. i8k.restricted [HW] Allow controlling fans only if SYS_ADMIN
  487. capability is set.
  488. ibmmcascsi= [HW,MCA,SCSI] IBM MicroChannel SCSI adapter
  489. See Documentation/mca.txt.
  490. icn= [HW,ISDN]
  491. Format: <io>[,<membase>[,<icn_id>[,<icn_id2>]]]
  492. ide= [HW] (E)IDE subsystem
  493. Format: ide=nodma or ide=doubler or ide=reverse
  494. See Documentation/ide.txt.
  495. ide?= [HW] (E)IDE subsystem
  496. Format: ide?=noprobe or chipset specific parameters.
  497. See Documentation/ide.txt.
  498. idebus= [HW] (E)IDE subsystem - VLB/PCI bus speed
  499. See Documentation/ide.txt.
  500. idle= [HW]
  501. Format: idle=poll or idle=halt
  502. ihash_entries= [KNL]
  503. Set number of hash buckets for inode cache.
  504. in2000= [HW,SCSI]
  505. See header of drivers/scsi/in2000.c.
  506. init= [KNL]
  507. Format: <full_path>
  508. Run specified binary instead of /sbin/init as init
  509. process.
  510. initcall_debug [KNL] Trace initcalls as they are executed. Useful
  511. for working out where the kernel is dying during
  512. startup.
  513. initrd= [BOOT] Specify the location of the initial ramdisk
  514. inport.irq= [HW] Inport (ATI XL and Microsoft) busmouse driver
  515. Format: <irq>
  516. combined_mode= [HW] control which driver uses IDE ports in combined
  517. mode: legacy IDE driver, libata, or both
  518. (in the libata case, libata.atapi_enabled=1 may be
  519. useful as well). Note that using the ide or libata
  520. options may affect your device naming (e.g. by
  521. changing hdc to sdb).
  522. Format: combined (default), ide, or libata
  523. inttest= [IA64]
  524. io7= [HW] IO7 for Marvel based alpha systems
  525. See comment before marvel_specify_io7 in
  526. arch/alpha/kernel/core_marvel.c.
  527. ip= [IP_PNP]
  528. See Documentation/nfsroot.txt.
  529. ip2= [HW] Set IO/IRQ pairs for up to 4 IntelliPort boards
  530. See comment before ip2_setup() in drivers/char/ip2.c.
  531. ips= [HW,SCSI] Adaptec / IBM ServeRAID controller
  532. See header of drivers/scsi/ips.c.
  533. ports= [IP_VS_FTP] IPVS ftp helper module
  534. Default is 21.
  535. Up to 8 (IP_VS_APP_MAX_PORTS) ports
  536. may be specified.
  537. Format: <port>,<port>....
  538. irqfixup [HW]
  539. When an interrupt is not handled search all handlers
  540. for it. Intended to get systems with badly broken
  541. firmware running.
  542. irqpoll [HW]
  543. When an interrupt is not handled search all handlers
  544. for it. Also check all handlers each timer
  545. interrupt. Intended to get systems with badly broken
  546. firmware running.
  547. isapnp= [ISAPNP]
  548. Format: <RDP>,<reset>,<pci_scan>,<verbosity>
  549. isolcpus= [KNL,SMP] Isolate CPUs from the general scheduler.
  550. Format: <cpu number>,...,<cpu number>
  551. This option can be used to specify one or more CPUs
  552. to isolate from the general SMP balancing and scheduling
  553. algorithms. The only way to move a process onto or off
  554. an "isolated" CPU is via the CPU affinity syscalls.
  555. <cpu number> begins at 0 and the maximum value is
  556. "number of CPUs in system - 1".
  557. This option is the preferred way to isolate CPUs. The
  558. alternative -- manually setting the CPU mask of all
  559. tasks in the system -- can cause problems and
  560. suboptimal load balancer performance.
  561. isp16= [HW,CD]
  562. Format: <io>,<irq>,<dma>,<setup>
  563. iucv= [HW,NET]
  564. js= [HW,JOY] Analog joystick
  565. See Documentation/input/joystick.txt.
  566. keepinitrd [HW,ARM]
  567. kstack=N [IA-32,X86-64] Print N words from the kernel stack
  568. in oops dumps.
  569. l2cr= [PPC]
  570. lapic [IA-32,APIC] Enable the local APIC even if BIOS
  571. disabled it.
  572. lasi= [HW,SCSI] PARISC LASI driver for the 53c700 chip
  573. Format: addr:<io>,irq:<irq>
  574. llsc*= [IA64] See function print_params() in
  575. arch/ia64/sn/kernel/llsc4.c.
  576. load_ramdisk= [RAM] List of ramdisks to load from floppy
  577. See Documentation/ramdisk.txt.
  578. lockd.nlm_grace_period=P [NFS] Assign grace period.
  579. Format: <integer>
  580. lockd.nlm_tcpport=N [NFS] Assign TCP port.
  581. Format: <integer>
  582. lockd.nlm_timeout=T [NFS] Assign timeout value.
  583. Format: <integer>
  584. lockd.nlm_udpport=M [NFS] Assign UDP port.
  585. Format: <integer>
  586. logibm.irq= [HW,MOUSE] Logitech Bus Mouse Driver
  587. Format: <irq>
  588. loglevel= All Kernel Messages with a loglevel smaller than the
  589. console loglevel will be printed to the console. It can
  590. also be changed with klogd or other programs. The
  591. loglevels are defined as follows:
  592. 0 (KERN_EMERG) system is unusable
  593. 1 (KERN_ALERT) action must be taken immediately
  594. 2 (KERN_CRIT) critical conditions
  595. 3 (KERN_ERR) error conditions
  596. 4 (KERN_WARNING) warning conditions
  597. 5 (KERN_NOTICE) normal but significant condition
  598. 6 (KERN_INFO) informational
  599. 7 (KERN_DEBUG) debug-level messages
  600. log_buf_len=n Sets the size of the printk ring buffer, in bytes.
  601. Format: { n | nk | nM }
  602. n must be a power of two. The default size
  603. is set in the kernel config file.
  604. lp=0 [LP] Specify parallel ports to use, e.g,
  605. lp=port[,port...] lp=none,parport0 (lp0 not configured, lp1 uses
  606. lp=reset first parallel port). 'lp=0' disables the
  607. lp=auto printer driver. 'lp=reset' (which can be
  608. specified in addition to the ports) causes
  609. attached printers to be reset. Using
  610. lp=port1,port2,... specifies the parallel ports
  611. to associate lp devices with, starting with
  612. lp0. A port specification may be 'none' to skip
  613. that lp device, or a parport name such as
  614. 'parport0'. Specifying 'lp=auto' instead of a
  615. port specification list means that device IDs
  616. from each port should be examined, to see if
  617. an IEEE 1284-compliant printer is attached; if
  618. so, the driver will manage that printer.
  619. See also header of drivers/char/lp.c.
  620. lpj=n [KNL]
  621. Sets loops_per_jiffy to given constant, thus avoiding
  622. time-consuming boot-time autodetection (up to 250 ms per
  623. CPU). 0 enables autodetection (default). To determine
  624. the correct value for your kernel, boot with normal
  625. autodetection and see what value is printed. Note that
  626. on SMP systems the preset will be applied to all CPUs,
  627. which is likely to cause problems if your CPUs need
  628. significantly divergent settings. An incorrect value
  629. will cause delays in the kernel to be wrong, leading to
  630. unpredictable I/O errors and other breakage. Although
  631. unlikely, in the extreme case this might damage your
  632. hardware.
  633. ltpc= [NET]
  634. Format: <io>,<irq>,<dma>
  635. mac5380= [HW,SCSI] Format:
  636. <can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags>
  637. mac53c9x= [HW,SCSI] Format:
  638. <num_esps>,<disconnect>,<nosync>,<can_queue>,<cmd_per_lun>,<sg_tablesize>,<hostid>,<use_tags>
  639. machvec= [IA64] Force the use of a particular machine-vector
  640. (machvec) in a generic kernel.
  641. Example: machvec=hpzx1_swiotlb
  642. max_loop= [LOOP] Maximum number of loopback devices that can
  643. be mounted
  644. Format: <1-256>
  645. maxcpus= [SMP] Maximum number of processors that an SMP kernel
  646. should make use of
  647. max_addr=[KMG] [KNL,BOOT,ia64] All physical memory greater than or
  648. equal to this physical address is ignored.
  649. max_luns= [SCSI] Maximum number of LUNs to probe.
  650. Should be between 1 and 2^32-1.
  651. max_report_luns=
  652. [SCSI] Maximum number of LUNs received.
  653. Should be between 1 and 16384.
  654. mca-pentium [BUGS=IA-32]
  655. mcatest= [IA-64]
  656. mcd= [HW,CD]
  657. Format: <port>,<irq>,<mitsumi_bug_93_wait>
  658. mcdx= [HW,CD]
  659. mce [IA-32] Machine Check Exception
  660. md= [HW] RAID subsystems devices and level
  661. See Documentation/md.txt.
  662. mdacon= [MDA]
  663. Format: <first>,<last>
  664. Specifies range of consoles to be captured by the MDA.
  665. mem=nn[KMG] [KNL,BOOT] Force usage of a specific amount of memory
  666. Amount of memory to be used when the kernel is not able
  667. to see the whole system memory or for test.
  668. [IA-32] Use together with memmap= to avoid physical
  669. address space collisions. Without memmap= PCI devices
  670. could be placed at addresses belonging to unused RAM.
  671. mem=nopentium [BUGS=IA-32] Disable usage of 4MB pages for kernel
  672. memory.
  673. memmap=exactmap [KNL,IA-32,X86_64] Enable setting of an exact
  674. E820 memory map, as specified by the user.
  675. Such memmap=exactmap lines can be constructed based on
  676. BIOS output or other requirements. See the memmap=nn@ss
  677. option description.
  678. memmap=nn[KMG]@ss[KMG]
  679. [KNL] Force usage of a specific region of memory
  680. Region of memory to be used, from ss to ss+nn.
  681. memmap=nn[KMG]#ss[KMG]
  682. [KNL,ACPI] Mark specific memory as ACPI data.
  683. Region of memory to be used, from ss to ss+nn.
  684. memmap=nn[KMG]$ss[KMG]
  685. [KNL,ACPI] Mark specific memory as reserved.
  686. Region of memory to be used, from ss to ss+nn.
  687. meye.*= [HW] Set MotionEye Camera parameters
  688. See Documentation/video4linux/meye.txt.
  689. mga= [HW,DRM]
  690. migration_cost=
  691. [KNL,SMP] debug: override scheduler migration costs
  692. Format: <level-1-usecs>,<level-2-usecs>,...
  693. This debugging option can be used to override the
  694. default scheduler migration cost matrix. The numbers
  695. are indexed by 'CPU domain distance'.
  696. E.g. migration_cost=1000,2000,3000 on an SMT NUMA
  697. box will set up an intra-core migration cost of
  698. 1 msec, an inter-core migration cost of 2 msecs,
  699. and an inter-node migration cost of 3 msecs.
  700. WARNING: using the wrong values here can break
  701. scheduler performance, so it's only for scheduler
  702. development purposes, not production environments.
  703. migration_debug=
  704. [KNL,SMP] migration cost auto-detect verbosity
  705. Format=<0|1|2>
  706. If a system's migration matrix reported at bootup
  707. seems erroneous then this option can be used to
  708. increase verbosity of the detection process.
  709. We default to 0 (no extra messages), 1 will print
  710. some more information, and 2 will be really
  711. verbose (probably only useful if you also have a
  712. serial console attached to the system).
  713. migration_factor=
  714. [KNL,SMP] multiply/divide migration costs by a factor
  715. Format=<percent>
  716. This debug option can be used to proportionally
  717. increase or decrease the auto-detected migration
  718. costs for all entries of the migration matrix.
  719. E.g. migration_factor=150 will increase migration
  720. costs by 50%. (and thus the scheduler will be less
  721. eager migrating cache-hot tasks)
  722. migration_factor=80 will decrease migration costs
  723. by 20%. (thus the scheduler will be more eager to
  724. migrate tasks)
  725. WARNING: using the wrong values here can break
  726. scheduler performance, so it's only for scheduler
  727. development purposes, not production environments.
  728. mousedev.tap_time=
  729. [MOUSE] Maximum time between finger touching and
  730. leaving touchpad surface for touch to be considered
  731. a tap and be reported as a left button click (for
  732. touchpads working in absolute mode only).
  733. Format: <msecs>
  734. mousedev.xres= [MOUSE] Horizontal screen resolution, used for devices
  735. reporting absolute coordinates, such as tablets
  736. mousedev.yres= [MOUSE] Vertical screen resolution, used for devices
  737. reporting absolute coordinates, such as tablets
  738. mpu401= [HW,OSS]
  739. Format: <io>,<irq>
  740. MTD_Partition= [MTD]
  741. Format: <name>,<region-number>,<size>,<offset>
  742. MTD_Region= [MTD] Format:
  743. <name>,<region-number>[,<base>,<size>,<buswidth>,<altbuswidth>]
  744. mtdparts= [MTD]
  745. See drivers/mtd/cmdline.c.
  746. mtouchusb.raw_coordinates=
  747. [HW] Make the MicroTouch USB driver use raw coordinates
  748. ('y', default) or cooked coordinates ('n')
  749. n2= [NET] SDL Inc. RISCom/N2 synchronous serial card
  750. NCR_D700= [HW,SCSI]
  751. See header of drivers/scsi/NCR_D700.c.
  752. ncr5380= [HW,SCSI]
  753. ncr53c400= [HW,SCSI]
  754. ncr53c400a= [HW,SCSI]
  755. ncr53c406a= [HW,SCSI]
  756. ncr53c8xx= [HW,SCSI]
  757. netdev= [NET] Network devices parameters
  758. Format: <irq>,<io>,<mem_start>,<mem_end>,<name>
  759. Note that mem_start is often overloaded to mean
  760. something different and driver-specific.
  761. This usage is only documented in each driver source
  762. file if at all.
  763. nfsaddrs= [NFS]
  764. See Documentation/nfsroot.txt.
  765. nfsroot= [NFS] nfs root filesystem for disk-less boxes.
  766. See Documentation/nfsroot.txt.
  767. nfs.callback_tcpport=
  768. [NFS] set the TCP port on which the NFSv4 callback
  769. channel should listen.
  770. nfs.idmap_cache_timeout=
  771. [NFS] set the maximum lifetime for idmapper cache
  772. entries.
  773. nmi_watchdog= [KNL,BUGS=IA-32] Debugging features for SMP kernels
  774. no387 [BUGS=IA-32] Tells the kernel to use the 387 maths
  775. emulation library even if a 387 maths coprocessor
  776. is present.
  777. noalign [KNL,ARM]
  778. noapic [SMP,APIC] Tells the kernel to not make use of any
  779. IOAPICs that may be present in the system.
  780. noasync [HW,M68K] Disables async and sync negotiation for
  781. all devices.
  782. nobats [PPC] Do not use BATs for mapping kernel lowmem
  783. on "Classic" PPC cores.
  784. nocache [ARM]
  785. nodelayacct [KNL] Disable per-task delay accounting
  786. nodisconnect [HW,SCSI,M68K] Disables SCSI disconnects.
  787. noexec [IA-64]
  788. noexec [IA-32,X86-64]
  789. noexec=on: enable non-executable mappings (default)
  790. noexec=off: disable nn-executable mappings
  791. nofxsr [BUGS=IA-32] Disables x86 floating point extended
  792. register save and restore. The kernel will only save
  793. legacy floating-point registers on task switch.
  794. nohlt [BUGS=ARM]
  795. no-hlt [BUGS=IA-32] Tells the kernel that the hlt
  796. instruction doesn't work correctly and not to
  797. use it.
  798. nohalt [IA-64] Tells the kernel not to use the power saving
  799. function PAL_HALT_LIGHT when idle. This increases
  800. power-consumption. On the positive side, it reduces
  801. interrupt wake-up latency, which may improve performance
  802. in certain environments such as networked servers or
  803. real-time systems.
  804. noirqdebug [IA-32] Disables the code which attempts to detect and
  805. disable unhandled interrupt sources.
  806. noisapnp [ISAPNP] Disables ISA PnP code.
  807. noinitrd [RAM] Tells the kernel not to load any configured
  808. initial RAM disk.
  809. nointroute [IA-64]
  810. nolapic [IA-32,APIC] Do not enable or use the local APIC.
  811. noltlbs [PPC] Do not use large page/tlb entries for kernel
  812. lowmem mapping on PPC40x.
  813. nomca [IA-64] Disable machine check abort handling
  814. nomce [IA-32] Machine Check Exception
  815. noresidual [PPC] Don't use residual data on PReP machines.
  816. noresume [SWSUSP] Disables resume and restores original swap
  817. space.
  818. no-scroll [VGA] Disables scrollback.
  819. This is required for the Braillex ib80-piezo Braille
  820. reader made by F.H. Papenmeier (Germany).
  821. nosbagart [IA-64]
  822. nosep [BUGS=IA-32] Disables x86 SYSENTER/SYSEXIT support.
  823. nosmp [SMP] Tells an SMP kernel to act as a UP kernel.
  824. nosync [HW,M68K] Disables sync negotiation for all devices.
  825. notsc [BUGS=IA-32] Disable Time Stamp Counter
  826. nousb [USB] Disable the USB subsystem
  827. nowb [ARM]
  828. nr_uarts= [SERIAL] maximum number of UARTs to be registered.
  829. opl3= [HW,OSS]
  830. Format: <io>
  831. opl3sa2= [HW,OSS] Format:
  832. <io>,<irq>,<dma>,<dma2>,<mss_io>,<mpu_io>,<ymode>,<loopback>[,<isapnp>,<multiple]
  833. oprofile.timer= [HW]
  834. Use timer interrupt instead of performance counters
  835. optcd= [HW,CD]
  836. Format: <io>
  837. osst= [HW,SCSI] SCSI Tape Driver
  838. Format: <buffer_size>,<write_threshold>
  839. See also Documentation/scsi/st.txt.
  840. panic= [KNL] Kernel behaviour on panic
  841. Format: <timeout>
  842. parkbd.port= [HW] Parallel port number the keyboard adapter is
  843. connected to, default is 0.
  844. Format: <parport#>
  845. parkbd.mode= [HW] Parallel port keyboard adapter mode of operation,
  846. 0 for XT, 1 for AT (default is AT).
  847. Format: <mode>
  848. parport= [HW,PPT] Specify parallel ports. 0 disables.
  849. Format: { 0 | auto | 0xBBB[,IRQ[,DMA]] }
  850. Use 'auto' to force the driver to use any
  851. IRQ/DMA settings detected (the default is to
  852. ignore detected IRQ/DMA settings because of
  853. possible conflicts). You can specify the base
  854. address, IRQ, and DMA settings; IRQ and DMA
  855. should be numbers, or 'auto' (for using detected
  856. settings on that particular port), or 'nofifo'
  857. (to avoid using a FIFO even if it is detected).
  858. Parallel ports are assigned in the order they
  859. are specified on the command line, starting
  860. with parport0.
  861. parport_init_mode= [HW,PPT]
  862. Configure VIA parallel port to operate in
  863. a specific mode. This is necessary on Pegasos
  864. computer where firmware has no options for setting
  865. up parallel port mode and sets it to spp.
  866. Currently this function knows 686a and 8231 chips.
  867. Format: [spp|ps2|epp|ecp|ecpepp]
  868. pas2= [HW,OSS] Format:
  869. <io>,<irq>,<dma>,<dma16>,<sb_io>,<sb_irq>,<sb_dma>,<sb_dma16>
  870. pas16= [HW,SCSI]
  871. See header of drivers/scsi/pas16.c.
  872. pause_on_oops=
  873. Halt all CPUs after the first oops has been printed for
  874. the specified number of seconds. This is to be used if
  875. your oopses keep scrolling off the screen.
  876. pcbit= [HW,ISDN]
  877. pcd. [PARIDE]
  878. See header of drivers/block/paride/pcd.c.
  879. See also Documentation/paride.txt.
  880. pci=option[,option...] [PCI] various PCI subsystem options:
  881. off [IA-32] don't probe for the PCI bus
  882. bios [IA-32] force use of PCI BIOS, don't access
  883. the hardware directly. Use this if your machine
  884. has a non-standard PCI host bridge.
  885. nobios [IA-32] disallow use of PCI BIOS, only direct
  886. hardware access methods are allowed. Use this
  887. if you experience crashes upon bootup and you
  888. suspect they are caused by the BIOS.
  889. conf1 [IA-32] Force use of PCI Configuration
  890. Mechanism 1.
  891. conf2 [IA-32] Force use of PCI Configuration
  892. Mechanism 2.
  893. nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI
  894. Configuration
  895. nomsi [MSI] If the PCI_MSI kernel config parameter is
  896. enabled, this kernel boot option can be used to
  897. disable the use of MSI interrupts system-wide.
  898. nosort [IA-32] Don't sort PCI devices according to
  899. order given by the PCI BIOS. This sorting is
  900. done to get a device order compatible with
  901. older kernels.
  902. biosirq [IA-32] Use PCI BIOS calls to get the interrupt
  903. routing table. These calls are known to be buggy
  904. on several machines and they hang the machine
  905. when used, but on other computers it's the only
  906. way to get the interrupt routing table. Try
  907. this option if the kernel is unable to allocate
  908. IRQs or discover secondary PCI buses on your
  909. motherboard.
  910. rom [IA-32] Assign address space to expansion ROMs.
  911. Use with caution as certain devices share
  912. address decoders between ROMs and other
  913. resources.
  914. irqmask=0xMMMM [IA-32] Set a bit mask of IRQs allowed to be
  915. assigned automatically to PCI devices. You can
  916. make the kernel exclude IRQs of your ISA cards
  917. this way.
  918. pirqaddr=0xAAAAA [IA-32] Specify the physical address
  919. of the PIRQ table (normally generated
  920. by the BIOS) if it is outside the
  921. F0000h-100000h range.
  922. lastbus=N [IA-32] Scan all buses thru bus #N. Can be
  923. useful if the kernel is unable to find your
  924. secondary buses and you want to tell it
  925. explicitly which ones they are.
  926. assign-busses [IA-32] Always assign all PCI bus
  927. numbers ourselves, overriding
  928. whatever the firmware may have done.
  929. usepirqmask [IA-32] Honor the possible IRQ mask stored
  930. in the BIOS $PIR table. This is needed on
  931. some systems with broken BIOSes, notably
  932. some HP Pavilion N5400 and Omnibook XE3
  933. notebooks. This will have no effect if ACPI
  934. IRQ routing is enabled.
  935. noacpi [IA-32] Do not use ACPI for IRQ routing
  936. or for PCI scanning.
  937. routeirq Do IRQ routing for all PCI devices.
  938. This is normally done in pci_enable_device(),
  939. so this option is a temporary workaround
  940. for broken drivers that don't call it.
  941. firmware [ARM] Do not re-enumerate the bus but instead
  942. just use the configuration from the
  943. bootloader. This is currently used on
  944. IXP2000 systems where the bus has to be
  945. configured a certain way for adjunct CPUs.
  946. noearly [X86] Don't do any early type 1 scanning.
  947. This might help on some broken boards which
  948. machine check when some devices' config space
  949. is read. But various workarounds are disabled
  950. and some IOMMU drivers will not work.
  951. bfsort Sort PCI devices into breadth-first order.
  952. This sorting is done to get a device
  953. order compatible with older (<= 2.4) kernels.
  954. nobfsort Don't sort PCI devices into breadth-first order.
  955. pcmv= [HW,PCMCIA] BadgePAD 4
  956. pd. [PARIDE]
  957. See Documentation/paride.txt.
  958. pdcchassis= [PARISC,HW] Disable/Enable PDC Chassis Status codes at
  959. boot time.
  960. Format: { 0 | 1 }
  961. See arch/parisc/kernel/pdc_chassis.c
  962. pf. [PARIDE]
  963. See Documentation/paride.txt.
  964. pg. [PARIDE]
  965. See Documentation/paride.txt.
  966. pirq= [SMP,APIC] Manual mp-table setup
  967. See Documentation/i386/IO-APIC.txt.
  968. plip= [PPT,NET] Parallel port network link
  969. Format: { parport<nr> | timid | 0 }
  970. See also Documentation/parport.txt.
  971. pnpacpi= [ACPI]
  972. { off }
  973. pnpbios= [ISAPNP]
  974. { on | off | curr | res | no-curr | no-res }
  975. pnp_reserve_irq=
  976. [ISAPNP] Exclude IRQs for the autoconfiguration
  977. pnp_reserve_dma=
  978. [ISAPNP] Exclude DMAs for the autoconfiguration
  979. pnp_reserve_io= [ISAPNP] Exclude I/O ports for the autoconfiguration
  980. Ranges are in pairs (I/O port base and size).
  981. pnp_reserve_mem=
  982. [ISAPNP] Exclude memory regions for the
  983. autoconfiguration.
  984. Ranges are in pairs (memory base and size).
  985. profile= [KNL] Enable kernel profiling via /proc/profile
  986. Format: [schedule,]<number>
  987. Param: "schedule" - profile schedule points.
  988. Param: <number> - step/bucket size as a power of 2 for
  989. statistical time based profiling.
  990. processor.max_cstate= [HW,ACPI]
  991. Limit processor to maximum C-state
  992. max_cstate=9 overrides any DMI blacklist limit.
  993. processor.nocst [HW,ACPI]
  994. Ignore the _CST method to determine C-states,
  995. instead using the legacy FADT method
  996. prompt_ramdisk= [RAM] List of RAM disks to prompt for floppy disk
  997. before loading.
  998. See Documentation/ramdisk.txt.
  999. psmouse.proto= [HW,MOUSE] Highest PS2 mouse protocol extension to
  1000. probe for; one of (bare|imps|exps|lifebook|any).
  1001. psmouse.rate= [HW,MOUSE] Set desired mouse report rate, in reports
  1002. per second.
  1003. psmouse.resetafter= [HW,MOUSE]
  1004. Try to reset the device after so many bad packets
  1005. (0 = never).
  1006. psmouse.resolution=
  1007. [HW,MOUSE] Set desired mouse resolution, in dpi.
  1008. psmouse.smartscroll=
  1009. [HW,MOUSE] Controls Logitech smartscroll autorepeat.
  1010. 0 = disabled, 1 = enabled (default).
  1011. pss= [HW,OSS] Personal Sound System (ECHO ESC614)
  1012. Format:
  1013. <io>,<mss_io>,<mss_irq>,<mss_dma>,<mpu_io>,<mpu_irq>
  1014. pt. [PARIDE]
  1015. See Documentation/paride.txt.
  1016. quiet [KNL] Disable most log messages
  1017. r128= [HW,DRM]
  1018. raid= [HW,RAID]
  1019. See Documentation/md.txt.
  1020. ramdisk= [RAM] Sizes of RAM disks in kilobytes [deprecated]
  1021. See Documentation/ramdisk.txt.
  1022. ramdisk_blocksize= [RAM]
  1023. See Documentation/ramdisk.txt.
  1024. ramdisk_size= [RAM] Sizes of RAM disks in kilobytes
  1025. New name for the ramdisk parameter.
  1026. See Documentation/ramdisk.txt.
  1027. rcu.blimit= [KNL,BOOT] Set maximum number of finished
  1028. RCU callbacks to process in one batch.
  1029. rcu.qhimark= [KNL,BOOT] Set threshold of queued
  1030. RCU callbacks over which batch limiting is disabled.
  1031. rcu.qlowmark= [KNL,BOOT] Set threshold of queued
  1032. RCU callbacks below which batch limiting is re-enabled.
  1033. rdinit= [KNL]
  1034. Format: <full_path>
  1035. Run specified binary instead of /init from the ramdisk,
  1036. used for early userspace startup. See initrd.
  1037. reboot= [BUGS=IA-32,BUGS=ARM,BUGS=IA-64] Rebooting mode
  1038. Format: <reboot_mode>[,<reboot_mode2>[,...]]
  1039. See arch/*/kernel/reboot.c or arch/*/kernel/process.c
  1040. reserve= [KNL,BUGS] Force the kernel to ignore some iomem area
  1041. reservetop= [IA-32]
  1042. Format: nn[KMG]
  1043. Reserves a hole at the top of the kernel virtual
  1044. address space.
  1045. reset_devices [KNL] Force drivers to reset the underlying device
  1046. during initialization.
  1047. resume= [SWSUSP]
  1048. Specify the partition device for software suspend
  1049. rhash_entries= [KNL,NET]
  1050. Set number of hash buckets for route cache
  1051. riscom8= [HW,SERIAL]
  1052. Format: <io_board1>[,<io_board2>[,...<io_boardN>]]
  1053. ro [KNL] Mount root device read-only on boot
  1054. root= [KNL] Root filesystem
  1055. rootdelay= [KNL] Delay (in seconds) to pause before attempting to
  1056. mount the root filesystem
  1057. rootflags= [KNL] Set root filesystem mount option string
  1058. rootfstype= [KNL] Set root filesystem type
  1059. rw [KNL] Mount root device read-write on boot
  1060. S [KNL] Run init in single mode
  1061. sa1100ir [NET]
  1062. See drivers/net/irda/sa1100_ir.c.
  1063. sb= [HW,OSS]
  1064. Format: <io>,<irq>,<dma>,<dma2>
  1065. sbni= [NET] Granch SBNI12 leased line adapter
  1066. sbpcd= [HW,CD] Soundblaster CD adapter
  1067. Format: <io>,<type>
  1068. See a comment before function sbpcd_setup() in
  1069. drivers/cdrom/sbpcd.c.
  1070. sc1200wdt= [HW,WDT] SC1200 WDT (watchdog) driver
  1071. Format: <io>[,<timeout>[,<isapnp>]]
  1072. scsi_debug_*= [SCSI]
  1073. See drivers/scsi/scsi_debug.c.
  1074. scsi_default_dev_flags=
  1075. [SCSI] SCSI default device flags
  1076. Format: <integer>
  1077. scsi_dev_flags= [SCSI] Black/white list entry for vendor and model
  1078. Format: <vendor>:<model>:<flags>
  1079. (flags are integer value)
  1080. scsi_logging= [SCSI]
  1081. selinux [SELINUX] Disable or enable SELinux at boot time.
  1082. Format: { "0" | "1" }
  1083. See security/selinux/Kconfig help text.
  1084. 0 -- disable.
  1085. 1 -- enable.
  1086. Default value is set via kernel config option.
  1087. If enabled at boot time, /selinux/disable can be used
  1088. later to disable prior to initial policy load.
  1089. selinux_compat_net =
  1090. [SELINUX] Set initial selinux_compat_net flag value.
  1091. Format: { "0" | "1" }
  1092. 0 -- use new secmark-based packet controls
  1093. 1 -- use legacy packet controls
  1094. Default value is 0 (preferred).
  1095. Value can be changed at runtime via
  1096. /selinux/compat_net.
  1097. serialnumber [BUGS=IA-32]
  1098. sg_def_reserved_size= [SCSI]
  1099. shapers= [NET]
  1100. Maximal number of shapers.
  1101. sim710= [SCSI,HW]
  1102. See header of drivers/scsi/sim710.c.
  1103. simeth= [IA-64]
  1104. simscsi=
  1105. sjcd= [HW,CD]
  1106. Format: <io>,<irq>,<dma>
  1107. See header of drivers/cdrom/sjcd.c.
  1108. slram= [HW,MTD]
  1109. smart2= [HW]
  1110. Format: <io1>[,<io2>[,...,<io8>]]
  1111. snd-ad1816a= [HW,ALSA]
  1112. snd-ad1848= [HW,ALSA]
  1113. snd-ali5451= [HW,ALSA]
  1114. snd-als100= [HW,ALSA]
  1115. snd-als4000= [HW,ALSA]
  1116. snd-azt2320= [HW,ALSA]
  1117. snd-cmi8330= [HW,ALSA]
  1118. snd-cmipci= [HW,ALSA]
  1119. snd-cs4231= [HW,ALSA]
  1120. snd-cs4232= [HW,ALSA]
  1121. snd-cs4236= [HW,ALSA]
  1122. snd-cs4281= [HW,ALSA]
  1123. snd-cs46xx= [HW,ALSA]
  1124. snd-dt019x= [HW,ALSA]
  1125. snd-dummy= [HW,ALSA]
  1126. snd-emu10k1= [HW,ALSA]
  1127. snd-ens1370= [HW,ALSA]
  1128. snd-ens1371= [HW,ALSA]
  1129. snd-es968= [HW,ALSA]
  1130. snd-es1688= [HW,ALSA]
  1131. snd-es18xx= [HW,ALSA]
  1132. snd-es1938= [HW,ALSA]
  1133. snd-es1968= [HW,ALSA]
  1134. snd-fm801= [HW,ALSA]
  1135. snd-gusclassic= [HW,ALSA]
  1136. snd-gusextreme= [HW,ALSA]
  1137. snd-gusmax= [HW,ALSA]
  1138. snd-hdsp= [HW,ALSA]
  1139. snd-ice1712= [HW,ALSA]
  1140. snd-intel8x0= [HW,ALSA]
  1141. snd-interwave= [HW,ALSA]
  1142. snd-interwave-stb=
  1143. [HW,ALSA]
  1144. snd-korg1212= [HW,ALSA]
  1145. snd-maestro3= [HW,ALSA]
  1146. snd-mpu401= [HW,ALSA]
  1147. snd-mtpav= [HW,ALSA]
  1148. snd-nm256= [HW,ALSA]
  1149. snd-opl3sa2= [HW,ALSA]
  1150. snd-opti92x-ad1848=
  1151. [HW,ALSA]
  1152. snd-opti92x-cs4231=
  1153. [HW,ALSA]
  1154. snd-opti93x= [HW,ALSA]
  1155. snd-pmac= [HW,ALSA]
  1156. snd-rme32= [HW,ALSA]
  1157. snd-rme96= [HW,ALSA]
  1158. snd-rme9652= [HW,ALSA]
  1159. snd-sb8= [HW,ALSA]
  1160. snd-sb16= [HW,ALSA]
  1161. snd-sbawe= [HW,ALSA]
  1162. snd-serial= [HW,ALSA]
  1163. snd-sgalaxy= [HW,ALSA]
  1164. snd-sonicvibes= [HW,ALSA]
  1165. snd-sun-amd7930=
  1166. [HW,ALSA]
  1167. snd-sun-cs4231= [HW,ALSA]
  1168. snd-trident= [HW,ALSA]
  1169. snd-usb-audio= [HW,ALSA,USB]
  1170. snd-via82xx= [HW,ALSA]
  1171. snd-virmidi= [HW,ALSA]
  1172. snd-wavefront= [HW,ALSA]
  1173. snd-ymfpci= [HW,ALSA]
  1174. sonycd535= [HW,CD]
  1175. Format: <io>[,<irq>]
  1176. sonypi.*= [HW] Sony Programmable I/O Control Device driver
  1177. See Documentation/sonypi.txt
  1178. specialix= [HW,SERIAL] Specialix multi-serial port adapter
  1179. See Documentation/specialix.txt.
  1180. spia_io_base= [HW,MTD]
  1181. spia_fio_base=
  1182. spia_pedr=
  1183. spia_peddr=
  1184. sscape= [HW,OSS]
  1185. Format: <io>,<irq>,<dma>,<mpu_io>,<mpu_irq>
  1186. st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
  1187. See Documentation/scsi/st.txt.
  1188. st0x= [HW,SCSI]
  1189. See header of drivers/scsi/seagate.c.
  1190. sti= [PARISC,HW]
  1191. Format: <num>
  1192. Set the STI (builtin display/keyboard on the HP-PARISC
  1193. machines) console (graphic card) which should be used
  1194. as the initial boot-console.
  1195. See also comment in drivers/video/console/sticore.c.
  1196. sti_font= [HW]
  1197. See comment in drivers/video/console/sticore.c.
  1198. stifb= [HW]
  1199. Format: bpp:<bpp1>[:<bpp2>[:<bpp3>...]]
  1200. swiotlb= [IA-64] Number of I/O TLB slabs
  1201. switches= [HW,M68k]
  1202. sym53c416= [HW,SCSI]
  1203. See header of drivers/scsi/sym53c416.c.
  1204. t128= [HW,SCSI]
  1205. See header of drivers/scsi/t128.c.
  1206. tdfx= [HW,DRM]
  1207. thash_entries= [KNL,NET]
  1208. Set number of hash buckets for TCP connection
  1209. time Show timing data prefixed to each printk message line
  1210. clocksource= [GENERIC_TIME] Override the default clocksource
  1211. Override the default clocksource and use the clocksource
  1212. with the name specified.
  1213. tipar.timeout= [HW,PPT]
  1214. Set communications timeout in tenths of a second
  1215. (default 15).
  1216. tipar.delay= [HW,PPT]
  1217. Set inter-bit delay in microseconds (default 10).
  1218. tmc8xx= [HW,SCSI]
  1219. See header of drivers/scsi/seagate.c.
  1220. tmscsim= [HW,SCSI]
  1221. See comment before function dc390_setup() in
  1222. drivers/scsi/tmscsim.c.
  1223. tp720= [HW,PS2]
  1224. trix= [HW,OSS] MediaTrix AudioTrix Pro
  1225. Format:
  1226. <io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>
  1227. tsdev.xres= [TS] Horizontal screen resolution.
  1228. tsdev.yres= [TS] Vertical screen resolution.
  1229. turbografx.map[2|3]= [HW,JOY]
  1230. TurboGraFX parallel port interface
  1231. Format:
  1232. <port#>,<js1>,<js2>,<js3>,<js4>,<js5>,<js6>,<js7>
  1233. See also Documentation/input/joystick-parport.txt
  1234. u14-34f= [HW,SCSI] UltraStor 14F/34F SCSI host adapter
  1235. See header of drivers/scsi/u14-34f.c.
  1236. uart401= [HW,OSS]
  1237. Format: <io>,<irq>
  1238. uart6850= [HW,OSS]
  1239. Format: <io>,<irq>
  1240. usbhid.mousepoll=
  1241. [USBHID] The interval which mice are to be polled at.
  1242. vdso= [IA-32]
  1243. vdso=1: enable VDSO (default)
  1244. vdso=0: disable VDSO mapping
  1245. video= [FB] Frame buffer configuration
  1246. See Documentation/fb/modedb.txt.
  1247. vga= [BOOT,IA-32] Select a particular video mode
  1248. See Documentation/i386/boot.txt and
  1249. Documentation/svga.txt.
  1250. Use vga=ask for menu.
  1251. This is actually a boot loader parameter; the value is
  1252. passed to the kernel using a special protocol.
  1253. vmalloc=nn[KMG] [KNL,BOOT] Forces the vmalloc area to have an exact
  1254. size of <nn>. This can be used to increase the
  1255. minimum size (128MB on x86). It can also be used to
  1256. decrease the size and leave more room for directly
  1257. mapped kernel RAM.
  1258. vmhalt= [KNL,S390] Perform z/VM CP command after system halt.
  1259. Format: <command>
  1260. vmpanic= [KNL,S390] Perform z/VM CP command after kernel panic.
  1261. Format: <command>
  1262. vmpoff= [KNL,S390] Perform z/VM CP command after power off.
  1263. Format: <command>
  1264. waveartist= [HW,OSS]
  1265. Format: <io>,<irq>,<dma>,<dma2>
  1266. wd33c93= [HW,SCSI]
  1267. See header of drivers/scsi/wd33c93.c.
  1268. wd7000= [HW,SCSI]
  1269. See header of drivers/scsi/wd7000.c.
  1270. wdt= [WDT] Watchdog
  1271. See Documentation/watchdog/watchdog.txt.
  1272. xd= [HW,XT] Original XT pre-IDE (RLL encoded) disks.
  1273. xd_geo= See header of drivers/block/xd.c.
  1274. xirc2ps_cs= [NET,PCMCIA]
  1275. Format:
  1276. <irq>,<irq_mask>,<io>,<full_duplex>,<do_sound>,<lockup_hack>[,<irq2>[,<irq3>[,<irq4>]]]
  1277. norandmaps Don't use address space randomization
  1278. Equivalent to echo 0 > /proc/sys/kernel/randomize_va_space
  1279. ______________________________________________________________________
  1280. TODO:
  1281. Add documentation for ALSA options.
  1282. Add more DRM drivers.