16

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.

Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148

5 Answers5

20

Alt + d works also. I remember it as "details".

Andrew Case
  • 3,489
  • 3
  • 23
  • 39
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
3

Just found out: Control+End seems to work on virtual machines.

Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
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