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

Thread: No Video / Stuck at Boot / Tried first thread / No Luck

  1. #1
    Join Date
    May 2012
    Beans
    17

    SOLVED: No Video / Stuck at Boot / Tried first thread / No Luck

    Below is the original question. It is resolved in thread reply #11 page 2.

    I have an HP Pavilion DV6700.

    Worked fine on 11.10, but after upgrading to 12.04 the graphics won't work. I went back and did a clean install from Live DVD to 12.04, still no luck. I find it odd though that the DVD works fine on the system, but once loading natively from internal drive I get Unity crashes and such.

    I've tried the steps on the first thread in this forum, I got the Grub menu, edited the line to get a verbose boot, and the kernel booted...tried to boot into recovery mode, but it failed.

    I'm getting frustrated, but understand new versions will have problems. Am running apt-get update and apt-get upgrade in command line now, but am not holding my breath. If anyone has any suggestions or ideas, I would greatly appreciate it.

    Brian
    Last edited by bmcgonag; May 12th, 2012 at 04:00 PM. Reason: Issue solved in thread reply #11 on Page 2.

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    When you edit the line and delete the 'quiet splash' that will try to boot showing text along the way. You can see where it stops, what is bothering it.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    May 2012
    Beans
    17

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    What I had initially on that line didn't say quiet splash. after the ro it had 'remote nomodeset'. I changed that to what it said in the tutorial, and watch it run through a text boot, but just ended up at the terminal window.

    When I went back to change it back to 'remote nomodeset' I saw it had 'quiet splash' in place of what I had entered.

    Is that odd, or is it just the system changing it for me to appropriate values in that file?

    Anyway, I'll run it again tonight when I get home and re-post where it stops if it stops.

    Thanks,

  4. #4
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    Are you sure you didn't select the recovery entry? The recovery would have nomodeset by default. The normal entry should have 'quiet splash'.

    PS. Maybe that's why it ended in terminal prompt. Recovery will usually boot you into command prompt.

    Try without quiet splash at home and make sure you try the normal entry, not recovery. Also, try the normal entry by adding nomodeset, with or without the quiet splash (better without so you can watch the text).
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  5. #5
    Join Date
    May 2012
    Beans
    17

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    I actually do think that I did it with recovery mode. I'll try it again with your suggestions for normal mode when I get home. Thanks for the clarification and pointers.

  6. #6
    Join Date
    May 2012
    Beans
    17

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    ok, tried the methods suggested, and the kernel boots. I actually get the Ubuntu splash screen when booting, and when the splash screen goes away I get a black screen with the mouse cursor. Occasionally if I move the mouse around a bit I get the normal Ubuntu background to come up momentarily, but no unity topbar or sidebar, and really nothing else on the desktop. I can always get into a terminal window and move around fine without X session.

    I tried editing the /etc/default/grub file, and the /etc/grub.d/00_header file, but still no luck.

    The only thing in the tutorial that I haven't really tired is downloading the drivers in the terminal, but only because i have no idea what kind of graphics card is installed on this laptop. Any way to get that info from the terminal? And then how do I find the apt-get package for ther hardware even if I do figure out what it is?

    I really appreciate all of your help,

  7. #7
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    Hi!, bmcgonag,

    From a terminal, run:
    Code:
    lspci -nnk | grep -ie VGA
    Post the results here in a 'New Entry', [Highlight them and press the '#' symbol in the edit box toolbar.]

    That will tell you the make and model of video card/cards you have.

    What you do next depends on the result.

    You Posted:
    I can always get into a terminal window and move around fine without X session.
    So on the offchance , try
    Code:
     sudo nvidia-installer --latest
    This is only informative and will not alter anything, but may tell you what driver is installed, and available.

    Chao!, bogan.
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

  8. #8
    Join Date
    May 2012
    Beans
    17

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    Code:
    00:12.0 VGA compatible controller [0300]: NVIDIA Corporation C67 [GeForce 7150M / nForce 630M] [10de:0531] (rev a2)
    When I type this:
    Code:
    sudo nvidia-installer --latest
    I get
    Code:
    command not found
    So I'm guessing that it doesn't know anything about the nvidia installer.

    How would I go about installing the nvidia drivers for this card through the terminal?

    Thanks for the great help.
    Last edited by bmcgonag; May 12th, 2012 at 02:46 AM.

  9. #9
    Join Date
    Jun 2008
    Beans
    68

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    Hi Brian,
    I don't know if it will help, but I found that my 10.04 to 12.04 transition was also bumpy. One problem included the fact that somehow my driver preference (Nvidia proprietary) was carried across. I tried a fresh install to avoid this, but who knows. The free drivers work (or at least passably) which might explain the live DVD working well.


    Quote Originally Posted by thatsmyboy View Post
    I already went ahead with apt-get update, apt-get upgrade. I ended up deactivating the restricted nvidia driver which seems to work well for my use. For those who want to know how it's under "system settings > Additional drivers" A search for "driver" in dash should do the trick.

  10. #10
    Join Date
    May 2012
    Beans
    17

    Re: No Video / Stuck at Boot / Tried first thread / No Luck

    Quote Originally Posted by thatsmyboy View Post
    Hi Brian,
    I don't know if it will help, but I found that my 10.04 to 12.04 transition was also bumpy. One problem included the fact that somehow my driver preference (Nvidia proprietary) was carried across. I tried a fresh install to avoid this, but who knows. The free drivers work (or at least passably) which might explain the live DVD working well.
    I appreciate it. I initially did an upgrade, but then just did a clean install from DVD with the same result.

    It seems the system now doesn't have the nvidia drivers, and that may be what i need. I'm just trying everything people suggest at this point. If it comes down to it, I'll go back to 11.10, but I'm hoping something will resolve here in a week or so.

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
  •