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

Thread: New Build of 14.04 doesn't arrive at Login Screen

  1. #1
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    New Build of 14.04 doesn't arrive at Login Screen

    Just built a Lenovo T410s with 64 bit Ubuntu 14.04.1, added some basic stuff (ssh, smb, Opera, Spotify, Clementine), and ran updates. Upon rebooting it doesn't get past the screen which merely says Ubuntu (and has the five colored dots). I do hear the Login Screen drum roll and I can ssh into the machine (sure glad I added that before the reboot).

    Any help is appreciated.


    Thanks,

    James
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  2. #2
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: New Build of 14.04 doesn't arrive at Login Screen

    Anybody?
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  3. #3
    Join Date
    Jun 2014
    Location
    FarFarAway
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: New Build of 14.04 doesn't arrive at Login Screen

    What are the hardware specs of your machine? specially the video adapter. And what drivers are you using?

  4. #4
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: New Build of 14.04 doesn't arrive at Login Screen

    I have not enabled any third-party drivers, so whatever is chosen by the OS for a T410s of that ilk. If you'd like me to run specific commands I am able to ssh into the box.
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  5. #5
    Join Date
    Jun 2007
    Beans
    17,337

    Re: New Build of 14.04 doesn't arrive at Login Screen

    shows as • Intel® HD Graphics and NVIDIA® NVS3100M Graphics
    the intel may be 3000?
    You could try booting to recovery > resume.. which will attempt to boot normally without any video driver loaded
    If that works then search out issues with Intel HD Graphics 3000 (Sandy Bridge) & 14.04.1

  6. #6
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: New Build of 14.04 doesn't arrive at Login Screen

    That was helpful but we are not done yet.

    Going Recovery --> Resume did give me a login screen. I then logged in and the accoutrements of the login screen left leaving the background. The desktop never arrived. The mouse is active but won't interact with the background image (why would it?), and I could probably change to a different tty to get a prompt (but didn't try).

    Through an ssh connection I looked at GPU information:

    Code:
    lspci -vnn | grep VGA -A 12
    00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) (prog-if 00 [VGA controller])
    	Subsystem: Lenovo Device [17aa:21be]
    	Flags: bus master, fast devsel, latency 0, IRQ 11
    	Memory at fc000000 (64-bit, non-prefetchable) [size=4M]
    	Memory at f0000000 (64-bit, prefetchable) [size=128M]
    	I/O ports at 1800 [size=8]
    	Expansion ROM at <unassigned> [disabled]
    	Capabilities: <access denied>
    
    00:16.0 Communication controller [0780]: Intel Corporation 5 Series/3400 Series Chipset HECI Controller [8086:3b64] (rev 06)
    	Subsystem: Lenovo Device [17aa:215f]
    	Flags: bus master, fast devsel, latency 0, IRQ 43
    	Memory at fc627800 (64-bit, non-prefetchable) [size=16]
    --
    01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218M [NVS 3100M] [10de:0a6c] (rev a2) (prog-if 00 [VGA controller])
    	Subsystem: Lenovo Device [17aa:21be]
    	Flags: bus master, fast devsel, latency 0, IRQ 16
    	Memory at cc000000 (32-bit, non-prefetchable) [size=16M]
    	Memory at d0000000 (64-bit, prefetchable) [size=256M]
    	Memory at ce000000 (64-bit, prefetchable) [size=32M]
    	I/O ports at 2000 [size=128]
    	[virtual] Expansion ROM at cd000000 [disabled] [size=512K]
    	Capabilities: <access denied>
    	Kernel driver in use: nvidia
    
    01:00.1 Audio device [0403]: NVIDIA Corporation High Definition Audio Controller [10de:0be3] (rev a1)
    	Subsystem: Lenovo Device [17aa:218f]
    
    
    sudo lshw -numeric -C display
    
      *-display
           description: VGA compatible controller
           product: GT218M [NVS 3100M] [10DE:A6C]
           vendor: NVIDIA Corporation [10DE]
           physical id: 0
           bus info: pci@0000:01:00.0
           version: a2
           width: 64 bits
           clock: 33MHz
           capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
           configuration: driver=nvidia latency=0
           resources: irq:16 memory:cc000000-ccffffff memory:d0000000-dfffffff memory:ce000000-cfffffff ioport:2000(size=128) memory:cd000000-cd07ffff
      *-display UNCLAIMED
           description: VGA compatible controller
           product: Core Processor Integrated Graphics Controller [8086:46]
           vendor: Intel Corporation [8086]
           physical id: 2
           bus info: pci@0000:00:02.0
           version: 02
           width: 64 bits
           clock: 33MHz
           capabilities: msi pm vga_controller bus_master cap_list
           configuration: latency=0
           resources: memory:fc000000-fc3fffff memory:f0000000-f7ffffff ioport:1800(size=8)
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  7. #7
    Join Date
    Jun 2014
    Location
    FarFarAway
    Beans
    Hidden!
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: New Build of 14.04 doesn't arrive at Login Screen

    The blank screen with active mouse is sign of Unity plug-in not running. This is display driver config situation.
    Can you try to get to tty and hit "startx" and see if that launches unity for you?
    if that doesn't work, get to tty and rename ~/.Xauthority folder to something else. and re-boot the machine. re-booting will re-create that folder.

  8. #8
    Join Date
    Jun 2007
    Beans
    17,337

    Re: New Build of 14.04 doesn't arrive at Login Screen

    If continuing to get stuck -
    Your intel driver apparently isn't loading *-display UNCLAIMED

    Assuming the install worked until you updated attached is full list of 14.04.1 updates on a default install.
    Some of the updates may be suspect to your issue, ie. the kernel, xserver-xorg*, ect.
    (though the xserver-xorg-video-intel update doesn't mention sandybridge

    Have you tried booting to another kernel? (if you did update the kernel, installed is 3.13.0.32.38, update is to 3.13.0.37.44
    Attached Files Attached Files

  9. #9
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: New Build of 14.04 doesn't arrive at Login Screen

    sp40140 - The screen after login is not blank; the desktop image is present. If I switch my tty to f2 and startx I get a black screen with no mouse. (I am still able to switch between all the tty's.)

    mc4man - I believe you are correct in that I only have two kernels on that machine (32 and 37). Let me try the first and see where that takes me.
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

  10. #10
    Join Date
    Jun 2008
    Location
    Ballard
    Beans
    2,409
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: New Build of 14.04 doesn't arrive at Login Screen

    Looks to be about the same behavior. The startx does have a little output before it stops so that may be useful.

    Kernel 32 after initializing a bunch of built-in extensions:

    Code:
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Kernel 37 after initializing a bunch of built-in extensions:

    Code:
    Loading extension GLX
    (While attempting to use the Recovery --> Resume under 32 I saw a bunch of "failed to disable graphis turbo" messages in case that is interesting.)
    "We're all in this together, kid." --H. Tuttle (a.k.a. H. Buttle)
    "Maybe it's a layer 8 problem." --thatguruguy
    A High-Tech Blech!

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
  •