GRUB is not displaying on boot, no GRUB_HIDDEN_TIMEOUT











up vote
1
down vote

favorite












I have GRUB v 2.8.9 (Ubuntu 18.10). I want to install Remix OS in dual boot. I created an entry for Remix OS with GRUB Customizer. But when I'm trying to boot, I don't have any GRUB menu appearing.



So, I tried to fix that by editing /etc/default/grub, but there's no line GRUB_HIDDEN_TIMEOUT. I do have GRUB_TIMEOUT_STYLE="hidden" and GRUB_TIMEOUT="0".



How can I show my GRUB on boot?










share|improve this question




















  • 3




    Possible duplicate of How to get to the GRUB menu at boot-time?
    – Mohammad C
    Nov 19 at 22:35










  • @MohammadC i do not have line: "GRUB_HIDDEN_TIMEOUT", to do this
    – Dima Soltusyuk
    Nov 21 at 3:50










  • Just add it to the file and dont forget to update grub
    – Mohammad C
    Nov 21 at 3:51












  • @MohammadC i must comment line "GRUB_HIDDEN_TIMEOUT" to solve this problem, but if i add this line in code, and comment it, then, either first variant nor second will not work, because both in 2 variants this line of code will not be compiling
    – Dima Soltusyuk
    Nov 21 at 19:27










  • I just wanna to make the grub to open permanently, when i am booting my pc.
    – Dima Soltusyuk
    Nov 21 at 19:29















up vote
1
down vote

favorite












I have GRUB v 2.8.9 (Ubuntu 18.10). I want to install Remix OS in dual boot. I created an entry for Remix OS with GRUB Customizer. But when I'm trying to boot, I don't have any GRUB menu appearing.



So, I tried to fix that by editing /etc/default/grub, but there's no line GRUB_HIDDEN_TIMEOUT. I do have GRUB_TIMEOUT_STYLE="hidden" and GRUB_TIMEOUT="0".



How can I show my GRUB on boot?










share|improve this question




















  • 3




    Possible duplicate of How to get to the GRUB menu at boot-time?
    – Mohammad C
    Nov 19 at 22:35










  • @MohammadC i do not have line: "GRUB_HIDDEN_TIMEOUT", to do this
    – Dima Soltusyuk
    Nov 21 at 3:50










  • Just add it to the file and dont forget to update grub
    – Mohammad C
    Nov 21 at 3:51












  • @MohammadC i must comment line "GRUB_HIDDEN_TIMEOUT" to solve this problem, but if i add this line in code, and comment it, then, either first variant nor second will not work, because both in 2 variants this line of code will not be compiling
    – Dima Soltusyuk
    Nov 21 at 19:27










  • I just wanna to make the grub to open permanently, when i am booting my pc.
    – Dima Soltusyuk
    Nov 21 at 19:29













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have GRUB v 2.8.9 (Ubuntu 18.10). I want to install Remix OS in dual boot. I created an entry for Remix OS with GRUB Customizer. But when I'm trying to boot, I don't have any GRUB menu appearing.



So, I tried to fix that by editing /etc/default/grub, but there's no line GRUB_HIDDEN_TIMEOUT. I do have GRUB_TIMEOUT_STYLE="hidden" and GRUB_TIMEOUT="0".



How can I show my GRUB on boot?










share|improve this question















I have GRUB v 2.8.9 (Ubuntu 18.10). I want to install Remix OS in dual boot. I created an entry for Remix OS with GRUB Customizer. But when I'm trying to boot, I don't have any GRUB menu appearing.



So, I tried to fix that by editing /etc/default/grub, but there's no line GRUB_HIDDEN_TIMEOUT. I do have GRUB_TIMEOUT_STYLE="hidden" and GRUB_TIMEOUT="0".



How can I show my GRUB on boot?







boot dual-boot grub2 uefi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 24 at 5:10









Zanna

49.1k13123234




49.1k13123234










asked Nov 19 at 19:48









Dima Soltusyuk

62




62








  • 3




    Possible duplicate of How to get to the GRUB menu at boot-time?
    – Mohammad C
    Nov 19 at 22:35










  • @MohammadC i do not have line: "GRUB_HIDDEN_TIMEOUT", to do this
    – Dima Soltusyuk
    Nov 21 at 3:50










  • Just add it to the file and dont forget to update grub
    – Mohammad C
    Nov 21 at 3:51












  • @MohammadC i must comment line "GRUB_HIDDEN_TIMEOUT" to solve this problem, but if i add this line in code, and comment it, then, either first variant nor second will not work, because both in 2 variants this line of code will not be compiling
    – Dima Soltusyuk
    Nov 21 at 19:27










  • I just wanna to make the grub to open permanently, when i am booting my pc.
    – Dima Soltusyuk
    Nov 21 at 19:29














  • 3




    Possible duplicate of How to get to the GRUB menu at boot-time?
    – Mohammad C
    Nov 19 at 22:35










  • @MohammadC i do not have line: "GRUB_HIDDEN_TIMEOUT", to do this
    – Dima Soltusyuk
    Nov 21 at 3:50










  • Just add it to the file and dont forget to update grub
    – Mohammad C
    Nov 21 at 3:51












  • @MohammadC i must comment line "GRUB_HIDDEN_TIMEOUT" to solve this problem, but if i add this line in code, and comment it, then, either first variant nor second will not work, because both in 2 variants this line of code will not be compiling
    – Dima Soltusyuk
    Nov 21 at 19:27










  • I just wanna to make the grub to open permanently, when i am booting my pc.
    – Dima Soltusyuk
    Nov 21 at 19:29








3




3




Possible duplicate of How to get to the GRUB menu at boot-time?
– Mohammad C
Nov 19 at 22:35




Possible duplicate of How to get to the GRUB menu at boot-time?
– Mohammad C
Nov 19 at 22:35












@MohammadC i do not have line: "GRUB_HIDDEN_TIMEOUT", to do this
– Dima Soltusyuk
Nov 21 at 3:50




@MohammadC i do not have line: "GRUB_HIDDEN_TIMEOUT", to do this
– Dima Soltusyuk
Nov 21 at 3:50












Just add it to the file and dont forget to update grub
– Mohammad C
Nov 21 at 3:51






Just add it to the file and dont forget to update grub
– Mohammad C
Nov 21 at 3:51














@MohammadC i must comment line "GRUB_HIDDEN_TIMEOUT" to solve this problem, but if i add this line in code, and comment it, then, either first variant nor second will not work, because both in 2 variants this line of code will not be compiling
– Dima Soltusyuk
Nov 21 at 19:27




@MohammadC i must comment line "GRUB_HIDDEN_TIMEOUT" to solve this problem, but if i add this line in code, and comment it, then, either first variant nor second will not work, because both in 2 variants this line of code will not be compiling
– Dima Soltusyuk
Nov 21 at 19:27












I just wanna to make the grub to open permanently, when i am booting my pc.
– Dima Soltusyuk
Nov 21 at 19:29




I just wanna to make the grub to open permanently, when i am booting my pc.
– Dima Soltusyuk
Nov 21 at 19:29










1 Answer
1






active

oldest

votes

















up vote
2
down vote













Below are my GRUB settings, which do what you want. Make a backup of your /etc/default/grub file and try mine to see if does what you want.



Don't forget to run sudo update-grub any time you edit the file...



I noticed my GRUB_TIMEOUT line doesn't have quotes and




  • 0 means do not time out so skips menu,

  • postive number means skip menu after the given number of secs and

  • -1 means don't skip.


Also try removing the quotes from GRUB_TIMEOUT_STYLE. Also try setting that to menu, not countdown or hidden.



Check out the documentation to see what each setting does.



I think these are the main settings you need.



GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=-1


My current /etc/default/grub



GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_THEME=/boot/grub/themes/Aurora-Penguinis-GRUB2/theme.txt





share|improve this answer























  • Thanks a lot, i'll try it tomorrow, i think it should work.
    – Dima Soltusyuk
    Nov 22 at 20:07











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',
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%2f1094314%2fgrub-is-not-displaying-on-boot-no-grub-hidden-timeout%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








up vote
2
down vote













Below are my GRUB settings, which do what you want. Make a backup of your /etc/default/grub file and try mine to see if does what you want.



Don't forget to run sudo update-grub any time you edit the file...



I noticed my GRUB_TIMEOUT line doesn't have quotes and




  • 0 means do not time out so skips menu,

  • postive number means skip menu after the given number of secs and

  • -1 means don't skip.


Also try removing the quotes from GRUB_TIMEOUT_STYLE. Also try setting that to menu, not countdown or hidden.



Check out the documentation to see what each setting does.



I think these are the main settings you need.



GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=-1


My current /etc/default/grub



GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_THEME=/boot/grub/themes/Aurora-Penguinis-GRUB2/theme.txt





share|improve this answer























  • Thanks a lot, i'll try it tomorrow, i think it should work.
    – Dima Soltusyuk
    Nov 22 at 20:07















up vote
2
down vote













Below are my GRUB settings, which do what you want. Make a backup of your /etc/default/grub file and try mine to see if does what you want.



Don't forget to run sudo update-grub any time you edit the file...



I noticed my GRUB_TIMEOUT line doesn't have quotes and




  • 0 means do not time out so skips menu,

  • postive number means skip menu after the given number of secs and

  • -1 means don't skip.


Also try removing the quotes from GRUB_TIMEOUT_STYLE. Also try setting that to menu, not countdown or hidden.



Check out the documentation to see what each setting does.



I think these are the main settings you need.



GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=-1


My current /etc/default/grub



GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_THEME=/boot/grub/themes/Aurora-Penguinis-GRUB2/theme.txt





share|improve this answer























  • Thanks a lot, i'll try it tomorrow, i think it should work.
    – Dima Soltusyuk
    Nov 22 at 20:07













up vote
2
down vote










up vote
2
down vote









Below are my GRUB settings, which do what you want. Make a backup of your /etc/default/grub file and try mine to see if does what you want.



Don't forget to run sudo update-grub any time you edit the file...



I noticed my GRUB_TIMEOUT line doesn't have quotes and




  • 0 means do not time out so skips menu,

  • postive number means skip menu after the given number of secs and

  • -1 means don't skip.


Also try removing the quotes from GRUB_TIMEOUT_STYLE. Also try setting that to menu, not countdown or hidden.



Check out the documentation to see what each setting does.



I think these are the main settings you need.



GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=-1


My current /etc/default/grub



GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_THEME=/boot/grub/themes/Aurora-Penguinis-GRUB2/theme.txt





share|improve this answer














Below are my GRUB settings, which do what you want. Make a backup of your /etc/default/grub file and try mine to see if does what you want.



Don't forget to run sudo update-grub any time you edit the file...



I noticed my GRUB_TIMEOUT line doesn't have quotes and




  • 0 means do not time out so skips menu,

  • postive number means skip menu after the given number of secs and

  • -1 means don't skip.


Also try removing the quotes from GRUB_TIMEOUT_STYLE. Also try setting that to menu, not countdown or hidden.



Check out the documentation to see what each setting does.



I think these are the main settings you need.



GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=-1


My current /etc/default/grub



GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
GRUB_THEME=/boot/grub/themes/Aurora-Penguinis-GRUB2/theme.txt






share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 24 at 5:08









Zanna

49.1k13123234




49.1k13123234










answered Nov 22 at 16:13









Mohammad C

20816




20816












  • Thanks a lot, i'll try it tomorrow, i think it should work.
    – Dima Soltusyuk
    Nov 22 at 20:07


















  • Thanks a lot, i'll try it tomorrow, i think it should work.
    – Dima Soltusyuk
    Nov 22 at 20:07
















Thanks a lot, i'll try it tomorrow, i think it should work.
– Dima Soltusyuk
Nov 22 at 20:07




Thanks a lot, i'll try it tomorrow, i think it should work.
– Dima Soltusyuk
Nov 22 at 20:07


















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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f1094314%2fgrub-is-not-displaying-on-boot-no-grub-hidden-timeout%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

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei