44.6. Verifying the Boot Loader
The
kernel
RPM package configures the boot loader to boot the newly installed kernel (except for IBM eServer iSeries systems). However, it does not configure the boot loader to boot the new kernel by default.
It is always a good idea to confirm that the boot loader has been configured correctly. This is a crucial step. If the boot loader is configured incorrectly, the system will not boot into Red Hat Enterprise Linux properly. If this happens, boot the system with the boot media created earlier and try configuring the boot loader again.
44.6.1. x86 Systems Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
All x86 systems (including all AMD64 systems) use GRUB as the boot loader.
44.6.1.1. GRUB Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
Confirm that the file
/boot/grub/grub.conf
contains a title
section with the same version as the kernel
package just installed
If a separate
/boot/
partition was created, the paths to the kernel and initrd
image are relative to /boot/
.
Notice that the default is not set to the new kernel. To configure GRUB to boot the new kernel by default, change the value of the
default
variable to the title section number for the title section that contains the new kernel. The count starts with 0. For example, if the new kernel is the first title section, set default
to 0
.
Begin testing the new kernel by rebooting the computer and watching the messages to ensure that the hardware is detected properly.