how to skip grub dual boot option menu entirely (without picking an OS to boot)
I'd like to skip the entire Grub 2 interface, where I have to decide booting Linux or Windows
im running linux ubuntu lastest version (14.04.1 LTS) and windows 8.1 both 64 bit versions.
I've installed easyBCD software, which I want to use as (my only) boot manager.
Issue:
whenever I run my computer, I get grub interface to pick Linux or Windows, after that I get >easyBCD interface where I have to pick linux or windows again. If both choices are the same, proper system boots, else I get thrown back to beggining (grub UI).
I'd like to somehow delete / skip grub from appearing.
TLDR title :) thank you for helping!
linux ubuntu multi-boot grub bootloader
add a comment |
I'd like to skip the entire Grub 2 interface, where I have to decide booting Linux or Windows
im running linux ubuntu lastest version (14.04.1 LTS) and windows 8.1 both 64 bit versions.
I've installed easyBCD software, which I want to use as (my only) boot manager.
Issue:
whenever I run my computer, I get grub interface to pick Linux or Windows, after that I get >easyBCD interface where I have to pick linux or windows again. If both choices are the same, proper system boots, else I get thrown back to beggining (grub UI).
I'd like to somehow delete / skip grub from appearing.
TLDR title :) thank you for helping!
linux ubuntu multi-boot grub bootloader
U cannot entirely skip I think. We can reduce the "timeout" to zero. Ensure that grub points to easyBCD partition by default. By doing this, U do not have to do a selection.... and you would feel as though you are directly going to easyBCD
– Prasanna
Aug 21 '14 at 10:00
Is it possible that I can reduce it to 1 second and it works, but when I reduce it to 0 it the timeout goes to default (10)
– bevcan izBevk
Aug 21 '14 at 20:49
add a comment |
I'd like to skip the entire Grub 2 interface, where I have to decide booting Linux or Windows
im running linux ubuntu lastest version (14.04.1 LTS) and windows 8.1 both 64 bit versions.
I've installed easyBCD software, which I want to use as (my only) boot manager.
Issue:
whenever I run my computer, I get grub interface to pick Linux or Windows, after that I get >easyBCD interface where I have to pick linux or windows again. If both choices are the same, proper system boots, else I get thrown back to beggining (grub UI).
I'd like to somehow delete / skip grub from appearing.
TLDR title :) thank you for helping!
linux ubuntu multi-boot grub bootloader
I'd like to skip the entire Grub 2 interface, where I have to decide booting Linux or Windows
im running linux ubuntu lastest version (14.04.1 LTS) and windows 8.1 both 64 bit versions.
I've installed easyBCD software, which I want to use as (my only) boot manager.
Issue:
whenever I run my computer, I get grub interface to pick Linux or Windows, after that I get >easyBCD interface where I have to pick linux or windows again. If both choices are the same, proper system boots, else I get thrown back to beggining (grub UI).
I'd like to somehow delete / skip grub from appearing.
TLDR title :) thank you for helping!
linux ubuntu multi-boot grub bootloader
linux ubuntu multi-boot grub bootloader
asked Aug 21 '14 at 9:35
bevcan izBevkbevcan izBevk
612
612
U cannot entirely skip I think. We can reduce the "timeout" to zero. Ensure that grub points to easyBCD partition by default. By doing this, U do not have to do a selection.... and you would feel as though you are directly going to easyBCD
– Prasanna
Aug 21 '14 at 10:00
Is it possible that I can reduce it to 1 second and it works, but when I reduce it to 0 it the timeout goes to default (10)
– bevcan izBevk
Aug 21 '14 at 20:49
add a comment |
U cannot entirely skip I think. We can reduce the "timeout" to zero. Ensure that grub points to easyBCD partition by default. By doing this, U do not have to do a selection.... and you would feel as though you are directly going to easyBCD
– Prasanna
Aug 21 '14 at 10:00
Is it possible that I can reduce it to 1 second and it works, but when I reduce it to 0 it the timeout goes to default (10)
– bevcan izBevk
Aug 21 '14 at 20:49
U cannot entirely skip I think. We can reduce the "timeout" to zero. Ensure that grub points to easyBCD partition by default. By doing this, U do not have to do a selection.... and you would feel as though you are directly going to easyBCD
– Prasanna
Aug 21 '14 at 10:00
U cannot entirely skip I think. We can reduce the "timeout" to zero. Ensure that grub points to easyBCD partition by default. By doing this, U do not have to do a selection.... and you would feel as though you are directly going to easyBCD
– Prasanna
Aug 21 '14 at 10:00
Is it possible that I can reduce it to 1 second and it works, but when I reduce it to 0 it the timeout goes to default (10)
– bevcan izBevk
Aug 21 '14 at 20:49
Is it possible that I can reduce it to 1 second and it works, but when I reduce it to 0 it the timeout goes to default (10)
– bevcan izBevk
Aug 21 '14 at 20:49
add a comment |
1 Answer
1
active
oldest
votes
Edit the /etc/default/grub
and set the followiing
GRUB_DEFAULT=[entry you want]
GRUB_TIMEOUT=0
then use update-grub2
command to update your grub configuration. This does not remove the grub but you wont see it anymore and also no interaction is needed. But this also means you have no access to the recovery entries or kernel arguments set by grub. (Though I think Ubuntu has this "hold down shift to force OS selection"-thing but I am not sure of that)
Yes, but If i choose windows 8.1 to boot in 0 seconds by grub, then I have to do same selection in easyBCD screen, or it kicks me back to beggining
– bevcan izBevk
Aug 21 '14 at 20:48
So you want to do a chainload (going from grub to a other bootlaoder)? For this you need to figure outh where the easyBCD bootloader is located. Then you have to add a custom entry to grub and set it as default as mentioned above. If you give me the details on the easyBCD I migth be able to figure out the propre code that goes into/etc/grub.d/40_costum
. Just out of cuouriossity, why do you need this easyBCD thing in the first place?
– paradoxon
Aug 22 '14 at 1:15
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f800945%2fhow-to-skip-grub-dual-boot-option-menu-entirely-without-picking-an-os-to-boot%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
Edit the /etc/default/grub
and set the followiing
GRUB_DEFAULT=[entry you want]
GRUB_TIMEOUT=0
then use update-grub2
command to update your grub configuration. This does not remove the grub but you wont see it anymore and also no interaction is needed. But this also means you have no access to the recovery entries or kernel arguments set by grub. (Though I think Ubuntu has this "hold down shift to force OS selection"-thing but I am not sure of that)
Yes, but If i choose windows 8.1 to boot in 0 seconds by grub, then I have to do same selection in easyBCD screen, or it kicks me back to beggining
– bevcan izBevk
Aug 21 '14 at 20:48
So you want to do a chainload (going from grub to a other bootlaoder)? For this you need to figure outh where the easyBCD bootloader is located. Then you have to add a custom entry to grub and set it as default as mentioned above. If you give me the details on the easyBCD I migth be able to figure out the propre code that goes into/etc/grub.d/40_costum
. Just out of cuouriossity, why do you need this easyBCD thing in the first place?
– paradoxon
Aug 22 '14 at 1:15
add a comment |
Edit the /etc/default/grub
and set the followiing
GRUB_DEFAULT=[entry you want]
GRUB_TIMEOUT=0
then use update-grub2
command to update your grub configuration. This does not remove the grub but you wont see it anymore and also no interaction is needed. But this also means you have no access to the recovery entries or kernel arguments set by grub. (Though I think Ubuntu has this "hold down shift to force OS selection"-thing but I am not sure of that)
Yes, but If i choose windows 8.1 to boot in 0 seconds by grub, then I have to do same selection in easyBCD screen, or it kicks me back to beggining
– bevcan izBevk
Aug 21 '14 at 20:48
So you want to do a chainload (going from grub to a other bootlaoder)? For this you need to figure outh where the easyBCD bootloader is located. Then you have to add a custom entry to grub and set it as default as mentioned above. If you give me the details on the easyBCD I migth be able to figure out the propre code that goes into/etc/grub.d/40_costum
. Just out of cuouriossity, why do you need this easyBCD thing in the first place?
– paradoxon
Aug 22 '14 at 1:15
add a comment |
Edit the /etc/default/grub
and set the followiing
GRUB_DEFAULT=[entry you want]
GRUB_TIMEOUT=0
then use update-grub2
command to update your grub configuration. This does not remove the grub but you wont see it anymore and also no interaction is needed. But this also means you have no access to the recovery entries or kernel arguments set by grub. (Though I think Ubuntu has this "hold down shift to force OS selection"-thing but I am not sure of that)
Edit the /etc/default/grub
and set the followiing
GRUB_DEFAULT=[entry you want]
GRUB_TIMEOUT=0
then use update-grub2
command to update your grub configuration. This does not remove the grub but you wont see it anymore and also no interaction is needed. But this also means you have no access to the recovery entries or kernel arguments set by grub. (Though I think Ubuntu has this "hold down shift to force OS selection"-thing but I am not sure of that)
edited Aug 21 '14 at 14:43
answered Aug 21 '14 at 14:38
paradoxonparadoxon
58729
58729
Yes, but If i choose windows 8.1 to boot in 0 seconds by grub, then I have to do same selection in easyBCD screen, or it kicks me back to beggining
– bevcan izBevk
Aug 21 '14 at 20:48
So you want to do a chainload (going from grub to a other bootlaoder)? For this you need to figure outh where the easyBCD bootloader is located. Then you have to add a custom entry to grub and set it as default as mentioned above. If you give me the details on the easyBCD I migth be able to figure out the propre code that goes into/etc/grub.d/40_costum
. Just out of cuouriossity, why do you need this easyBCD thing in the first place?
– paradoxon
Aug 22 '14 at 1:15
add a comment |
Yes, but If i choose windows 8.1 to boot in 0 seconds by grub, then I have to do same selection in easyBCD screen, or it kicks me back to beggining
– bevcan izBevk
Aug 21 '14 at 20:48
So you want to do a chainload (going from grub to a other bootlaoder)? For this you need to figure outh where the easyBCD bootloader is located. Then you have to add a custom entry to grub and set it as default as mentioned above. If you give me the details on the easyBCD I migth be able to figure out the propre code that goes into/etc/grub.d/40_costum
. Just out of cuouriossity, why do you need this easyBCD thing in the first place?
– paradoxon
Aug 22 '14 at 1:15
Yes, but If i choose windows 8.1 to boot in 0 seconds by grub, then I have to do same selection in easyBCD screen, or it kicks me back to beggining
– bevcan izBevk
Aug 21 '14 at 20:48
Yes, but If i choose windows 8.1 to boot in 0 seconds by grub, then I have to do same selection in easyBCD screen, or it kicks me back to beggining
– bevcan izBevk
Aug 21 '14 at 20:48
So you want to do a chainload (going from grub to a other bootlaoder)? For this you need to figure outh where the easyBCD bootloader is located. Then you have to add a custom entry to grub and set it as default as mentioned above. If you give me the details on the easyBCD I migth be able to figure out the propre code that goes into
/etc/grub.d/40_costum
. Just out of cuouriossity, why do you need this easyBCD thing in the first place?– paradoxon
Aug 22 '14 at 1:15
So you want to do a chainload (going from grub to a other bootlaoder)? For this you need to figure outh where the easyBCD bootloader is located. Then you have to add a custom entry to grub and set it as default as mentioned above. If you give me the details on the easyBCD I migth be able to figure out the propre code that goes into
/etc/grub.d/40_costum
. Just out of cuouriossity, why do you need this easyBCD thing in the first place?– paradoxon
Aug 22 '14 at 1:15
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f800945%2fhow-to-skip-grub-dual-boot-option-menu-entirely-without-picking-an-os-to-boot%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
U cannot entirely skip I think. We can reduce the "timeout" to zero. Ensure that grub points to easyBCD partition by default. By doing this, U do not have to do a selection.... and you would feel as though you are directly going to easyBCD
– Prasanna
Aug 21 '14 at 10:00
Is it possible that I can reduce it to 1 second and it works, but when I reduce it to 0 it the timeout goes to default (10)
– bevcan izBevk
Aug 21 '14 at 20:49