User Tools

Site Tools


default_kernel

Differences

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

Link to this comparison view

Next revision
Previous revision
default_kernel [2020/11/19 16:01]
k2patel created
default_kernel [2021/08/25 22:35]
k2patel [Change kenel command line option]
Line 29: Line 29:
 :!: This will set first entry in list to default :!: This will set first entry in list to default
  
 +==== Change kenel command line option ====
  
 +One should change
 +<code bash>
 +vi /​etc/​default/​grub
 +# Change your addition / removal here
 +GRUB_CMDLINE_LINUX
 +</​code>​
 +
 +==== Grubby way to change ====
 +<code bash>
 +grubby --set-default /​boot/​vmlinuz-4.18.0-240.15.1.el8_3.x86_64
 +</​code>​
default_kernel.txt ยท Last modified: 2021/08/25 22:35 by k2patel