Skip to main content

Manage the Boot Kernel

ol lab tutorial ol-install
Table of Contents

Links

🌙 Lab

🗒 Tutorial

Details

These guides describe how to set the default kernel of an Oracle Linux system from the command line. This tutorial is targeted at Oracle Linux 8 users, but the commands are also available on other Oracle Linux releases.

Background

By default, Oracle Linux systems are configured to boot the most recent kernel version first. In most cases, changing the default kernel is unnecessary.

In previous releases, setting the default kernel was performed by configuring the GRUB boot loader or by using other alternative commands. Now, however, you should preferrably use the grubby command to control and manage all of your boot requirements. This tool offers the benefit of being scriptable and can abstract bootloader configuration from the user.

Objectives

In this lab, you’ll learn how to:

  • determine the current loaded kernel
  • determine the default kernel
  • determine which kernel versions are available on the system
  • use grubby to manage kernels

What Do You Need?

  • Any Oracle Linux system that has the grubby package installed