Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 7850  / 1 Year ago, sat, december 24, 2022, 5:37:33

I need some help, I screwed up while trying to auto-mount on boot my USB external HDD, something went wrong and it doesn't boot to Ubuntu.



I installed this https://help.ubuntu.com/community/Boot-Repair and I ran it to repair the boot, and now I have a boot menu.



The menu shows down booting and I don't need it so how do I remove it?


More From » boot

 Answers
1

You should use the following steps to hide GRUB (it is still installed)




  1. Run this command in terminal



    sudo -H gedit /etc/default/grub

  2. Set these lines (create them if they don't exist), doesn't have to be this order



    GRUB_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT=0
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_DEFAULT=0

  3. Save then close the file


  4. Run this command in terminal



    sudo update-grub


[#29401] Saturday, December 24, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bewre

Total Points: 164
Total Questions: 108
Total Answers: 106

Location: Ghana
Member since Sun, Mar 27, 2022
2 Years ago
;