Announcement

Collapse
No announcement yet.

[SOLVED] Disabling the boot logo.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Disabling the boot logo.

    Sometimes when I boot up my system, it hangs at the boot logo. Is there a way I can disable that boot logo, I prefer to see whats going on in the background anyways.

    I have a feeling its hanging at mounting of network shares. If I can remove that boot logo screen, I could see exactly where its hung up and fix it. Hopefully

    Thanks

    #2
    Re: Booting sometimes hangs at boot logo.

    I'm assuming you are using Grub 2.

    As root, edit /etc/default/grub and change:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    to
    GRUB_CMDLINE_LINUX_DEFAULT=""
    Then run in a console:
    Code:
    sudo update-grub
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: [SOLVED] Disabling the boot logo.

      Thanks worked perfectly, thats exactly what I wanted.

      Comment


        #4
        Re: [SOLVED] Disabling the boot logo.

        Happy to be of assistance.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: [SOLVED] Disabling the boot logo.

          I believe, rather than disabling it entirely, you can hit "ESC" shortly after the logo appears and it should change you to a text screen.

          Please Read Me

          Comment

          Working...
          X