Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leonardodepaula/23e8adeee7814e00b1adb81f18ce9a17 to your computer and use it in GitHub Desktop.
Save leonardodepaula/23e8adeee7814e00b1adb81f18ce9a17 to your computer and use it in GitHub Desktop.
Set default kernel linux
# List kernels
grubby --info=ALL | grep ^kernel
# Set default kernel
grubby --set-default="/boot/vmlinuz-4.18.0-193.1.2.el8_2.x86_64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment