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,601 times
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
- 9,296