LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   make Red Hat start up screen show me a goods, not red bar (https://www.linuxquestions.org/questions/linux-newbie-8/make-red-hat-start-up-screen-show-me-a-goods-not-red-bar-4175440182/)

anon091 12-05-2012 03:04 PM

make Red Hat start up screen show me a goods, not red bar
 
is there a way to always make it show the commands of everything starting up rather than the red progress bar?

unSpawn 12-05-2012 03:28 PM

It's either a kernel line setting (quiet, rhgb) configurable from GRUB(2) or else from /etc/sysconfig/init.

anon091 12-05-2012 04:10 PM

Thanks unspawn. I just did a more on init, and below were the first four lines of it. Sounds like I need to change it to verbose, right?

# color => new RH6.0 bootup
# verbose => old-style bootup
# anything else => new style bootup without ANSI colors or positioning
BOOTUP=color

anon091 12-05-2012 04:32 PM

Actually, that doesn't appear to have helped. Maybe I need to do the grub thing you mentioned, can you point me in the right direction on how to do that?

unSpawn 12-05-2012 05:06 PM

Quote:

Originally Posted by rjo98 (Post 4843461)
Actually, that doesn't appear to have helped. Maybe I need to do the grub thing you mentioned, can you point me in the right direction on how to do that?

Edit /boot/grub/menu.lst and remove the "rhgb quiet" args.

anon091 12-06-2012 10:01 AM

OK, I removed the rhgb quiet and reset bootup back to color in the other file since that didn't appear to do anything from what i could tell, and I think that did it. Now i get text only when it boots up.

Will I have to do this every time the kernel updates too?


All times are GMT -5. The time now is 04:02 PM.