GRUB menu doesn't show up after upgrading to Ubuntu 19.04 [duplicate]Dual-boot boot menu does not show up after installing Ubuntu 15.10 alongside Windows 10GRUB menu missing after installationIs GRUB needed after converting an earlier dual boot system to only ubuntu system?Grub menu won't show after installation (two-disk)How do I access the grub/ Ubuntu after installing windows 10?Grub menu doesn't appear on dual boot with win8.1Grub menu doesn't show during boot upGrub Menu not showing
How can I attach a set of five panniers?
How is the corresponding author on a (math) paper typically chosen?
Fill a bowl with alphabet soup
The colors in Resident Evil 7 are *completely* off
How can AnyDVD destroy a DVD drive?
Is it possible to do a low carb diet for a month in Sicily?
Suspicious crontab entry running 'xribfa4' every 15 minutes
Drawing Super Mario Bros.....in LaTeX
Having trouble with accidentals - Note-for-note vs traditional?
How should I tell a professor the answer to something he doesn't know?
How do I weigh a kitchen island to determine what size castors to get?
Why is lying to Congress a crime?
Are There 3D Rules for Flying and Distance?
What should I upgrade first?
"Shake your head all you like" meaning
PhD Level Linear Programming Textbooks
Can the bass be used instead of drums?
What is the purpose of the redundant "いい人" in this example sentence
Are there any rules around when something can be described as "based on a true story"?
Big Bracket for equations
"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?
Can a character dodge an attack that beats their Armor Class?
First aid scissors confiscated by Dubai airport security
Giving a character trauma but not "diagnosing" her?
GRUB menu doesn't show up after upgrading to Ubuntu 19.04 [duplicate]
Dual-boot boot menu does not show up after installing Ubuntu 15.10 alongside Windows 10GRUB menu missing after installationIs GRUB needed after converting an earlier dual boot system to only ubuntu system?Grub menu won't show after installation (two-disk)How do I access the grub/ Ubuntu after installing windows 10?Grub menu doesn't appear on dual boot with win8.1Grub menu doesn't show during boot upGrub Menu not showing
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
This question already has an answer here:
Dual-boot boot menu does not show up after installing Ubuntu 15.10 alongside Windows 10
5 answers
After upgrading to Ubuntu 19.04 my GRUB menu doesn't not show up.
Instead, it halts for 10 seconds and then directly boots up to 19.04 although I have installed Windows 10 alongside (Dual booted).
GRUB menu was working perfectly when upgrading to 18.10 from 18.04LTS.
Also, if I press Esc or Shift key it hangs and then I have to press power button to start the laptop again.
dual-boot grub2 windows-10
marked as duplicate by karel, Eric Carvalho, Fabby, Kulfy, Pablo A May 6 at 15:58
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment
|
This question already has an answer here:
Dual-boot boot menu does not show up after installing Ubuntu 15.10 alongside Windows 10
5 answers
After upgrading to Ubuntu 19.04 my GRUB menu doesn't not show up.
Instead, it halts for 10 seconds and then directly boots up to 19.04 although I have installed Windows 10 alongside (Dual booted).
GRUB menu was working perfectly when upgrading to 18.10 from 18.04LTS.
Also, if I press Esc or Shift key it hangs and then I have to press power button to start the laptop again.
dual-boot grub2 windows-10
marked as duplicate by karel, Eric Carvalho, Fabby, Kulfy, Pablo A May 6 at 15:58
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment
|
This question already has an answer here:
Dual-boot boot menu does not show up after installing Ubuntu 15.10 alongside Windows 10
5 answers
After upgrading to Ubuntu 19.04 my GRUB menu doesn't not show up.
Instead, it halts for 10 seconds and then directly boots up to 19.04 although I have installed Windows 10 alongside (Dual booted).
GRUB menu was working perfectly when upgrading to 18.10 from 18.04LTS.
Also, if I press Esc or Shift key it hangs and then I have to press power button to start the laptop again.
dual-boot grub2 windows-10
This question already has an answer here:
Dual-boot boot menu does not show up after installing Ubuntu 15.10 alongside Windows 10
5 answers
After upgrading to Ubuntu 19.04 my GRUB menu doesn't not show up.
Instead, it halts for 10 seconds and then directly boots up to 19.04 although I have installed Windows 10 alongside (Dual booted).
GRUB menu was working perfectly when upgrading to 18.10 from 18.04LTS.
Also, if I press Esc or Shift key it hangs and then I have to press power button to start the laptop again.
This question already has an answer here:
Dual-boot boot menu does not show up after installing Ubuntu 15.10 alongside Windows 10
5 answers
dual-boot grub2 windows-10
dual-boot grub2 windows-10
edited Apr 22 at 10:49
DK Bose
19.8k13 gold badges57 silver badges111 bronze badges
19.8k13 gold badges57 silver badges111 bronze badges
asked Apr 22 at 10:39
himanshu 7460himanshu 7460
361 silver badge2 bronze badges
361 silver badge2 bronze badges
marked as duplicate by karel, Eric Carvalho, Fabby, Kulfy, Pablo A May 6 at 15:58
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Eric Carvalho, Fabby, Kulfy, Pablo A May 6 at 15:58
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Eric Carvalho, Fabby, Kulfy, Pablo A May 6 at 15:58
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment
|
add a comment
|
4 Answers
4
active
oldest
votes
Probably the Ubuntu 19.04 installation has added its own EFI boot entry, configured to not show the grub menu.
Try this: edit the file /etc/default/grub to make sure the GRUB_TIMEOUT value there is set to something larger than zero, for example GRUB_TIMEOUT=12 if you want the menu shown for 12 seconds. Then run the update-grub command:
sudo update-grub
The output from the update-grub command should say "Found linux image" and if you have Windows 10 installed it should also say "Found Windows Boot Manager". Then reboot, and the grub menu should be shown.
This does not work for dual boot system. I even set grub timeout to 0 or even left it blank nothing happens really in dual boot system (I get 10s timeout always) there must be something else that configures grub on dual boot system. He might have done something terribly wrong while upgrading to 19.04.
– Saurabh Singh
Apr 29 at 18:59
1
I've tried everything suggested here, what fixed it for me was adding: GRUB_TERMINAL="console" to the grub file.
– Mikkel
Jun 10 at 17:48
1
Thanks Mikkel, enabling GRUB_TERMINAL="console" fixed this for me as well, It seems Grub is having a problem showing in graphic mode and showing it in console mode fixed it.
– Kumait
Jul 7 at 9:09
add a comment
|
i encountered this myself some time back, i don't remember exactly what i did to fix it and i don't have access to a ubuntu system right now to double-check, but iirc here's what i did:
in /etc/default/grub (or was it /etc/default/grub.cfg ? whichever one of those exists)
- make sure
GRUB_TIMEOUTis set to something higher than 0, likeGRUB_TIMEOUT=5 - make sure
GRUB_TIMEOUT_STYLEis set tomenu, egGRUB_TIMEOUT_STYLE=menu - remove all references to
GRUB_HIDDEN
then run sudo update-grub and reboot, and the grub menu should pop up
add a comment
|
The Boot Repair Utility usually fixes problems related to booting.
Assuming you can boot into your Ubuntu Session and have access to it:
1.Install Boot-Repair in Ubuntu
either from an Ubuntu live-session (boot your computer on a Ubuntu live-CD or live-USB then choose "Try Ubuntu") or from your installed Ubuntu session (if you can access it)
connect to the Internet
open a new Terminal, then type the following commands (press Enter after each line):
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Using Boot-Repair
launch Boot-Repair from either :
- the Dash (the Ubuntu logo at the top-left of the screen) or by typing
'boot-repair' in a terminal - Then click the "Recommended repair" button. When repair is finished,
note the URL (paste.ubuntu.com/XXXXX) that appeared on a paper, then
reboot and check if you recovered access to your OSs. If the repair
did not succeed, indicate the URL to people who help you by email or
forum.
To see full details of what it is, how to download and use it, see: Boot Repair.
This must fix your problem.
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Apr 23 at 8:23
@MrShunz Thanks for pointing out. ( But because the link refers to an Official Documentation it is less likely to be changed anytime soon. ) Yet I have edited my answer, adding in the essential parts.
– Milkybar
Apr 23 at 14:58
add a comment
|
I had the same issue.
sudo update-grub showed the second OS, but at boot, same problem.
I tried the other suggestions like adding GRUB_TIMEOUT_STYLE=menu, and tried installing boot-repair, neither worked.
What did work was installing grub-customizer.
In "General Settings" you can select the default OS,
but what made the difference for me was in "Appearance Settings".
By selecting a font, the grub menu showed up.
add a comment
|
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Probably the Ubuntu 19.04 installation has added its own EFI boot entry, configured to not show the grub menu.
Try this: edit the file /etc/default/grub to make sure the GRUB_TIMEOUT value there is set to something larger than zero, for example GRUB_TIMEOUT=12 if you want the menu shown for 12 seconds. Then run the update-grub command:
sudo update-grub
The output from the update-grub command should say "Found linux image" and if you have Windows 10 installed it should also say "Found Windows Boot Manager". Then reboot, and the grub menu should be shown.
This does not work for dual boot system. I even set grub timeout to 0 or even left it blank nothing happens really in dual boot system (I get 10s timeout always) there must be something else that configures grub on dual boot system. He might have done something terribly wrong while upgrading to 19.04.
– Saurabh Singh
Apr 29 at 18:59
1
I've tried everything suggested here, what fixed it for me was adding: GRUB_TERMINAL="console" to the grub file.
– Mikkel
Jun 10 at 17:48
1
Thanks Mikkel, enabling GRUB_TERMINAL="console" fixed this for me as well, It seems Grub is having a problem showing in graphic mode and showing it in console mode fixed it.
– Kumait
Jul 7 at 9:09
add a comment
|
Probably the Ubuntu 19.04 installation has added its own EFI boot entry, configured to not show the grub menu.
Try this: edit the file /etc/default/grub to make sure the GRUB_TIMEOUT value there is set to something larger than zero, for example GRUB_TIMEOUT=12 if you want the menu shown for 12 seconds. Then run the update-grub command:
sudo update-grub
The output from the update-grub command should say "Found linux image" and if you have Windows 10 installed it should also say "Found Windows Boot Manager". Then reboot, and the grub menu should be shown.
This does not work for dual boot system. I even set grub timeout to 0 or even left it blank nothing happens really in dual boot system (I get 10s timeout always) there must be something else that configures grub on dual boot system. He might have done something terribly wrong while upgrading to 19.04.
– Saurabh Singh
Apr 29 at 18:59
1
I've tried everything suggested here, what fixed it for me was adding: GRUB_TERMINAL="console" to the grub file.
– Mikkel
Jun 10 at 17:48
1
Thanks Mikkel, enabling GRUB_TERMINAL="console" fixed this for me as well, It seems Grub is having a problem showing in graphic mode and showing it in console mode fixed it.
– Kumait
Jul 7 at 9:09
add a comment
|
Probably the Ubuntu 19.04 installation has added its own EFI boot entry, configured to not show the grub menu.
Try this: edit the file /etc/default/grub to make sure the GRUB_TIMEOUT value there is set to something larger than zero, for example GRUB_TIMEOUT=12 if you want the menu shown for 12 seconds. Then run the update-grub command:
sudo update-grub
The output from the update-grub command should say "Found linux image" and if you have Windows 10 installed it should also say "Found Windows Boot Manager". Then reboot, and the grub menu should be shown.
Probably the Ubuntu 19.04 installation has added its own EFI boot entry, configured to not show the grub menu.
Try this: edit the file /etc/default/grub to make sure the GRUB_TIMEOUT value there is set to something larger than zero, for example GRUB_TIMEOUT=12 if you want the menu shown for 12 seconds. Then run the update-grub command:
sudo update-grub
The output from the update-grub command should say "Found linux image" and if you have Windows 10 installed it should also say "Found Windows Boot Manager". Then reboot, and the grub menu should be shown.
answered Apr 22 at 10:58
EliasElias
5952 silver badges14 bronze badges
5952 silver badges14 bronze badges
This does not work for dual boot system. I even set grub timeout to 0 or even left it blank nothing happens really in dual boot system (I get 10s timeout always) there must be something else that configures grub on dual boot system. He might have done something terribly wrong while upgrading to 19.04.
– Saurabh Singh
Apr 29 at 18:59
1
I've tried everything suggested here, what fixed it for me was adding: GRUB_TERMINAL="console" to the grub file.
– Mikkel
Jun 10 at 17:48
1
Thanks Mikkel, enabling GRUB_TERMINAL="console" fixed this for me as well, It seems Grub is having a problem showing in graphic mode and showing it in console mode fixed it.
– Kumait
Jul 7 at 9:09
add a comment
|
This does not work for dual boot system. I even set grub timeout to 0 or even left it blank nothing happens really in dual boot system (I get 10s timeout always) there must be something else that configures grub on dual boot system. He might have done something terribly wrong while upgrading to 19.04.
– Saurabh Singh
Apr 29 at 18:59
1
I've tried everything suggested here, what fixed it for me was adding: GRUB_TERMINAL="console" to the grub file.
– Mikkel
Jun 10 at 17:48
1
Thanks Mikkel, enabling GRUB_TERMINAL="console" fixed this for me as well, It seems Grub is having a problem showing in graphic mode and showing it in console mode fixed it.
– Kumait
Jul 7 at 9:09
This does not work for dual boot system. I even set grub timeout to 0 or even left it blank nothing happens really in dual boot system (I get 10s timeout always) there must be something else that configures grub on dual boot system. He might have done something terribly wrong while upgrading to 19.04.
– Saurabh Singh
Apr 29 at 18:59
This does not work for dual boot system. I even set grub timeout to 0 or even left it blank nothing happens really in dual boot system (I get 10s timeout always) there must be something else that configures grub on dual boot system. He might have done something terribly wrong while upgrading to 19.04.
– Saurabh Singh
Apr 29 at 18:59
1
1
I've tried everything suggested here, what fixed it for me was adding: GRUB_TERMINAL="console" to the grub file.
– Mikkel
Jun 10 at 17:48
I've tried everything suggested here, what fixed it for me was adding: GRUB_TERMINAL="console" to the grub file.
– Mikkel
Jun 10 at 17:48
1
1
Thanks Mikkel, enabling GRUB_TERMINAL="console" fixed this for me as well, It seems Grub is having a problem showing in graphic mode and showing it in console mode fixed it.
– Kumait
Jul 7 at 9:09
Thanks Mikkel, enabling GRUB_TERMINAL="console" fixed this for me as well, It seems Grub is having a problem showing in graphic mode and showing it in console mode fixed it.
– Kumait
Jul 7 at 9:09
add a comment
|
i encountered this myself some time back, i don't remember exactly what i did to fix it and i don't have access to a ubuntu system right now to double-check, but iirc here's what i did:
in /etc/default/grub (or was it /etc/default/grub.cfg ? whichever one of those exists)
- make sure
GRUB_TIMEOUTis set to something higher than 0, likeGRUB_TIMEOUT=5 - make sure
GRUB_TIMEOUT_STYLEis set tomenu, egGRUB_TIMEOUT_STYLE=menu - remove all references to
GRUB_HIDDEN
then run sudo update-grub and reboot, and the grub menu should pop up
add a comment
|
i encountered this myself some time back, i don't remember exactly what i did to fix it and i don't have access to a ubuntu system right now to double-check, but iirc here's what i did:
in /etc/default/grub (or was it /etc/default/grub.cfg ? whichever one of those exists)
- make sure
GRUB_TIMEOUTis set to something higher than 0, likeGRUB_TIMEOUT=5 - make sure
GRUB_TIMEOUT_STYLEis set tomenu, egGRUB_TIMEOUT_STYLE=menu - remove all references to
GRUB_HIDDEN
then run sudo update-grub and reboot, and the grub menu should pop up
add a comment
|
i encountered this myself some time back, i don't remember exactly what i did to fix it and i don't have access to a ubuntu system right now to double-check, but iirc here's what i did:
in /etc/default/grub (or was it /etc/default/grub.cfg ? whichever one of those exists)
- make sure
GRUB_TIMEOUTis set to something higher than 0, likeGRUB_TIMEOUT=5 - make sure
GRUB_TIMEOUT_STYLEis set tomenu, egGRUB_TIMEOUT_STYLE=menu - remove all references to
GRUB_HIDDEN
then run sudo update-grub and reboot, and the grub menu should pop up
i encountered this myself some time back, i don't remember exactly what i did to fix it and i don't have access to a ubuntu system right now to double-check, but iirc here's what i did:
in /etc/default/grub (or was it /etc/default/grub.cfg ? whichever one of those exists)
- make sure
GRUB_TIMEOUTis set to something higher than 0, likeGRUB_TIMEOUT=5 - make sure
GRUB_TIMEOUT_STYLEis set tomenu, egGRUB_TIMEOUT_STYLE=menu - remove all references to
GRUB_HIDDEN
then run sudo update-grub and reboot, and the grub menu should pop up
edited Jun 14 at 6:13
William Reed
1032 bronze badges
1032 bronze badges
answered Apr 29 at 18:30
hanshenrikhanshenrik
1388 bronze badges
1388 bronze badges
add a comment
|
add a comment
|
The Boot Repair Utility usually fixes problems related to booting.
Assuming you can boot into your Ubuntu Session and have access to it:
1.Install Boot-Repair in Ubuntu
either from an Ubuntu live-session (boot your computer on a Ubuntu live-CD or live-USB then choose "Try Ubuntu") or from your installed Ubuntu session (if you can access it)
connect to the Internet
open a new Terminal, then type the following commands (press Enter after each line):
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Using Boot-Repair
launch Boot-Repair from either :
- the Dash (the Ubuntu logo at the top-left of the screen) or by typing
'boot-repair' in a terminal - Then click the "Recommended repair" button. When repair is finished,
note the URL (paste.ubuntu.com/XXXXX) that appeared on a paper, then
reboot and check if you recovered access to your OSs. If the repair
did not succeed, indicate the URL to people who help you by email or
forum.
To see full details of what it is, how to download and use it, see: Boot Repair.
This must fix your problem.
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Apr 23 at 8:23
@MrShunz Thanks for pointing out. ( But because the link refers to an Official Documentation it is less likely to be changed anytime soon. ) Yet I have edited my answer, adding in the essential parts.
– Milkybar
Apr 23 at 14:58
add a comment
|
The Boot Repair Utility usually fixes problems related to booting.
Assuming you can boot into your Ubuntu Session and have access to it:
1.Install Boot-Repair in Ubuntu
either from an Ubuntu live-session (boot your computer on a Ubuntu live-CD or live-USB then choose "Try Ubuntu") or from your installed Ubuntu session (if you can access it)
connect to the Internet
open a new Terminal, then type the following commands (press Enter after each line):
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Using Boot-Repair
launch Boot-Repair from either :
- the Dash (the Ubuntu logo at the top-left of the screen) or by typing
'boot-repair' in a terminal - Then click the "Recommended repair" button. When repair is finished,
note the URL (paste.ubuntu.com/XXXXX) that appeared on a paper, then
reboot and check if you recovered access to your OSs. If the repair
did not succeed, indicate the URL to people who help you by email or
forum.
To see full details of what it is, how to download and use it, see: Boot Repair.
This must fix your problem.
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Apr 23 at 8:23
@MrShunz Thanks for pointing out. ( But because the link refers to an Official Documentation it is less likely to be changed anytime soon. ) Yet I have edited my answer, adding in the essential parts.
– Milkybar
Apr 23 at 14:58
add a comment
|
The Boot Repair Utility usually fixes problems related to booting.
Assuming you can boot into your Ubuntu Session and have access to it:
1.Install Boot-Repair in Ubuntu
either from an Ubuntu live-session (boot your computer on a Ubuntu live-CD or live-USB then choose "Try Ubuntu") or from your installed Ubuntu session (if you can access it)
connect to the Internet
open a new Terminal, then type the following commands (press Enter after each line):
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Using Boot-Repair
launch Boot-Repair from either :
- the Dash (the Ubuntu logo at the top-left of the screen) or by typing
'boot-repair' in a terminal - Then click the "Recommended repair" button. When repair is finished,
note the URL (paste.ubuntu.com/XXXXX) that appeared on a paper, then
reboot and check if you recovered access to your OSs. If the repair
did not succeed, indicate the URL to people who help you by email or
forum.
To see full details of what it is, how to download and use it, see: Boot Repair.
This must fix your problem.
The Boot Repair Utility usually fixes problems related to booting.
Assuming you can boot into your Ubuntu Session and have access to it:
1.Install Boot-Repair in Ubuntu
either from an Ubuntu live-session (boot your computer on a Ubuntu live-CD or live-USB then choose "Try Ubuntu") or from your installed Ubuntu session (if you can access it)
connect to the Internet
open a new Terminal, then type the following commands (press Enter after each line):
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair
Using Boot-Repair
launch Boot-Repair from either :
- the Dash (the Ubuntu logo at the top-left of the screen) or by typing
'boot-repair' in a terminal - Then click the "Recommended repair" button. When repair is finished,
note the URL (paste.ubuntu.com/XXXXX) that appeared on a paper, then
reboot and check if you recovered access to your OSs. If the repair
did not succeed, indicate the URL to people who help you by email or
forum.
To see full details of what it is, how to download and use it, see: Boot Repair.
This must fix your problem.
edited Apr 23 at 14:51
answered Apr 22 at 13:37
MilkybarMilkybar
239 bronze badges
239 bronze badges
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Apr 23 at 8:23
@MrShunz Thanks for pointing out. ( But because the link refers to an Official Documentation it is less likely to be changed anytime soon. ) Yet I have edited my answer, adding in the essential parts.
– Milkybar
Apr 23 at 14:58
add a comment
|
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Apr 23 at 8:23
@MrShunz Thanks for pointing out. ( But because the link refers to an Official Documentation it is less likely to be changed anytime soon. ) Yet I have edited my answer, adding in the essential parts.
– Milkybar
Apr 23 at 14:58
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Apr 23 at 8:23
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– Mr Shunz
Apr 23 at 8:23
@MrShunz Thanks for pointing out. ( But because the link refers to an Official Documentation it is less likely to be changed anytime soon. ) Yet I have edited my answer, adding in the essential parts.
– Milkybar
Apr 23 at 14:58
@MrShunz Thanks for pointing out. ( But because the link refers to an Official Documentation it is less likely to be changed anytime soon. ) Yet I have edited my answer, adding in the essential parts.
– Milkybar
Apr 23 at 14:58
add a comment
|
I had the same issue.
sudo update-grub showed the second OS, but at boot, same problem.
I tried the other suggestions like adding GRUB_TIMEOUT_STYLE=menu, and tried installing boot-repair, neither worked.
What did work was installing grub-customizer.
In "General Settings" you can select the default OS,
but what made the difference for me was in "Appearance Settings".
By selecting a font, the grub menu showed up.
add a comment
|
I had the same issue.
sudo update-grub showed the second OS, but at boot, same problem.
I tried the other suggestions like adding GRUB_TIMEOUT_STYLE=menu, and tried installing boot-repair, neither worked.
What did work was installing grub-customizer.
In "General Settings" you can select the default OS,
but what made the difference for me was in "Appearance Settings".
By selecting a font, the grub menu showed up.
add a comment
|
I had the same issue.
sudo update-grub showed the second OS, but at boot, same problem.
I tried the other suggestions like adding GRUB_TIMEOUT_STYLE=menu, and tried installing boot-repair, neither worked.
What did work was installing grub-customizer.
In "General Settings" you can select the default OS,
but what made the difference for me was in "Appearance Settings".
By selecting a font, the grub menu showed up.
I had the same issue.
sudo update-grub showed the second OS, but at boot, same problem.
I tried the other suggestions like adding GRUB_TIMEOUT_STYLE=menu, and tried installing boot-repair, neither worked.
What did work was installing grub-customizer.
In "General Settings" you can select the default OS,
but what made the difference for me was in "Appearance Settings".
By selecting a font, the grub menu showed up.
answered Apr 30 at 14:58
aarontyreeaarontyree
1
1
add a comment
|
add a comment
|