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.