Revision history of "Ubuntu 22.04 Set default boot kernel for grub"

From Notes_Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 03:49, 1 April 2025Saurabh talk contribs 836 bytes +836 Created page with "Home > Ubuntu > Ubuntu 22.04 > Set default boot kernel for grub To set default boot kernel for grub in Ubuntu 22.04 use: # Open /boot/grub/grub.cfg to check which menuentry should be booted by default #:<pre> #:: grep menuentry /boot/grub/grub.cfg #:</pre> # For selecting third option from "Advanced options for Ubuntu" submenu, edit /etc/default/grub file and set: #:<pre> #:: GRUB_DEFAULT="1>2" #:</..."