How to enable GRUB when using dual boot Windows 10
I have Ubuntu 14.04.1 dual booted with Windows 10. Everytime I switch my notebook on, I have to press F9, go to Boot manager, press Ubuntu and then GRUB menu is shown. I want GRUB to show when I start my notebook. Is there a way to do so ? If I don't press F9,Windows 10 is booted. I have disabled Fast Startup of Windows 10.
boot dual-boot grub2
add a comment |
I have Ubuntu 14.04.1 dual booted with Windows 10. Everytime I switch my notebook on, I have to press F9, go to Boot manager, press Ubuntu and then GRUB menu is shown. I want GRUB to show when I start my notebook. Is there a way to do so ? If I don't press F9,Windows 10 is booted. I have disabled Fast Startup of Windows 10.
boot dual-boot grub2
Are both Windows & Ubuntu in same boot mode, or both BIOS or both UEFI? Grub can only boot another system installed in same boot mode? Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
– oldfred
Sep 20 '15 at 21:10
add a comment |
I have Ubuntu 14.04.1 dual booted with Windows 10. Everytime I switch my notebook on, I have to press F9, go to Boot manager, press Ubuntu and then GRUB menu is shown. I want GRUB to show when I start my notebook. Is there a way to do so ? If I don't press F9,Windows 10 is booted. I have disabled Fast Startup of Windows 10.
boot dual-boot grub2
I have Ubuntu 14.04.1 dual booted with Windows 10. Everytime I switch my notebook on, I have to press F9, go to Boot manager, press Ubuntu and then GRUB menu is shown. I want GRUB to show when I start my notebook. Is there a way to do so ? If I don't press F9,Windows 10 is booted. I have disabled Fast Startup of Windows 10.
boot dual-boot grub2
boot dual-boot grub2
asked Sep 20 '15 at 19:19
Abhi80Abhi80
58125
58125
Are both Windows & Ubuntu in same boot mode, or both BIOS or both UEFI? Grub can only boot another system installed in same boot mode? Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
– oldfred
Sep 20 '15 at 21:10
add a comment |
Are both Windows & Ubuntu in same boot mode, or both BIOS or both UEFI? Grub can only boot another system installed in same boot mode? Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
– oldfred
Sep 20 '15 at 21:10
Are both Windows & Ubuntu in same boot mode, or both BIOS or both UEFI? Grub can only boot another system installed in same boot mode? Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
– oldfred
Sep 20 '15 at 21:10
Are both Windows & Ubuntu in same boot mode, or both BIOS or both UEFI? Grub can only boot another system installed in same boot mode? Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
– oldfred
Sep 20 '15 at 21:10
add a comment |
2 Answers
2
active
oldest
votes
I have once had a similar problem with dual-booting with Microsoft Windows.
I solved the issue by taking the following steps.
- Boot into Ubuntu.
- Hold CTRL-ALT-T to open a terminal
- Run:
sudo update-grub2and allow GRUB to update it's list of operating systems. - Close Terminal.
- Restart Computer.
Alternatively one could install and use boot repair HERE
This should hopefully sort out the problem and show GRUB upon start up instead of Windows Boot Manager. Good luck.
It didn't work actually. Further more somehow ubuntu has lost its sound. During startup its does give the initial ubuntu sound, but after that nothing. I tried disabling Windows 10 Fast startup but it didn't work either.
– Abhi80
Sep 25 '15 at 4:50
add a comment |
Hi I've being trying to fix this excat same problem. I followed the steps they give upwards, but it didn't worked.
So ubuntu told me to present this link in the forum:
http://paste.ubuntu.com/p/VKW6QVyZWD/
Could someone help me plz?
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f676397%2fhow-to-enable-grub-when-using-dual-boot-windows-10%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
I have once had a similar problem with dual-booting with Microsoft Windows.
I solved the issue by taking the following steps.
- Boot into Ubuntu.
- Hold CTRL-ALT-T to open a terminal
- Run:
sudo update-grub2and allow GRUB to update it's list of operating systems. - Close Terminal.
- Restart Computer.
Alternatively one could install and use boot repair HERE
This should hopefully sort out the problem and show GRUB upon start up instead of Windows Boot Manager. Good luck.
It didn't work actually. Further more somehow ubuntu has lost its sound. During startup its does give the initial ubuntu sound, but after that nothing. I tried disabling Windows 10 Fast startup but it didn't work either.
– Abhi80
Sep 25 '15 at 4:50
add a comment |
I have once had a similar problem with dual-booting with Microsoft Windows.
I solved the issue by taking the following steps.
- Boot into Ubuntu.
- Hold CTRL-ALT-T to open a terminal
- Run:
sudo update-grub2and allow GRUB to update it's list of operating systems. - Close Terminal.
- Restart Computer.
Alternatively one could install and use boot repair HERE
This should hopefully sort out the problem and show GRUB upon start up instead of Windows Boot Manager. Good luck.
It didn't work actually. Further more somehow ubuntu has lost its sound. During startup its does give the initial ubuntu sound, but after that nothing. I tried disabling Windows 10 Fast startup but it didn't work either.
– Abhi80
Sep 25 '15 at 4:50
add a comment |
I have once had a similar problem with dual-booting with Microsoft Windows.
I solved the issue by taking the following steps.
- Boot into Ubuntu.
- Hold CTRL-ALT-T to open a terminal
- Run:
sudo update-grub2and allow GRUB to update it's list of operating systems. - Close Terminal.
- Restart Computer.
Alternatively one could install and use boot repair HERE
This should hopefully sort out the problem and show GRUB upon start up instead of Windows Boot Manager. Good luck.
I have once had a similar problem with dual-booting with Microsoft Windows.
I solved the issue by taking the following steps.
- Boot into Ubuntu.
- Hold CTRL-ALT-T to open a terminal
- Run:
sudo update-grub2and allow GRUB to update it's list of operating systems. - Close Terminal.
- Restart Computer.
Alternatively one could install and use boot repair HERE
This should hopefully sort out the problem and show GRUB upon start up instead of Windows Boot Manager. Good luck.
answered Sep 20 '15 at 19:36
NectarNectar
7893719
7893719
It didn't work actually. Further more somehow ubuntu has lost its sound. During startup its does give the initial ubuntu sound, but after that nothing. I tried disabling Windows 10 Fast startup but it didn't work either.
– Abhi80
Sep 25 '15 at 4:50
add a comment |
It didn't work actually. Further more somehow ubuntu has lost its sound. During startup its does give the initial ubuntu sound, but after that nothing. I tried disabling Windows 10 Fast startup but it didn't work either.
– Abhi80
Sep 25 '15 at 4:50
It didn't work actually. Further more somehow ubuntu has lost its sound. During startup its does give the initial ubuntu sound, but after that nothing. I tried disabling Windows 10 Fast startup but it didn't work either.
– Abhi80
Sep 25 '15 at 4:50
It didn't work actually. Further more somehow ubuntu has lost its sound. During startup its does give the initial ubuntu sound, but after that nothing. I tried disabling Windows 10 Fast startup but it didn't work either.
– Abhi80
Sep 25 '15 at 4:50
add a comment |
Hi I've being trying to fix this excat same problem. I followed the steps they give upwards, but it didn't worked.
So ubuntu told me to present this link in the forum:
http://paste.ubuntu.com/p/VKW6QVyZWD/
Could someone help me plz?
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Hi I've being trying to fix this excat same problem. I followed the steps they give upwards, but it didn't worked.
So ubuntu told me to present this link in the forum:
http://paste.ubuntu.com/p/VKW6QVyZWD/
Could someone help me plz?
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Hi I've being trying to fix this excat same problem. I followed the steps they give upwards, but it didn't worked.
So ubuntu told me to present this link in the forum:
http://paste.ubuntu.com/p/VKW6QVyZWD/
Could someone help me plz?
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Hi I've being trying to fix this excat same problem. I followed the steps they give upwards, but it didn't worked.
So ubuntu told me to present this link in the forum:
http://paste.ubuntu.com/p/VKW6QVyZWD/
Could someone help me plz?
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 3 hours ago
joseto dominguezjoseto dominguez
11
11
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
joseto dominguez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f676397%2fhow-to-enable-grub-when-using-dual-boot-windows-10%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
Are both Windows & Ubuntu in same boot mode, or both BIOS or both UEFI? Grub can only boot another system installed in same boot mode? Post the link to the Create BootInfo summary report. Is part of Boot-Repair: help.ubuntu.com/community/Boot-Info
– oldfred
Sep 20 '15 at 21:10