Linux Lite Forums
Duplication of LL in device boot list - does it matter? - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Duplication of LL in device boot list - does it matter? (/showthread.php?tid=2106)



Duplication of LL in device boot list - does it matter? - m654321 - 08-19-2015

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


Re: Duplication of LL in device boot list - does it matter? - torreydale - 08-19-2015

Is the second LL entry not the Safe Mode (or something like that) option?


Re: Duplication of LL in device boot list - does it matter? - ukbrian - 08-19-2015

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