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?
boot dual-boot grub2 uefi
|
show 3 more comments
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?
boot dual-boot grub2 uefi
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
|
show 3 more comments
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?
boot dual-boot grub2 uefi
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
boot dual-boot grub2 uefi
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
|
show 3 more comments
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
|
show 3 more comments
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
Thanks a lot, i'll try it tomorrow, i think it should work.
– Dima Soltusyuk
Nov 22 at 20:07
add a comment |
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
Thanks a lot, i'll try it tomorrow, i think it should work.
– Dima Soltusyuk
Nov 22 at 20:07
add a comment |
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
Thanks a lot, i'll try it tomorrow, i think it should work.
– Dima Soltusyuk
Nov 22 at 20:07
add a comment |
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
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
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
add a comment |
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
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.
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.
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%2f1094314%2fgrub-is-not-displaying-on-boot-no-grub-hidden-timeout%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
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