Disable Redhat Graphical Boot
If you are dork like me and like to see what is going on when your linux system boots (rather than a swirling circle)
Excute
sed s/rhgb//g -i.backup /etc/default/grub
grub2-mkconfig -o /boot/grub2/grub.cfg
and reboot
Tested on Rocky 8