buhfur

For all things in my brain

View on GitHub

Notes for advanced troubleshooting on RHEL

Issues , how to configure, and what to configure

POST -> Hardware configuration :

Selecting boot device :

Loading the bootloader -> use grub2-install to configure and also edit the /etc/defaults/grub file to make changes.

To troubleshoot use the GRUB boot prompt and edi /etc/defaults/grub followed by grub2-mkconfig

Loading the Kernel :

same as the last phase, make edits to /etc/default/grub and then grub2-mkconfig

Starting /sbin/init :

Processing initrd.target :

Switch to the root file :

Running the default target :

grep Isolate *.target

This shows you which targets can be used as default as they can be Isolated.