I know there was a way to do the above in Fedora. I cannot for the life of me remember what the key was; nor can I find documentation via a web search.
Asked
Active
Viewed 5.1k times
5 Answers
20
Alt + d works also. I remember it as "details".

Andrew Case
- 3,489
- 3
- 23
- 39
-
Ah, easier to remember! – Belmin Fernandez Oct 06 '11 at 22:04
-
Thanks, I forgot which command so your answer helped. – Feb 11 '20 at 18:55
13
- Interrupt the GRUB by hitting the Esc key
- Press e to edit
- Remove the
rhgb quiet
at the kernel line - Enter and hit b to continue booting

quanta
- 51,413
- 19
- 159
- 217
-
I follow the above command but when i dot that. Is going to command mode and showing different services are starting, but at the bottom it is getting stuck saying starting certmonager and the cursor is continuous blinking. after that i wait and wait but noting happens – Varun Sep 17 '15 at 09:18
4
If I understand what you are asking, you should just be able to hit ESC to show the startup messages. To make it go away permanently, remove "rhgb" from the kernel line in /etc/grub.conf.

Alex
- 6,603
- 1
- 24
- 32
2
You may want to edit the kernel line in your grub setup when you boot. Just remove the rhgb
The changes are not permanent.

jflaflamme
- 306
- 1
- 2