Ubuntu 18 upgrade failing to login after upgrade

Clash Royale CLAN TAG#URR8PPP up vote
4
down vote
favorite
Went from clean recently installed ubuntu 17 to 18 and after upgrade I rebooted and entered login info and it just freezes on the purple screen of death. Machine is a dell xps 15 ,. I tried installing the Nvidia 390 drivers to no avail
upgrade 18.04
add a comment |Â
up vote
4
down vote
favorite
Went from clean recently installed ubuntu 17 to 18 and after upgrade I rebooted and entered login info and it just freezes on the purple screen of death. Machine is a dell xps 15 ,. I tried installing the Nvidia 390 drivers to no avail
upgrade 18.04
Time to restore from your backup and try it again.
â SDsolar
May 4 at 2:38
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
Went from clean recently installed ubuntu 17 to 18 and after upgrade I rebooted and entered login info and it just freezes on the purple screen of death. Machine is a dell xps 15 ,. I tried installing the Nvidia 390 drivers to no avail
upgrade 18.04
Went from clean recently installed ubuntu 17 to 18 and after upgrade I rebooted and entered login info and it just freezes on the purple screen of death. Machine is a dell xps 15 ,. I tried installing the Nvidia 390 drivers to no avail
upgrade 18.04
asked May 4 at 1:41
jason
234
234
Time to restore from your backup and try it again.
â SDsolar
May 4 at 2:38
add a comment |Â
Time to restore from your backup and try it again.
â SDsolar
May 4 at 2:38
Time to restore from your backup and try it again.
â SDsolar
May 4 at 2:38
Time to restore from your backup and try it again.
â SDsolar
May 4 at 2:38
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
This is a known bug in the release version of 18.04.
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766137
The problem is that the login succeeds, but GNOME fails to launch. Here are your options:
The problem most often occurs when you type your password wrong, and then type it correctly on a subsequent attempt. If, when you mistype your password, you then click "cancel" to go back to the initial screen and choose your username again, type your password correctly, you should be able to get to the desktop.
Some have reported that installing the latest Nvidia drivers helps. This hasn't worked for me, but you can try it.
Switch to a different display manager until it is fixed. This can be somewhat technical so I consider it out of scope for this answer.
Switch to a different desktop environment. The problem only occurs in Gnome, so you can click the gear icon in the login screen and pick "unity" instead of "gnome" and it should go away.
add a comment |Â
up vote
1
down vote
I did these and it fixed the issue.
Ctrl+Alt+F1
Login
$ sudo apt-get install xorg
$ mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
$ sudo dpkg-reconfigure lightdm
Chose gdm3
reboot
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
This is a known bug in the release version of 18.04.
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766137
The problem is that the login succeeds, but GNOME fails to launch. Here are your options:
The problem most often occurs when you type your password wrong, and then type it correctly on a subsequent attempt. If, when you mistype your password, you then click "cancel" to go back to the initial screen and choose your username again, type your password correctly, you should be able to get to the desktop.
Some have reported that installing the latest Nvidia drivers helps. This hasn't worked for me, but you can try it.
Switch to a different display manager until it is fixed. This can be somewhat technical so I consider it out of scope for this answer.
Switch to a different desktop environment. The problem only occurs in Gnome, so you can click the gear icon in the login screen and pick "unity" instead of "gnome" and it should go away.
add a comment |Â
up vote
1
down vote
accepted
This is a known bug in the release version of 18.04.
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766137
The problem is that the login succeeds, but GNOME fails to launch. Here are your options:
The problem most often occurs when you type your password wrong, and then type it correctly on a subsequent attempt. If, when you mistype your password, you then click "cancel" to go back to the initial screen and choose your username again, type your password correctly, you should be able to get to the desktop.
Some have reported that installing the latest Nvidia drivers helps. This hasn't worked for me, but you can try it.
Switch to a different display manager until it is fixed. This can be somewhat technical so I consider it out of scope for this answer.
Switch to a different desktop environment. The problem only occurs in Gnome, so you can click the gear icon in the login screen and pick "unity" instead of "gnome" and it should go away.
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
This is a known bug in the release version of 18.04.
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766137
The problem is that the login succeeds, but GNOME fails to launch. Here are your options:
The problem most often occurs when you type your password wrong, and then type it correctly on a subsequent attempt. If, when you mistype your password, you then click "cancel" to go back to the initial screen and choose your username again, type your password correctly, you should be able to get to the desktop.
Some have reported that installing the latest Nvidia drivers helps. This hasn't worked for me, but you can try it.
Switch to a different display manager until it is fixed. This can be somewhat technical so I consider it out of scope for this answer.
Switch to a different desktop environment. The problem only occurs in Gnome, so you can click the gear icon in the login screen and pick "unity" instead of "gnome" and it should go away.
This is a known bug in the release version of 18.04.
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1766137
The problem is that the login succeeds, but GNOME fails to launch. Here are your options:
The problem most often occurs when you type your password wrong, and then type it correctly on a subsequent attempt. If, when you mistype your password, you then click "cancel" to go back to the initial screen and choose your username again, type your password correctly, you should be able to get to the desktop.
Some have reported that installing the latest Nvidia drivers helps. This hasn't worked for me, but you can try it.
Switch to a different display manager until it is fixed. This can be somewhat technical so I consider it out of scope for this answer.
Switch to a different desktop environment. The problem only occurs in Gnome, so you can click the gear icon in the login screen and pick "unity" instead of "gnome" and it should go away.
answered May 5 at 16:52
Trevor Sullivan
262
262
add a comment |Â
add a comment |Â
up vote
1
down vote
I did these and it fixed the issue.
Ctrl+Alt+F1
Login
$ sudo apt-get install xorg
$ mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
$ sudo dpkg-reconfigure lightdm
Chose gdm3
reboot
add a comment |Â
up vote
1
down vote
I did these and it fixed the issue.
Ctrl+Alt+F1
Login
$ sudo apt-get install xorg
$ mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
$ sudo dpkg-reconfigure lightdm
Chose gdm3
reboot
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I did these and it fixed the issue.
Ctrl+Alt+F1
Login
$ sudo apt-get install xorg
$ mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
$ sudo dpkg-reconfigure lightdm
Chose gdm3
reboot
I did these and it fixed the issue.
Ctrl+Alt+F1
Login
$ sudo apt-get install xorg
$ mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
$ sudo dpkg-reconfigure lightdm
Chose gdm3
reboot
edited May 19 at 9:04
Thomas
3,14171325
3,14171325
answered May 19 at 8:12
Hemanth Gowda
113
113
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031797%2fubuntu-18-upgrade-failing-to-login-after-upgrade%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Time to restore from your backup and try it again.
â SDsolar
May 4 at 2:38