Prefer to see what’s actually happening in the background when your CentOS Linux is booting up?
Edit /etc/default/grub with your favourite editor, such as nano or vi.
[
[email protected] ~]# cat /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"...