Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Black Screen between GRUB and Ubuntu loading screen

  1. #1
    Join Date
    Feb 2010
    Location
    London,UK
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Black Screen between GRUB and Ubuntu loading screen

    Hello,
    I don't know whether it is a normal behaviour but the black screen from the moment that I press enter on GRUB to Ubuntu loading screen (dots, illuminated one by one in 10.04) is far more than the actual ubuntu loading.
    Is it normal to have such long delay after the choice from GRUB to the Ubuntu loading screen ?

    I will give you any debug data just tell me what I need to provide and if possible how.

  2. #2
    Join Date
    Feb 2007
    Beans
    227
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Black Screen between GRUB and Ubuntu loading screen

    I've got the same thing, have you got NVidia's official drivers installed?

  3. #3
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Black Screen between GRUB and Ubuntu loading screen

    nothing is perfect at time but:

    sudo dpkg-reconfigure gdm
    sudo dpkg-reconfigure plymouth

    sudo dpkg --configure -a

    might help a little

  4. #4
    Join Date
    Apr 2008
    Location
    FL.
    Beans
    859
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Black Screen between GRUB and Ubuntu loading screen

    HI antitoxic

    Theres a 10sec.timer in grub to let you enter at startup. Can be changed in grub.

    Sharky

    Sorry I see your starting at selection of grub. I haven't seen grub in so long, I hardly see the dots any more. Start button till on Internet <20sec.
    Last edited by clhsharky; May 1st, 2010 at 04:40 PM.

  5. #5
    Join Date
    Feb 2010
    Location
    London,UK
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Black Screen between GRUB and Ubuntu loading screen

    Hello,
    @chriswyatt I have DELL laptop. I'm not using nvidia video card.
    @dino99 It didn't change anything
    @clhsharky I'm not talking about GRUB selection timeout.

    I still have this huge amount of time where screen is simply black.
    This time period starts after GRUB and continues up to the point the ubuntu logo shows up with the dots.
    Ubuntu logo splashscreen is very quick (probably 2 seconds) and then the login screen.
    The black screen period of time is in the period of 20-40 seconds.

    I'm using a laptop with external monitor.
    I found something out:
    After GRUB main monitor is black, as if no output is fed to it (no active pixels), but the laptop monitor shows a blinking white underscore cursor?

    Does any of this helps ?
    My graphic card is the built in the DELL laptop: Intel 945GM

  6. #6
    Join Date
    Oct 2005
    Beans
    52

    Re: Black Screen between GRUB and Ubuntu loading screen

    I am also having this problem as are folks in this thread:http://ubuntuforums.org/showthread.p...ight=long+boot

  7. #7
    Join Date
    Feb 2010
    Location
    London,UK
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Black Screen between GRUB and Ubuntu loading screen

    No, @andyanderso, it is not the same problem.
    I have 20-30 seconds of blinking cursor after the grub.
    They only thing enabled from my BIOS boot sequence is the hard disk.

  8. #8
    Join Date
    Oct 2005
    Beans
    52

    Re: Black Screen between GRUB and Ubuntu loading screen

    Sorry...Thought it sounded similar enough to maybe combine forces...

  9. #9
    Join Date
    Feb 2010
    Location
    London,UK
    Beans
    9
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Black Screen between GRUB and Ubuntu loading screen

    I've read about the blinking cursor problem.
    I don't have blinking cursor when I load Windows from GRUB.
    This is my linux grub2 entry:
    Code:
    menuentry 'Ubuntu, with Linux 2.6.32-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
        recordfail
        insmod ext2
        set root='(hd0,6)'
        search --no-floppy --fs-uuid --set fb9d2ffc-6b70-404a-ad68-915f6e54db44
        linux    /boot/vmlinuz-2.6.32-22-generic root=UUID=fb9d2ffc-6b70-404a-ad68-915f6e54db44 ro  vga=795  quiet splash
        initrd    /boot/initrd.img-2.6.32-22-generic
    }
    Windows:
    Code:
    menuentry "Microsoft Windows XP Professional (on /dev/sda1)" {
        insmod ntfs
        set root='(hd0,1)'
        search --no-floppy --fs-uuid --set 9ce0fbc7e0fba624
        drivemap -s (hd0) ${root}
        chainloader +1
    }
    These are the auto-generated from grub2 entries. I haven't modified them

    Does anyone know why does this blinking cursor appear ?

  10. #10
    Join Date
    May 2010
    Beans
    1

    Re: Black Screen between GRUB and Ubuntu loading screen

    antitoxic,

    I am experiencing exactly the same probleme as you:

    My machine: Ibm thinkpad, T43p
    I'm booting ubuntu linux lucid from external HD which is connected via usb.

    Same as you:
    After selecting linux boot kernel in grub boot menu (by hitting enter) there does not seem to happen anyting for about 10...15 seconds (though, the LED on the HD blinks, indicating some sort of activity....)

    After that time, booting starts normally, however the graphical screen with the dots only appears shortly before the appearence of the authentication screen.

    In /var/log/syslog nothing seems to indicate any problems regarding the kernel.

    Karmic did not have this problem. It showed up only after upgrading to lucid.

    Any new thoughts on this?

    Regards
    Hanspeter

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •