Advertisement
sytchenko

Linux. Back to previous kernel

Oct 28th, 2023 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. # 1. list of exisiting kernel
  2. sudo ls /boot | grep vmlinuz
  3.  
  4. # 2. change default kernel when next boot up
  5. sudo grubby --set-default /boot/vmlinuz-6.5.7-100.fc37.x86_64
Tags: Linux Kernel boot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement