GRUB (GRand Unified Bootloader) is the software that loads your Linux operating system when the server starts. If GRUB becomes corrupted or misconfigured, your server will not be able to boot. This guide explains how to reinstall and repair GRUB using the Linux Rescue System.
Prerequisites: This entire process must be performed from the Linux Rescue System.
ā Full Guide: How to Start Rescue Mode
After booting into recovery and connecting via SSH, you must mount your server's partitions to access them.
/
) and boot (/boot
) partitions using lsblk
./mnt
./mnt/boot
.