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 revision
Previous revision
Next revisionBoth sides next revision
notes:kernel_parameters [2019/09/23 13:14] Sean Rhonenotes:kernel_parameters [2019/11/17 14:48] Sean Rhone
Line 2: Line 2:
  
   * Kernel parameters that were useful at some point in time   * Kernel parameters that were useful at some point in time
 +
 +====== Old GRUB Settings ======
 +
 +  * :!: Use ''grubby'' instead unless it doesn't exist by-default
 +
 +===== UEFI =====
 +
 +****
 +
 +  sudo -e '/etc/default/grub' && sudo grub2-mkconfig -o '/boot/efi/EFI/fedora/grub.cfg'
 +
 +===== Legacy =====
 +
 +****
 +
 +  sudo -e '/etc/default/grub' && sudo grub2-mkconfig -o '/boot/grub2/grub.cfg'
  
 ====== Kernel Options ====== ====== Kernel Options ======
Line 40: Line 56:
   mem_sleep_default=s2idle   mem_sleep_default=s2idle
  
-==== dyntick-idle Disable ====+===== dyntick-idle Disable =====
  
   * KGPE-D16's [[https://www.coreboot.org/Board:asus/kgpe-d16#Installation_Notes|Coreboot installation notes]] mention needing this for better power saving   * KGPE-D16's [[https://www.coreboot.org/Board:asus/kgpe-d16#Installation_Notes|Coreboot installation notes]] mention needing this for better power saving
/var/www/wiki/data/pages/notes/kernel_parameters.txt · Last modified: 2024/01/24 11:07 by Sean Rhone