0

I just upgraded to 15.10 from 14.04, and I cannot login now. I am brought to a command screen asking me to login. Trying startx doesn't work. I tried recovery mode and got the following error spammed:

intel ips 0000:00:1f.6: failed to disable graphics turbo

How should I proceed in attempting to resolve this issue. Any help would be appreciated and thanks in advance.

David
  • 3,367
  • 1
    How did you upgrade? Normally you cant upgrade from 14.04 to 15.10, you should have gone from 14.04 - 14.10 - 15.04 - 15.10. – Joakim Koed Feb 11 '16 at 20:07
  • I upgraded with the Software Updater. I have never had a problem before 'skipping' a distribution. Every other time I have updated I have skipped (since 10.04). – James Splinter Feb 11 '16 at 21:03
  • Related: https://askubuntu.com/questions/34430/can-i-skip-over-releases-when-upgrading – David Foerster Feb 11 '16 at 22:29

1 Answers1

0

Check whether you have some conflicting xserver-xorg-video-intel-lts-* packages installed.

dpkg -l xserver-xorg-video-inte* | grep '^ii'

I would apt- get purge all installed xserver-xorg-video-intel packages, and then try

sudo apt-get install --reinstall ubuntu-desktop

That should reinstall the newest version of the missing (purged) xserver-xorg-video-intel package

minimec
  • 806
  • I would just run "sudo apt-get purge xserver-xorg-video-intel" ? – James Splinter Feb 11 '16 at 22:24
  • Do the 'dpkg -l...' command and "sudo apt-get purge" the installed packages. It's possible that there is only "xserver-xorg-video-intel" installed. – minimec Feb 11 '16 at 22:37
  • thank you @minimec

    dpkg -l xserver-xorg-video-inte* | grep '^ii'

    seemed to have no effect

    after

    sudo apt-get purge xserver-xorg-video-intel

    I was able to get into my login page, but it just cycled through and came back to the login again. I will note that the screen suggested it was still 14.04.

    The recovery mode was able to run now, when I tried failsafex though it froze.

    Any thoughts would be appreciated.

    – James Splinter Feb 11 '16 at 23:49
  • 'cat /etc/issue' in a Terminal will give you the version of Ubuntu that is installed. If you are really still on 14.04, wait until you will be prompted to upgrade to 16.04. – minimec Feb 12 '16 at 00:06
  • Lol I still can't login! I definitely can't see a prompt for an upgrade. – James Splinter Feb 12 '16 at 00:10
  • Do 'cat /etc/issue' in your shell. What version of ubuntu is installed? – minimec Feb 12 '16 at 00:10
  • The version is 15.10 – James Splinter Feb 12 '16 at 00:19
  • We can continue to debug. For me the next step would be to install the gdm login manager. During installation you will be prompted to choose between gdm and lightdm. Choose gdm. If you are lucky you get an alternate login manager screen, that will maybe allow you to login. -> 'sudo apt-get install gdm'. Let's see what that does... – minimec Feb 12 '16 at 00:30
  • Thank you again. I ran the code and got the message:

    E: Sub-process /usr/bin/dpkg returned an error code (1)

    – James Splinter Feb 12 '16 at 14:43
  • Hmm... You really 'borked' your system with your unconventional upgrade procedure. I guess it is not worth, working on it any longer. You would have to 1.) fix your package status, 2.) fix the graphical environment. You probably have a mix of packages and config files. You could pull out the 'package sledgehammer', called 'tasksel' and remove the complete graphical environment. But that's really only for advanced users! I only recommend that, if you know what you are doing. And again... you would first have to fix the package status, before you could eventually install the tasksel package. – minimec Feb 12 '16 at 16:50
  • Thanks again. Yes it sounds like I really did a number on this, and I'm clearly not advanced. Would doing a complete reinstall fix this? I'm desperate at this point, will do anything. – James Splinter Feb 12 '16 at 18:13
  • So reinstall over existing installation is an option on the installation medium ( described here ), although I cannot remember having done that myself. I have the /home directory on a separate partition, so I always do a fresh install. – minimec Feb 12 '16 at 18:36
  • Thanks, just finished the re-install. Lost chrome, maybe some other stuff, otherwise everything is up in order. – James Splinter Feb 13 '16 at 00:48
  • Take a glass of wine and listen to this song. Cheers ;) – minimec Feb 13 '16 at 01:57