Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 7847  / 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
bewre questions
Sun, May 14, 23, 13:27, 1 Year ago
Mon, Aug 2, 21, 03:57, 3 Years ago
Thu, Aug 26, 21, 18:05, 3 Years ago
Sat, Aug 6, 22, 21:41, 2 Years ago
Sat, Jul 24, 21, 22:52, 3 Years ago
;