CertGrid CertGrid
Troubleshooting·Linux Foundation Certified System Administrator

Boot targets, and a system that will not boot

The tasks that end an exam attempt are the ones that stop a machine booting, and almost all of them are a bad /etc/fstab line. This guide reads what the last boot actually did, covers the two rescue targets and how to reach them from GRUB, and then diagnoses a genuinely failed mount on this host from the failed unit back to the line that caused it.

Operations Deployment Guide 17 of 38 Advanced

RHEL 10 with GRUB2 and BLS entries, so grubby is the tool here. Debian and Ubuntu use update-grub and /boot/grub/grub.cfg instead - the systemd half of this page is identical on both, the bootloader half is not.

Captured on the RHEL host, read-only - nothing on this page reboots the machine or edits a bootloader, because it serves NFS for another path.
Server NameIP AddressOSRolesCPURAMHDD
LFCS-A01192.168.0.70Ubuntu 26.04 LTSPrimary host - most guides run only here2 Core4 GB50 GB
LFCS-C01192.168.0.72AlmaLinux 10.2The other distribution - dnf, firewalld and NetworkManager2 Core4 GB50 GB

This guide includes

Use this because the tasks that end an exam attempt are the ones that stop a machine booting. This matters because one bad fstab line strands the host - and two commands check it before the reboot that would.

Before you start

  1. What this machine boots into

  2. What the boot actually did

  3. The bootloader, and what the kernel was given

  4. The targets you boot into when something is broken

  5. A failed mount, traced back to the line that caused it

  6. Checking fstab before the reboot that would strand you

  7. The bootloader lives somewhere else on Ubuntu

Official sources