![]() |
Grub Menu showing on bootup - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Start up and Shutdown (https://www.linuxliteos.com/forums/forumdisplay.php?fid=27) +--- Thread: Grub Menu showing on bootup (/showthread.php?tid=2753) Pages:
1
2
|
Grub Menu showing on bootup - liamjake05 - 03-08-2016 Anybody knows as when I boot up LL the grub menu shows and I do not want it to show up. Re: Grub Menu showing on bootup - torreydale - 03-08-2016 It usually won't show if Linux Lite is the only operating system installed. If you need it not to show, you can edit the grub file. See the following link: http://askubuntu.com/questions/111085/how-do-i-hide-the-grub-menu-showing-up-in-the-beginning-of-boot Re: Grub Menu showing on bootup - liamjake05 - 03-10-2016 I do not feel comfortable editing grub.cfg by hand. I know there is a grub mod tool but I do not know how to use it. Just for helping solve the problem this is the grub.cfg file: Code: # If you change this file, run 'update-grub' afterwards to update Re: Grub Menu showing on bootup - liamjake05 - 03-10-2016 Is there a way to fix this without editing grub.cfg Re: Grub Menu showing on bootup - torreydale - 03-10-2016 You can install Grub Customizer by copying the following lines into a terminal one at a time. But really if you're already at the grub.cfg file, you can just change the 10 in the line "GRUB_TIMEOUT=10" to a 0, save the file, and run "sudo update-grub" in a terminal, and you'll be done with this. Code: sudo add-apt-repository ppa:danielrichter2007/grub-customizer Re: Grub Menu showing on bootup - Ottawagrant - 03-11-2016 Grub Customizer is a great piece of software, that I wish was included with Linux Lite. I hope that will be considered some time. Has bailed me out a few times. the only suggestion I would add is that after you add Grub Customizer, remove the repository. Linux Lite Control center > Software > Edit software Sources. Under the 'Other Software' tab, highlight it (danielrichter2007) & remove. Re: Grub Menu showing on bootup - liamjake05 - 03-15-2016 (03-10-2016, 09:05 PM)torreydale link Wrote:You can install Grub Customizer by copying the following lines into a terminal one at a time. But really if you're already at the grub.cfg file, you can just change the 10 in the line "GRUB_TIMEOUT=10" to a 0, save the file, and run "sudo update-grub" in a terminal, and you'll be done with this. Changing it to a 0 did not work. Actually it made it worse. Re: Grub Menu showing on bootup - liamjake05 - 03-21-2016 Hello? anybody Home? Re: Grub Menu showing on bootup - firenice03 - 03-21-2016 Have you tried changing hidden timeout from false to true? As explained here http://askubuntu.com/questions/111085/how-do-i-hide-the-grub-menu-showing-up-in-the-beginning-of-boot Re: Grub Menu showing on bootup - liamjake05 - 03-30-2016 The code is on the third post |