Linux Lite Forums

Full Version: Duplication of LL in device boot list - does it matter?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The UEFI dual-boot on my laptop is working well.
However, I notice in the Device Boot List that LL is listed twice, even though only one LL operating system is installed (version 2.4), alongside win8.1.

Why is this & does it matter?
Should I delete one of them?

Thanks for any help with this

Regards
Mike
Is the second LL entry not the Safe Mode (or something like that) option?
If it's the "Advanced" menu option you're talking about I always add the bottom line to my /etc/default/grub file to remove the clutter.
Code:
GRUB_DISTRIBUTOR="LinuxLite64-2.4"
GRUB_CMDLINE_LINUX_DEFAULT="quiet nosplash"
GRUB_CMDLINE_LINUX=""
# Remove Advanced grub option
GRUB_DISABLE_SUBMENU=y