User Tools

Site Tools


linux: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
linux:notes:kernel_parameters [2024/09/30 00:58] – [CORSAIR] Sean Rhonelinux:notes:kernel_parameters [2025/04/22 01:08] (current) Sean Rhone
Line 3: Line 3:
   * Various kernel options   * Various kernel options
   * https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html   * https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
-  * :!: 2024: ''systemd-boot'' does not like typewriter apostrophes '''like this' '', but GRUB handles it fine+ 
 +===== systemd-boot ===== 
 + 
 +  * :!: 2024: ''systemd-boot'' doesn't handle typewriter apostrophes '''like this' '', but GRUB handles it fine ((above kernel params page mentions double-quote usage)) 
 +  * :!: 2024/05/18: ''systemd-boot'' on [[linux;distros;opensuse_tumbleweed_gnome|oS TW]] doesn't delete old ''initrd''s automatically, doesn't handle typewriter apostrophes, doesn't support ''dracut.conf'' settings, and doesn't seem faster than GRUB
  
 ====== Resources ====== ====== Resources ======
Line 95: Line 99:
  
 <code>mem_encrypt='on'</code> <code>mem_encrypt='on'</code>
 +
 +===== TPM Integrity =====
 +
 +  * https://www.phoronix.com/news/Linux-TPM-Disable-PCR-Integrity
 +  * TODO: Option name (probably ''off'')
 +
 +<code>tpm.disable_pcr_integrity=</code>
  
 ====== AMDGPU ====== ====== AMDGPU ======
Line 113: Line 124:
  
   cat '/sys/module/amdgpu/parameters/ppfeaturemask'   cat '/sys/module/amdgpu/parameters/ppfeaturemask'
 +
 +===== Disable PSR =====
 +
 +  * :?: ''0x15'' was seen somewhere for something
 +  * 2025/03/04: Untested
 +
 +  amdgpu.dcdebugmask=0x10
  
 ====== NVIDIA ====== ====== NVIDIA ======
/srv/www/wiki/data/attic/linux/notes/kernel_parameters.1727672308.txt.gz · Last modified: by Sean Rhone