From b2887a42dc598a7efb91487099b089e9d2dcf03a Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Sun, 16 Feb 2025 12:26:51 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/rhcsa.md b/src/rhcsa.md index 4c83906..7014c6b 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -407,6 +407,11 @@ fi ## Boot Process & Targets +### Change the grub2 configuration +```bash +sudo grub2-mkconfig -o /boot/grub2/grub.cfg # Create a new grub configuration file +``` + ### dmesg > Note: The boot process is the process by which a system starts up. It is a sequence of events that occur when a system is powered on or rebooted.