After installing Linux Mint, only a terminal is showen when I boot into it
I have been using windows for as far back as I could remember and developing in virtual boxes but I have decided to install Linux Mint onto a second hard drive on my main computer. Sadly, when I boot into the partition which holds Linux Mint, it only displays a terminal where I can only perform basic commands. I'd like to have a GUI rather than a terminal, but I do not know what do do even after googling the topic. Please help!
-BK
linux linux-mint dual-boot
add a comment |
I have been using windows for as far back as I could remember and developing in virtual boxes but I have decided to install Linux Mint onto a second hard drive on my main computer. Sadly, when I boot into the partition which holds Linux Mint, it only displays a terminal where I can only perform basic commands. I'd like to have a GUI rather than a terminal, but I do not know what do do even after googling the topic. Please help!
-BK
linux linux-mint dual-boot
What's the output of your Xorg.0.log?. Runtail -n 20 /var/log/Xorg.0.log/Xorg.0.log
Does the output show the wordsBusyBox
orinitramfs
?.
– dr_feel_good
Mar 1 '15 at 23:27
Please edit your question and explain what you've done, how you installed Mint (was it GUI based during the installation?). Are there any error messages? What is the output ofsudo service mdm status
?
– terdon♦
Mar 2 '15 at 12:42
add a comment |
I have been using windows for as far back as I could remember and developing in virtual boxes but I have decided to install Linux Mint onto a second hard drive on my main computer. Sadly, when I boot into the partition which holds Linux Mint, it only displays a terminal where I can only perform basic commands. I'd like to have a GUI rather than a terminal, but I do not know what do do even after googling the topic. Please help!
-BK
linux linux-mint dual-boot
I have been using windows for as far back as I could remember and developing in virtual boxes but I have decided to install Linux Mint onto a second hard drive on my main computer. Sadly, when I boot into the partition which holds Linux Mint, it only displays a terminal where I can only perform basic commands. I'd like to have a GUI rather than a terminal, but I do not know what do do even after googling the topic. Please help!
-BK
linux linux-mint dual-boot
linux linux-mint dual-boot
asked Mar 1 '15 at 23:12
user2962762user2962762
11
11
What's the output of your Xorg.0.log?. Runtail -n 20 /var/log/Xorg.0.log/Xorg.0.log
Does the output show the wordsBusyBox
orinitramfs
?.
– dr_feel_good
Mar 1 '15 at 23:27
Please edit your question and explain what you've done, how you installed Mint (was it GUI based during the installation?). Are there any error messages? What is the output ofsudo service mdm status
?
– terdon♦
Mar 2 '15 at 12:42
add a comment |
What's the output of your Xorg.0.log?. Runtail -n 20 /var/log/Xorg.0.log/Xorg.0.log
Does the output show the wordsBusyBox
orinitramfs
?.
– dr_feel_good
Mar 1 '15 at 23:27
Please edit your question and explain what you've done, how you installed Mint (was it GUI based during the installation?). Are there any error messages? What is the output ofsudo service mdm status
?
– terdon♦
Mar 2 '15 at 12:42
What's the output of your Xorg.0.log?. Run
tail -n 20 /var/log/Xorg.0.log/Xorg.0.log
Does the output show the words BusyBox
or initramfs
?.– dr_feel_good
Mar 1 '15 at 23:27
What's the output of your Xorg.0.log?. Run
tail -n 20 /var/log/Xorg.0.log/Xorg.0.log
Does the output show the words BusyBox
or initramfs
?.– dr_feel_good
Mar 1 '15 at 23:27
Please edit your question and explain what you've done, how you installed Mint (was it GUI based during the installation?). Are there any error messages? What is the output of
sudo service mdm status
?– terdon♦
Mar 2 '15 at 12:42
Please edit your question and explain what you've done, how you installed Mint (was it GUI based during the installation?). Are there any error messages? What is the output of
sudo service mdm status
?– terdon♦
Mar 2 '15 at 12:42
add a comment |
2 Answers
2
active
oldest
votes
There is a possibility that there was an error setting up the OS (especially if you did not use an ISO file provided by the official Linux Mint website).
You could try using the startx
command if you installed a minimalistic version of the Linux Mint kernel environment.
Your best bet is to run which startx
to see if there is a startx
command, and if there is, then use it.
If there is no startx
command, then try reinstalling Linux Mint from the ground up again.
If that still is a problem go to /boot
and see if there is a broken file there. I'm afraid that if that doesn't work you might want to use your first drive for Linux Mint and get rid or move Windows.
add a comment |
I've had similar problems with new installations when there were driver configuration problems. First check your xorg log file to see what if anything happened: less /var/log/Xorg.0.log should tell you what failed. Easiest solution probably to reinstall from scratch.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f187609%2fafter-installing-linux-mint-only-a-terminal-is-showen-when-i-boot-into-it%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
There is a possibility that there was an error setting up the OS (especially if you did not use an ISO file provided by the official Linux Mint website).
You could try using the startx
command if you installed a minimalistic version of the Linux Mint kernel environment.
Your best bet is to run which startx
to see if there is a startx
command, and if there is, then use it.
If there is no startx
command, then try reinstalling Linux Mint from the ground up again.
If that still is a problem go to /boot
and see if there is a broken file there. I'm afraid that if that doesn't work you might want to use your first drive for Linux Mint and get rid or move Windows.
add a comment |
There is a possibility that there was an error setting up the OS (especially if you did not use an ISO file provided by the official Linux Mint website).
You could try using the startx
command if you installed a minimalistic version of the Linux Mint kernel environment.
Your best bet is to run which startx
to see if there is a startx
command, and if there is, then use it.
If there is no startx
command, then try reinstalling Linux Mint from the ground up again.
If that still is a problem go to /boot
and see if there is a broken file there. I'm afraid that if that doesn't work you might want to use your first drive for Linux Mint and get rid or move Windows.
add a comment |
There is a possibility that there was an error setting up the OS (especially if you did not use an ISO file provided by the official Linux Mint website).
You could try using the startx
command if you installed a minimalistic version of the Linux Mint kernel environment.
Your best bet is to run which startx
to see if there is a startx
command, and if there is, then use it.
If there is no startx
command, then try reinstalling Linux Mint from the ground up again.
If that still is a problem go to /boot
and see if there is a broken file there. I'm afraid that if that doesn't work you might want to use your first drive for Linux Mint and get rid or move Windows.
There is a possibility that there was an error setting up the OS (especially if you did not use an ISO file provided by the official Linux Mint website).
You could try using the startx
command if you installed a minimalistic version of the Linux Mint kernel environment.
Your best bet is to run which startx
to see if there is a startx
command, and if there is, then use it.
If there is no startx
command, then try reinstalling Linux Mint from the ground up again.
If that still is a problem go to /boot
and see if there is a broken file there. I'm afraid that if that doesn't work you might want to use your first drive for Linux Mint and get rid or move Windows.
edited Mar 2 '15 at 23:51
answered Mar 2 '15 at 20:37
Interesting...Interesting...
1,58031018
1,58031018
add a comment |
add a comment |
I've had similar problems with new installations when there were driver configuration problems. First check your xorg log file to see what if anything happened: less /var/log/Xorg.0.log should tell you what failed. Easiest solution probably to reinstall from scratch.
add a comment |
I've had similar problems with new installations when there were driver configuration problems. First check your xorg log file to see what if anything happened: less /var/log/Xorg.0.log should tell you what failed. Easiest solution probably to reinstall from scratch.
add a comment |
I've had similar problems with new installations when there were driver configuration problems. First check your xorg log file to see what if anything happened: less /var/log/Xorg.0.log should tell you what failed. Easiest solution probably to reinstall from scratch.
I've had similar problems with new installations when there were driver configuration problems. First check your xorg log file to see what if anything happened: less /var/log/Xorg.0.log should tell you what failed. Easiest solution probably to reinstall from scratch.
answered Mar 15 '15 at 15:47
bckbck
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f187609%2fafter-installing-linux-mint-only-a-terminal-is-showen-when-i-boot-into-it%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
What's the output of your Xorg.0.log?. Run
tail -n 20 /var/log/Xorg.0.log/Xorg.0.log
Does the output show the wordsBusyBox
orinitramfs
?.– dr_feel_good
Mar 1 '15 at 23:27
Please edit your question and explain what you've done, how you installed Mint (was it GUI based during the installation?). Are there any error messages? What is the output of
sudo service mdm status
?– terdon♦
Mar 2 '15 at 12:42