Bootloader shows up every time i turn my computer on!
Forum rules
Before you post please read how to get help
Before you post please read how to get help
Bootloader shows up every time i turn my computer on!
The bootloader screen has started to show up every time I turn my computer on, and I have to press Enter to get rid of it. I checked the GRUB file, and it appears to be set to "hidden timeout" and "0", so I really don't understand why it has started to appear at boot (it used to appear now and then, but not EVERY time). I use Linux Mint 10 as the only operating system on the computer.
Re: Bootloader shows up every time i turn my computer on!
Try setting GRUB_TIMEOUT=1
sudo gedit /etc/default/grub
Change the entry and save
sudo update-grub
This will introduce a 1 second delay, but should prevent manual intervention
sudo gedit /etc/default/grub
Change the entry and save
sudo update-grub
This will introduce a 1 second delay, but should prevent manual intervention
Kernel Linux Tex 4.8.13-1-ARCH (64 bit) xfce , burg
Arch
GTX680 4Gb
OSS4
AMD Phenom II X4 (965BE) @ 3.6 Ghz
8Gb RAM
Arch
GTX680 4Gb
OSS4
AMD Phenom II X4 (965BE) @ 3.6 Ghz
8Gb RAM
Re: Bootloader shows up every time i turn my computer on!
Thank you for your reply! I tried setting the "GRUB_TIMEOUT" value to "1" and the computer booted one time without the bootloader screen appearing. However, the second time I rebooted, the bootloader showed up again. I then tried to set the "GRUB_HIDDEN_TIMEOUT" value to "1" and now the bootloader screen doesn't show up every time.