I tried Ubuntu Gnome and liked it and I want to stay on it but It directly boots without Grub screen, But a Grey background with slightly darker borders appear while booting, It takes a lot of time. how can I bring the grub menu back?
Asked
Active
Viewed 2,516 times
1
-
1https://askubuntu.com/questions/904608/ubuntu-gnome-grey-screen-and-very-slow-boot/904612#904612 – Sumeet Deshmukh May 01 '17 at 11:20
1 Answers
3
Install Grub Customizer
To do that, Open terminal by pressing Ctrl+alt+T, and enter the following commands one by one
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
After installing it open it by this command
grub-customizer
it might ask you for your password
- Go to General Settings tab
- Check Show menu option under visibility
- After you're done click on Save button in upper left corner
That should make Grub menu appear while booting

Sumeet Deshmukh
- 8,866
-
1Seems to me the same answer with a minor difference, you should flag the question as duplicate if your answer works for this situation ;) – Ravexina May 01 '17 at 11:22
-
@Ravexina I tried to flag that question as a duplicate but it didn't came up in the list even after searching by coping and pasting the exact title (strange) , then I thought I should just answer but left the comment to the possible duplicate question in a comment. Can you request a merge, I think they are pretty same and answer will (probably) work – Sumeet Deshmukh May 01 '17 at 11:27
-
1You could use the exact link to the other question instead of its title . I voted to close the question as duplicate. It's up to other folks to close it too or leave it open. – Ravexina May 01 '17 at 11:32