Dual Boot: GRUB Loads but no Ubuntu












0















I have recently built a new PC on which I am trying to dual boot windows 10 and Ubuntu 18. First I installed Windows 10 (on UEFI) on my SSD which I gave GPT partition tabling, then resized the main partition to give space for Ubuntu. After successfully installing Ubuntu, I restart and load Ubuntu from the GRUB menu only to get a black screen that prints



dev/sda5: clean, xxxxxx/xxxxxx files, xxxxxx/xxxxxx blocks


and nothing else, refusing to boot further. Windows 10 loads fine from GRUB. I have tried with Ubuntu 16 as well with the same results. Any help with this would be immensely appreciated.










share|improve this question

























  • The message in itself is meaningless. The problem is the boot stops there. Reasons? I don't know, too many hypotheses. Sometimes it's just a matter of graphics drivers.

    – GabrielaGarcia
    Jan 18 at 18:48











  • Wow that worked! Thank you so much!! :D It must have been an outdated driver because it loads just fine without the card installed.

    – BranchedOut
    Jan 19 at 0:27


















0















I have recently built a new PC on which I am trying to dual boot windows 10 and Ubuntu 18. First I installed Windows 10 (on UEFI) on my SSD which I gave GPT partition tabling, then resized the main partition to give space for Ubuntu. After successfully installing Ubuntu, I restart and load Ubuntu from the GRUB menu only to get a black screen that prints



dev/sda5: clean, xxxxxx/xxxxxx files, xxxxxx/xxxxxx blocks


and nothing else, refusing to boot further. Windows 10 loads fine from GRUB. I have tried with Ubuntu 16 as well with the same results. Any help with this would be immensely appreciated.










share|improve this question

























  • The message in itself is meaningless. The problem is the boot stops there. Reasons? I don't know, too many hypotheses. Sometimes it's just a matter of graphics drivers.

    – GabrielaGarcia
    Jan 18 at 18:48











  • Wow that worked! Thank you so much!! :D It must have been an outdated driver because it loads just fine without the card installed.

    – BranchedOut
    Jan 19 at 0:27
















0












0








0








I have recently built a new PC on which I am trying to dual boot windows 10 and Ubuntu 18. First I installed Windows 10 (on UEFI) on my SSD which I gave GPT partition tabling, then resized the main partition to give space for Ubuntu. After successfully installing Ubuntu, I restart and load Ubuntu from the GRUB menu only to get a black screen that prints



dev/sda5: clean, xxxxxx/xxxxxx files, xxxxxx/xxxxxx blocks


and nothing else, refusing to boot further. Windows 10 loads fine from GRUB. I have tried with Ubuntu 16 as well with the same results. Any help with this would be immensely appreciated.










share|improve this question
















I have recently built a new PC on which I am trying to dual boot windows 10 and Ubuntu 18. First I installed Windows 10 (on UEFI) on my SSD which I gave GPT partition tabling, then resized the main partition to give space for Ubuntu. After successfully installing Ubuntu, I restart and load Ubuntu from the GRUB menu only to get a black screen that prints



dev/sda5: clean, xxxxxx/xxxxxx files, xxxxxx/xxxxxx blocks


and nothing else, refusing to boot further. Windows 10 loads fine from GRUB. I have tried with Ubuntu 16 as well with the same results. Any help with this would be immensely appreciated.







boot dual-boot grub2 system-installation uefi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 18 at 8:52







BranchedOut

















asked Jan 18 at 5:14









BranchedOutBranchedOut

212




212













  • The message in itself is meaningless. The problem is the boot stops there. Reasons? I don't know, too many hypotheses. Sometimes it's just a matter of graphics drivers.

    – GabrielaGarcia
    Jan 18 at 18:48











  • Wow that worked! Thank you so much!! :D It must have been an outdated driver because it loads just fine without the card installed.

    – BranchedOut
    Jan 19 at 0:27





















  • The message in itself is meaningless. The problem is the boot stops there. Reasons? I don't know, too many hypotheses. Sometimes it's just a matter of graphics drivers.

    – GabrielaGarcia
    Jan 18 at 18:48











  • Wow that worked! Thank you so much!! :D It must have been an outdated driver because it loads just fine without the card installed.

    – BranchedOut
    Jan 19 at 0:27



















The message in itself is meaningless. The problem is the boot stops there. Reasons? I don't know, too many hypotheses. Sometimes it's just a matter of graphics drivers.

– GabrielaGarcia
Jan 18 at 18:48





The message in itself is meaningless. The problem is the boot stops there. Reasons? I don't know, too many hypotheses. Sometimes it's just a matter of graphics drivers.

– GabrielaGarcia
Jan 18 at 18:48













Wow that worked! Thank you so much!! :D It must have been an outdated driver because it loads just fine without the card installed.

– BranchedOut
Jan 19 at 0:27







Wow that worked! Thank you so much!! :D It must have been an outdated driver because it loads just fine without the card installed.

– BranchedOut
Jan 19 at 0:27












1 Answer
1






active

oldest

votes


















1














It turns out it was an outdated driver for my GPU, as removing it made everything run boot up smoothly. My solution was to use the root shell in recovery mode to install the necessary drivers over apt, then replace the GPU.






share|improve this answer
























  • Will do, thanks for the tip!

    – BranchedOut
    Jan 22 at 6:24











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110752%2fdual-boot-grub-loads-but-no-ubuntu%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









1














It turns out it was an outdated driver for my GPU, as removing it made everything run boot up smoothly. My solution was to use the root shell in recovery mode to install the necessary drivers over apt, then replace the GPU.






share|improve this answer
























  • Will do, thanks for the tip!

    – BranchedOut
    Jan 22 at 6:24
















1














It turns out it was an outdated driver for my GPU, as removing it made everything run boot up smoothly. My solution was to use the root shell in recovery mode to install the necessary drivers over apt, then replace the GPU.






share|improve this answer
























  • Will do, thanks for the tip!

    – BranchedOut
    Jan 22 at 6:24














1












1








1







It turns out it was an outdated driver for my GPU, as removing it made everything run boot up smoothly. My solution was to use the root shell in recovery mode to install the necessary drivers over apt, then replace the GPU.






share|improve this answer













It turns out it was an outdated driver for my GPU, as removing it made everything run boot up smoothly. My solution was to use the root shell in recovery mode to install the necessary drivers over apt, then replace the GPU.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jan 22 at 6:09









BranchedOutBranchedOut

212




212













  • Will do, thanks for the tip!

    – BranchedOut
    Jan 22 at 6:24



















  • Will do, thanks for the tip!

    – BranchedOut
    Jan 22 at 6:24

















Will do, thanks for the tip!

– BranchedOut
Jan 22 at 6:24





Will do, thanks for the tip!

– BranchedOut
Jan 22 at 6:24


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1110752%2fdual-boot-grub-loads-but-no-ubuntu%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Human spaceflight

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

File:DeusFollowingSea.jpg