User Tools

Site Tools


notes:kernel_parameters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
notes:kernel_parameters [2019/08/23 04:23] Sean Rhonenotes:kernel_parameters [2019/09/23 13:14] Sean Rhone
Line 4: Line 4:
  
 ====== Kernel Options ====== ====== Kernel Options ======
 +
 +===== blk_mq =====
 +
 +  * I think the kernel at some point removed non-blk schedulers, so this isn't necessary
 +
 +  scsi_mod.use_blk_mq=y dm_mod.use_blk_mq=y
 +
 +===== Corsair USB Quirks =====
 +
 +  * https://github.com/ckb-next/ckb-next/wiki/Troubleshooting#usbhid-quirks
 +
 +  usbcore.quirks=1b1c:1b38:gn,1b1c:1b3c:gn
 +
 +===== Blacklist Watchdogs =====
 +
 +  * ''iTCO_wdt'' controls watchdog on some Intel platforms
 +  * ''sp5100_tco'' controls watchdog on some AMD platforms
 +  * ''nowatchdog'' disables both soft and hard generic watchdogs
 +  * Apparently this reduces power usage slightly
 +
 +  modprobe.blacklist=iTCO_wdt,sp5100_tco nowatchdog
  
 ===== Microcode and Security Patches ===== ===== Microcode and Security Patches =====
Line 59: Line 80:
  
   drm.debug=0xe   drm.debug=0xe
 +
 +===== Reboot =====
 +
 +  * ''efi'' is for UEFI systems
 +  * ''pci'' is for Legacy systems and Coreboot with SeaBIOS payload
 +  * There are other values possible should either of those not work
 +
 +  reboot=pci
 +
 +  reboot=efi
  
 ===== Custom Resolution ===== ===== Custom Resolution =====
/var/www/wiki/data/pages/notes/kernel_parameters.txt · Last modified: 2024/04/29 17:12 by Sean Rhone