-1

I accidentally put it when give the command sudo update-grub and I just ignore the text and pressed 'y' and now I've a boot menu, but i dont wanna this. I've only an OS.

I'm trying to learn about linux, so if you could explain it will be very helpful.

Thanks in advance!

JLuann
  • 19
  • 5

1 Answers1

0

How To disable the boot options

  1. Open terminal and type sudo gedit /etc/default/grub
  2. Here the grub file will open in that file change the GRUB_HIDDEN_TIMEOUT_QUIET=false change to GRUB_HIDDEN_TIMEOUT_QUIET=true
  3. Save the file
  4. Now update grub using

    sudo apt-get update

Note: Do not change anything else in the file.