Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
systems:kernel [2018/01/09 12:18]
eServices Greece
systems:kernel [2018/03/05 05:30]
eServices Greece
Line 1: Line 1:
 +{{tag>centos kernel 4.x}}
 ====== Update kernel to 4.x mainline ====== ====== Update kernel to 4.x mainline ======
  
Line 12: Line 13:
 </sxh> </sxh>
  
-==== Check Grub 2 for the kernel line ==== 
-<sxh bash> 
-egrep ^menuentry /etc/grub2.cfg | cut -f 2 -d \' 
-</sxh> 
  
-==== Set new kernel as default boot entry ==== +Check with Grub for proper installation [[systems/grub2]]
-<sxh bash> +
-grub2-set-default 1 +
-</sxh> +
- +
-==== Check current boot entry ==== +
-<sxh bash> +
-grub2-editenv list +
-</sxh>+