The ubuntu stuck on boot screen, terminal works but GUI doesn't
I just performed a clean installation on my Computer, and it stuck on the loading screen at first startup. However, the terminal still works. I have tried update the graphic drivers (nvidia gtx 760), but it did not work. What should I do?
boot
add a comment |
I just performed a clean installation on my Computer, and it stuck on the loading screen at first startup. However, the terminal still works. I have tried update the graphic drivers (nvidia gtx 760), but it did not work. What should I do?
boot
Hello. Try logging into your Terminal and usingstartx
andsudo lightdm restart
. If that doesn't work, usesudo apt-get install gdm
and say<Yes>
when it asks you to. (I am recommending installing gdm because when I ran Saucy, LightDM often failed on me and I've found gdm to be MUCH more stable)
– Ads20000
Jan 9 '14 at 21:13
1
Try running this command in the terminal: "grep EE /var/log/Xorg.0.log" and post the output here. It will display any error information in the log file of the X server.
– Kalle Elmér
Jan 9 '14 at 21:39
I have tried all above, but none of them work. Tried to update the lethal, sort and drivers. The screen crashes and blinks after splash screen.
– UbuntuNew
Jan 10 '14 at 10:33
add a comment |
I just performed a clean installation on my Computer, and it stuck on the loading screen at first startup. However, the terminal still works. I have tried update the graphic drivers (nvidia gtx 760), but it did not work. What should I do?
boot
I just performed a clean installation on my Computer, and it stuck on the loading screen at first startup. However, the terminal still works. I have tried update the graphic drivers (nvidia gtx 760), but it did not work. What should I do?
boot
boot
edited Jan 10 '14 at 2:30
Braiam
52k20136221
52k20136221
asked Jan 9 '14 at 20:49
UbuntuNewUbuntuNew
611
611
Hello. Try logging into your Terminal and usingstartx
andsudo lightdm restart
. If that doesn't work, usesudo apt-get install gdm
and say<Yes>
when it asks you to. (I am recommending installing gdm because when I ran Saucy, LightDM often failed on me and I've found gdm to be MUCH more stable)
– Ads20000
Jan 9 '14 at 21:13
1
Try running this command in the terminal: "grep EE /var/log/Xorg.0.log" and post the output here. It will display any error information in the log file of the X server.
– Kalle Elmér
Jan 9 '14 at 21:39
I have tried all above, but none of them work. Tried to update the lethal, sort and drivers. The screen crashes and blinks after splash screen.
– UbuntuNew
Jan 10 '14 at 10:33
add a comment |
Hello. Try logging into your Terminal and usingstartx
andsudo lightdm restart
. If that doesn't work, usesudo apt-get install gdm
and say<Yes>
when it asks you to. (I am recommending installing gdm because when I ran Saucy, LightDM often failed on me and I've found gdm to be MUCH more stable)
– Ads20000
Jan 9 '14 at 21:13
1
Try running this command in the terminal: "grep EE /var/log/Xorg.0.log" and post the output here. It will display any error information in the log file of the X server.
– Kalle Elmér
Jan 9 '14 at 21:39
I have tried all above, but none of them work. Tried to update the lethal, sort and drivers. The screen crashes and blinks after splash screen.
– UbuntuNew
Jan 10 '14 at 10:33
Hello. Try logging into your Terminal and using
startx
and sudo lightdm restart
. If that doesn't work, use sudo apt-get install gdm
and say <Yes>
when it asks you to. (I am recommending installing gdm because when I ran Saucy, LightDM often failed on me and I've found gdm to be MUCH more stable)– Ads20000
Jan 9 '14 at 21:13
Hello. Try logging into your Terminal and using
startx
and sudo lightdm restart
. If that doesn't work, use sudo apt-get install gdm
and say <Yes>
when it asks you to. (I am recommending installing gdm because when I ran Saucy, LightDM often failed on me and I've found gdm to be MUCH more stable)– Ads20000
Jan 9 '14 at 21:13
1
1
Try running this command in the terminal: "grep EE /var/log/Xorg.0.log" and post the output here. It will display any error information in the log file of the X server.
– Kalle Elmér
Jan 9 '14 at 21:39
Try running this command in the terminal: "grep EE /var/log/Xorg.0.log" and post the output here. It will display any error information in the log file of the X server.
– Kalle Elmér
Jan 9 '14 at 21:39
I have tried all above, but none of them work. Tried to update the lethal, sort and drivers. The screen crashes and blinks after splash screen.
– UbuntuNew
Jan 10 '14 at 10:33
I have tried all above, but none of them work. Tried to update the lethal, sort and drivers. The screen crashes and blinks after splash screen.
– UbuntuNew
Jan 10 '14 at 10:33
add a comment |
1 Answer
1
active
oldest
votes
I am assuming that you trying to install Ubuntu 12.04 LTS base on the tag. I had a similar issue. Try executing the following.
Sudo apt-get install xserver-xorg-lts-precise
I also have documented few more tips here.
Still did not work, the command line is working fine but the GUI crashed
– UbuntuNew
Jan 10 '14 at 10:34
@UbuntuNew, Read this post, hopefully you will find something useful askubuntu.com/questions/402242/…
– Mahendra Gunawardena
Jan 10 '14 at 11:09
@UbuntuNew: Also look at this post askubuntu.com/questions/162075/… (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena
– Mahendra Gunawardena
Jan 10 '14 at 15:35
@UbuntuNew: Also check out this post. askubuntu.com/questions/403546/… You might find information that might be helpful.
– Mahendra Gunawardena
Jan 10 '14 at 18:29
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens
– UbuntuNew
Jan 10 '14 at 18:55
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%2f403103%2fthe-ubuntu-stuck-on-boot-screen-terminal-works-but-gui-doesnt%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I am assuming that you trying to install Ubuntu 12.04 LTS base on the tag. I had a similar issue. Try executing the following.
Sudo apt-get install xserver-xorg-lts-precise
I also have documented few more tips here.
Still did not work, the command line is working fine but the GUI crashed
– UbuntuNew
Jan 10 '14 at 10:34
@UbuntuNew, Read this post, hopefully you will find something useful askubuntu.com/questions/402242/…
– Mahendra Gunawardena
Jan 10 '14 at 11:09
@UbuntuNew: Also look at this post askubuntu.com/questions/162075/… (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena
– Mahendra Gunawardena
Jan 10 '14 at 15:35
@UbuntuNew: Also check out this post. askubuntu.com/questions/403546/… You might find information that might be helpful.
– Mahendra Gunawardena
Jan 10 '14 at 18:29
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens
– UbuntuNew
Jan 10 '14 at 18:55
add a comment |
I am assuming that you trying to install Ubuntu 12.04 LTS base on the tag. I had a similar issue. Try executing the following.
Sudo apt-get install xserver-xorg-lts-precise
I also have documented few more tips here.
Still did not work, the command line is working fine but the GUI crashed
– UbuntuNew
Jan 10 '14 at 10:34
@UbuntuNew, Read this post, hopefully you will find something useful askubuntu.com/questions/402242/…
– Mahendra Gunawardena
Jan 10 '14 at 11:09
@UbuntuNew: Also look at this post askubuntu.com/questions/162075/… (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena
– Mahendra Gunawardena
Jan 10 '14 at 15:35
@UbuntuNew: Also check out this post. askubuntu.com/questions/403546/… You might find information that might be helpful.
– Mahendra Gunawardena
Jan 10 '14 at 18:29
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens
– UbuntuNew
Jan 10 '14 at 18:55
add a comment |
I am assuming that you trying to install Ubuntu 12.04 LTS base on the tag. I had a similar issue. Try executing the following.
Sudo apt-get install xserver-xorg-lts-precise
I also have documented few more tips here.
I am assuming that you trying to install Ubuntu 12.04 LTS base on the tag. I had a similar issue. Try executing the following.
Sudo apt-get install xserver-xorg-lts-precise
I also have documented few more tips here.
edited Apr 13 '17 at 12:23
Community♦
1
1
answered Jan 10 '14 at 2:26
Mahendra GunawardenaMahendra Gunawardena
2221313
2221313
Still did not work, the command line is working fine but the GUI crashed
– UbuntuNew
Jan 10 '14 at 10:34
@UbuntuNew, Read this post, hopefully you will find something useful askubuntu.com/questions/402242/…
– Mahendra Gunawardena
Jan 10 '14 at 11:09
@UbuntuNew: Also look at this post askubuntu.com/questions/162075/… (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena
– Mahendra Gunawardena
Jan 10 '14 at 15:35
@UbuntuNew: Also check out this post. askubuntu.com/questions/403546/… You might find information that might be helpful.
– Mahendra Gunawardena
Jan 10 '14 at 18:29
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens
– UbuntuNew
Jan 10 '14 at 18:55
add a comment |
Still did not work, the command line is working fine but the GUI crashed
– UbuntuNew
Jan 10 '14 at 10:34
@UbuntuNew, Read this post, hopefully you will find something useful askubuntu.com/questions/402242/…
– Mahendra Gunawardena
Jan 10 '14 at 11:09
@UbuntuNew: Also look at this post askubuntu.com/questions/162075/… (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena
– Mahendra Gunawardena
Jan 10 '14 at 15:35
@UbuntuNew: Also check out this post. askubuntu.com/questions/403546/… You might find information that might be helpful.
– Mahendra Gunawardena
Jan 10 '14 at 18:29
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens
– UbuntuNew
Jan 10 '14 at 18:55
Still did not work, the command line is working fine but the GUI crashed
– UbuntuNew
Jan 10 '14 at 10:34
Still did not work, the command line is working fine but the GUI crashed
– UbuntuNew
Jan 10 '14 at 10:34
@UbuntuNew, Read this post, hopefully you will find something useful askubuntu.com/questions/402242/…
– Mahendra Gunawardena
Jan 10 '14 at 11:09
@UbuntuNew, Read this post, hopefully you will find something useful askubuntu.com/questions/402242/…
– Mahendra Gunawardena
Jan 10 '14 at 11:09
@UbuntuNew: Also look at this post askubuntu.com/questions/162075/… (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena
– Mahendra Gunawardena
Jan 10 '14 at 15:35
@UbuntuNew: Also look at this post askubuntu.com/questions/162075/… (Author Luis Alvarado), there is some references to Nvidia graphic drivers. – Mahendra Gunawardena
– Mahendra Gunawardena
Jan 10 '14 at 15:35
@UbuntuNew: Also check out this post. askubuntu.com/questions/403546/… You might find information that might be helpful.
– Mahendra Gunawardena
Jan 10 '14 at 18:29
@UbuntuNew: Also check out this post. askubuntu.com/questions/403546/… You might find information that might be helpful.
– Mahendra Gunawardena
Jan 10 '14 at 18:29
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens
– UbuntuNew
Jan 10 '14 at 18:55
What I have tried is to update whatever the apt-get carries, perform a clean installation of the nvidia drive, all did not work. Well, it works in someway. When I checked the additional drivers, it appears the nvidia driver 319 was activated but not working that time. it seems to be a hardware issue..... I may try to instal a 13.10, and see what happens
– UbuntuNew
Jan 10 '14 at 18:55
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%2f403103%2fthe-ubuntu-stuck-on-boot-screen-terminal-works-but-gui-doesnt%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
Hello. Try logging into your Terminal and using
startx
andsudo lightdm restart
. If that doesn't work, usesudo apt-get install gdm
and say<Yes>
when it asks you to. (I am recommending installing gdm because when I ran Saucy, LightDM often failed on me and I've found gdm to be MUCH more stable)– Ads20000
Jan 9 '14 at 21:13
1
Try running this command in the terminal: "grep EE /var/log/Xorg.0.log" and post the output here. It will display any error information in the log file of the X server.
– Kalle Elmér
Jan 9 '14 at 21:39
I have tried all above, but none of them work. Tried to update the lethal, sort and drivers. The screen crashes and blinks after splash screen.
– UbuntuNew
Jan 10 '14 at 10:33