1

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?

1 Answers1

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

  1. Go to General Settings tab
  2. Check Show menu option under visibility
  3. After you're done click on Save button in upper left corner

That should make Grub menu appear while booting

Original Work