updated notes

This commit is contained in:
Hugh Ratsch
2025-02-16 12:26:51 -06:00
parent 77a5bd3c2d
commit b2887a42dc
+5
View File
@@ -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.