Ubuntu 18.04 login screen still showing ubuntu 16.04 lts style login
I upgraded to ubuntu 18.04 from ubuntu 16.04. But after restarting the login screen was same as 16.04 and still 16.04 lts was written at the bottom. And when I try to login I can't as it shows a black screen momentarily but again redirects to login page. Tell me what to do?
18.04
add a comment |
I upgraded to ubuntu 18.04 from ubuntu 16.04. But after restarting the login screen was same as 16.04 and still 16.04 lts was written at the bottom. And when I try to login I can't as it shows a black screen momentarily but again redirects to login page. Tell me what to do?
18.04
press alt + ctrl + f1 and login as root than run this command:sudo apt-get dist-upgrade
– aidinMC
May 8 '18 at 9:26
It is a matter of switching to the gdm display manager (see my answer). An upgrade upgrades installed software, so if you were using lightdm in 16.04, the upgrade will keep you on lightdm (and likely also on the Unity desktop if you were using that).
– vanadium
Jul 7 '18 at 16:17
add a comment |
I upgraded to ubuntu 18.04 from ubuntu 16.04. But after restarting the login screen was same as 16.04 and still 16.04 lts was written at the bottom. And when I try to login I can't as it shows a black screen momentarily but again redirects to login page. Tell me what to do?
18.04
I upgraded to ubuntu 18.04 from ubuntu 16.04. But after restarting the login screen was same as 16.04 and still 16.04 lts was written at the bottom. And when I try to login I can't as it shows a black screen momentarily but again redirects to login page. Tell me what to do?
18.04
18.04
asked Apr 30 '18 at 4:47
Avinash LalAvinash Lal
11
11
press alt + ctrl + f1 and login as root than run this command:sudo apt-get dist-upgrade
– aidinMC
May 8 '18 at 9:26
It is a matter of switching to the gdm display manager (see my answer). An upgrade upgrades installed software, so if you were using lightdm in 16.04, the upgrade will keep you on lightdm (and likely also on the Unity desktop if you were using that).
– vanadium
Jul 7 '18 at 16:17
add a comment |
press alt + ctrl + f1 and login as root than run this command:sudo apt-get dist-upgrade
– aidinMC
May 8 '18 at 9:26
It is a matter of switching to the gdm display manager (see my answer). An upgrade upgrades installed software, so if you were using lightdm in 16.04, the upgrade will keep you on lightdm (and likely also on the Unity desktop if you were using that).
– vanadium
Jul 7 '18 at 16:17
press alt + ctrl + f1 and login as root than run this command:
sudo apt-get dist-upgrade– aidinMC
May 8 '18 at 9:26
press alt + ctrl + f1 and login as root than run this command:
sudo apt-get dist-upgrade– aidinMC
May 8 '18 at 9:26
It is a matter of switching to the gdm display manager (see my answer). An upgrade upgrades installed software, so if you were using lightdm in 16.04, the upgrade will keep you on lightdm (and likely also on the Unity desktop if you were using that).
– vanadium
Jul 7 '18 at 16:17
It is a matter of switching to the gdm display manager (see my answer). An upgrade upgrades installed software, so if you were using lightdm in 16.04, the upgrade will keep you on lightdm (and likely also on the Unity desktop if you were using that).
– vanadium
Jul 7 '18 at 16:17
add a comment |
2 Answers
2
active
oldest
votes
Ubuntu 16.04 uses lightdm as login manager. This is (obviously) preserved if you upgrade to 18.04. If you prefer to use gdm, you will need to switch from lightdm to gdm. How you can do that is explained elsewhere on Askubuntu. How do I switch from LightDM to GDM?
add a comment |
You can reinstall lightdm (by removing and installing again) and when it asks what manager to use, don't select lightdm and instead, you need to select gdm3 and then uninstall lightdm.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029940%2fubuntu-18-04-login-screen-still-showing-ubuntu-16-04-lts-style-login%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ubuntu 16.04 uses lightdm as login manager. This is (obviously) preserved if you upgrade to 18.04. If you prefer to use gdm, you will need to switch from lightdm to gdm. How you can do that is explained elsewhere on Askubuntu. How do I switch from LightDM to GDM?
add a comment |
Ubuntu 16.04 uses lightdm as login manager. This is (obviously) preserved if you upgrade to 18.04. If you prefer to use gdm, you will need to switch from lightdm to gdm. How you can do that is explained elsewhere on Askubuntu. How do I switch from LightDM to GDM?
add a comment |
Ubuntu 16.04 uses lightdm as login manager. This is (obviously) preserved if you upgrade to 18.04. If you prefer to use gdm, you will need to switch from lightdm to gdm. How you can do that is explained elsewhere on Askubuntu. How do I switch from LightDM to GDM?
Ubuntu 16.04 uses lightdm as login manager. This is (obviously) preserved if you upgrade to 18.04. If you prefer to use gdm, you will need to switch from lightdm to gdm. How you can do that is explained elsewhere on Askubuntu. How do I switch from LightDM to GDM?
answered Jul 7 '18 at 16:14
vanadiumvanadium
6,18111431
6,18111431
add a comment |
add a comment |
You can reinstall lightdm (by removing and installing again) and when it asks what manager to use, don't select lightdm and instead, you need to select gdm3 and then uninstall lightdm.
add a comment |
You can reinstall lightdm (by removing and installing again) and when it asks what manager to use, don't select lightdm and instead, you need to select gdm3 and then uninstall lightdm.
add a comment |
You can reinstall lightdm (by removing and installing again) and when it asks what manager to use, don't select lightdm and instead, you need to select gdm3 and then uninstall lightdm.
You can reinstall lightdm (by removing and installing again) and when it asks what manager to use, don't select lightdm and instead, you need to select gdm3 and then uninstall lightdm.
edited Feb 7 at 17:37
grooveplex
2,20611433
2,20611433
answered Feb 2 at 16:39
virivviriv
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029940%2fubuntu-18-04-login-screen-still-showing-ubuntu-16-04-lts-style-login%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
press alt + ctrl + f1 and login as root than run this command:
sudo apt-get dist-upgrade– aidinMC
May 8 '18 at 9:26
It is a matter of switching to the gdm display manager (see my answer). An upgrade upgrades installed software, so if you were using lightdm in 16.04, the upgrade will keep you on lightdm (and likely also on the Unity desktop if you were using that).
– vanadium
Jul 7 '18 at 16:17