Linux Lite Forums

Full Version: Grub Menu showing on bootup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
My system is Debian Jessie and swap on sda1 and Kali linux sdb1 swap and linux lite 2.8 sdb3. Debian Jessie was installed first. Then Kali linux and finally linux lite. Each new system took over the bootloader screen automatically placing itself first in the menu. I greatly prefer the look of the Jessie boot menu screen, and wanted the boot order to be Debian Jessie, Kali linux, linux lite, so that boot thrus without selection went to Jessie. The easiest way to deal with multiple systems and the boot screen, not even using a terminal, is to download a Rescatux live cd iso and burn one for yourself. It works easily from a sensible gui. Use it to restore each bootloader from the gui separately, and update menus one at time separately in reverse order of the boot order you desire. I test all sorts of linux distros from time to time and in all honesty Debian Jessie is by for the most powerful and maybe even the fastest. I repair windows computers regularly and always try to talk my customers into trying out linux lite. It is a fine piece of software for new users. maybe the best linux distro for new users, and most of the problems I see on this list are often answered with more difficult solutions than are necessary. Using Debian packages, and most often a gui and not a terminal I have been able to solve nearly all of them. I highly recommend you obtain a live cd of Rescatux. Nothing works better except editing from a terminal. The gui in linux lite is admirably comprehensive and responsive, and geared for ex-windows users. also to work with your system files externally I recommend having a Porteus usb stick on hand with the same authentications from root as your system. I think linux lite is a well built system and almost a public service to windows users. I use rescatux regularly.   
There are are number of references on the LL forum for Grub Customizer.
Can make your grub how you want and distro order.
(03-10-2016, 03:33 PM)liamjake05 link Wrote: [ -> ]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
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -d 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

(05-10-2016, 07:07 AM)nomko link Wrote: [ -> ][quote author=technomancer link=topic=2931.msg22880#msg22880 date=1461521830]
[quote author=rokytnji link=topic=2931.msg22617#msg22617 date=1460552010]
Grub Customizer is a GUI grub editor for Newbies and works in Ubuntu besides other distros using grub2 bootloader.

https://launchpad.net/~danielrichter2007...customizer

I am just answering the title of the thread.

works for me !
Only click on "save" so it updates grub. ( I have not tried "install to hard drive.")
[/quote]
Although ment for "newbies", it can be a very good tool also for those who can't get their finger behind all those abracadabra language used in a Grub config file. A GUI used in these kind of situations can be very helpful and handy tool, and not only for "newbies". But on the other hand you will miss the fun of "fiddling and fooling" around in Linux Wink
[/quote]
I have had the same problem appear on my LL machines, they both now suddenly boot to the Grub menu instead of the LL splash screen, which is annoying. Is there a known reason for this?


I am reluctant to set the timeout to 0 in case this applies also to when I might need to see the grub screen.
Actually, after a few reboots, it fixes itself. I have no idea what happened.
Pages: 1 2