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

Thread: Black Screen on Boot - Grub Related?

  1. #1
    Join Date
    Dec 2012
    Beans
    Hidden!

    Black Screen on Boot - Grub Related?

    Hey guys.

    I've had this problem with all 12.10 *buntu distros...

    It's an HP Pavilion G6, single boot, encrypted installation, lubuntu 12.10.

    Every other time I turn my laptop on, after I get the "HP" screen, I get a blank screen (like black, no backlight whatsoever). It does not resolve until I turn the computer off, turn it back on, and am brought to the grub menu.

    What's up with that?

    Also, I recently disabled the grub menu (or so I thought), using the following method:

    Code:
    sudo leafpad /etc/default/grub
    > change "GRUB_TIMEOUT=10" to "GRUB_TIMEOUT=0"
    > save
    > sudo update-grub

    Which worked for two reboots (did not fix the blank screen issue), and then the menu started popping up again.

    Anyone have any insight?
    Last edited by agxryt; February 21st, 2013 at 11:45 PM.

  2. #2
    Join Date
    Jan 2010
    Beans
    261
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Black Screen on Boot - Grub Related?

    Sounds like a weird driver issue perhaps?

    Make sure the OS is fully updated and no additional drivers are necessary. From there we can solve this strange GRUB issue.

    May be a bug you'd have to report, but let's start with the basics

    The lines below that too can play a role, with acpi and such... try setting that to "1" and see if it persists. Odd problem man.
    When your entire life is measured in one moment, you change the concept of time.

  3. #3
    Join Date
    Dec 2011
    Beans
    684
    Distro
    Ubuntu Studio 20.04 Focal Fossa

    Re: Black Screen on Boot - Grub Related?

    -Check yourself before you wreck yourself-


    Devuan, MX Linux, Debian 12 & Slackware 15


  4. #4
    Join Date
    Dec 2011
    Beans
    684
    Distro
    Ubuntu Studio 20.04 Focal Fossa

    Re: Black Screen on Boot - Grub Related?

    Came with Win's 7 so it's not the Win's 8 UEFI nonsense keeping the competitors out stuff-
    You could try restoring the orginal graphics drivers mentioned in the last link I posted.

    Wonder if a error log would provide an answer?
    Sometimes I look up the error messages online and am able to find solutions that other Linux users have posted.

    http://h30434.www3.hp.com/t5/Noteboo...n/td-p/1197579

    Troubleshooting HP Black or Blank Screen:
    http://bizsupport1.austin.hp.com/biz...rodTypeId=3219
    http://www8.hp.com/us/en/support-drivers.html

    http://h10025.www1.hp.com/ewfrf/wc/d...roduct=5118781

    Hope this helps
    -Check yourself before you wreck yourself-


    Devuan, MX Linux, Debian 12 & Slackware 15


  5. #5
    Join Date
    Dec 2012
    Beans
    Hidden!

    Re: Black Screen on Boot - Grub Related?

    Quote Originally Posted by JiuJitsu500 View Post
    Sounds like a weird driver issue perhaps?

    Make sure the OS is fully updated and no additional drivers are necessary. From there we can solve this strange GRUB issue.

    May be a bug you'd have to report, but let's start with the basics

    The lines below that too can play a role, with acpi and such... try setting that to "1" and see if it persists. Odd problem man.
    When I was using 12.04, I would get some restricted video drivers... But I'm not sure how to get them now, because 12.10 doesn't seem to include the restricted drivers application, and I'm not quite sure if it's something I can just install and run :/

    I'll give that a try, and edit it into this post.. I'm currently working with 1 pc, so it's a little difficult to move back and forth

    Quote Originally Posted by UltimateCat View Post
    Not exactly that one. 700gb drive, 5 gigs of ram (don't ask me why)

    According to the not-quite-functioning benchmark application, the processor is an AMD phenom II 960 quadcore

  6. #6
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Black Screen on Boot - Grub Related?

    On backlight...

    Re-edit /etc/default grub
    Goto the line:
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    And edit to be...
    Code:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
    Save, exit, update-grub to pick up the changes...

    Then edit /etc/rc.local
    Code:
    gksudo leafpad /etc/rc.local
    Before the last line that says "exit 0", add a line and insert:
    Code:
    setpci -s 00:02.0 F4.B-0
    Save and exit... Reboot.

    If it still doesn't come up, change /etc/rc.local back (remove the added line). Edit /etc/default/grub and change "acpi_osi=Linux" to "acpi_backlight=vendor"... Save exit, upgdate grub and reboot.

    If it doesn't come up again... edit /etc/default/grub and change "acpi_backlight=vendor" to "video.use_bios_initial_backlight=0"... Save exit, upgdate grub and reboot.

    And if it still doesn't come up:
    Code:
    ls /sys/class/backlight/* > ~/backlight.txt
    And post those results here.
    Last edited by MAFoElffen; February 22nd, 2013 at 05:14 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  7. #7
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Black Screen on Boot - Grub Related?

    But if not a backlight issue (read back through your posts) and instead trying to find "additional drivers" in >= v12.10... It has now moved System Settings > to a tab within the Software Sources app. Look for it as the right most tab.
    Last edited by MAFoElffen; February 23rd, 2013 at 04:51 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  8. #8
    Join Date
    Dec 2012
    Beans
    Hidden!

    Re: Black Screen on Boot - Grub Related?

    Quote Originally Posted by MAFoElffen View Post
    But if not a backlight issue (read back through your posts) and instead trying to find "additional drivers" in >= v12.10... It has now moved System Settings > to a tab within the Software Sources app. Look for it as the right most tab.
    I may end up switching back to 12.04 after all...

    It has taken me 20 minutes to get software sources to open.

    I'll try this before the backlight thing.

  9. #9
    Join Date
    Nov 2009
    Beans
    13

    Re: Black Screen on Boot - Grub Related?

    Quote Originally Posted by MAFoElffen View Post
    But if not a backlight issue (read back through your posts) and instead trying to find "additional drivers" in >= v12.10... It has now moved System Settings > to a tab within the Software Sources app. Look for it as the right most tab.
    Thank you. This worked for me....sort of. I changed to a proprietary driver the software sources app and now it reboots without the black screen and I can logon but, now I get no desktop. No unity bar on the right, no panel at the top, just the background and the mouse pointer. The pointer works but there's nothing to point at or click on!


    Update: I reinstalled, this time without encrypting the drive and it reboots fine without changing anything.
    Last edited by JafoFubar; February 24th, 2013 at 03:16 AM.

  10. #10
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Black Screen on Boot - Grub Related?

    Quote Originally Posted by agxryt View Post
    I may end up switching back to 12.04 after all...

    It has taken me 20 minutes to get software sources to open.

    I'll try this before the backlight thing.
    If a backlight issue... ? Only if a laptop -and-...

    If you hold a flashlight at an angle to a laptop screen and see the screen, but the backlight is not lighting up the screen... Then that applys. Another thing to do in that case is to use <Fn><right-arrow> or <Fn><Left-arrow> at that point to see if the brightness changes. On some latops (one of mine does this) those controls are somehow reversed from what they should be- Meaning the function keys to make it lighter ends up actually being the opposite... and trying to make a dark screen darker...

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •