Posts: 8,923
Threads: 554
Joined: Feb 2014
Reputation:
5
I've heard all the concerns from people about the way Linux Lite handles Grub, especially in respect to multi-booting with other operating systems.
First, let me reiterate that Linux Lite is targeted and Windows people first and foremost. I don't want people to infer from that, that I ignore or place little emphasis on other distros.
In Linux Lite 3.2 I'll default back to the way Grub handles other operating systems. I'm unsure of the outcome of this, and I'll revert back to placing Windows to the fore in 3.4 if it doesn't all work out. So in 3.2, LL should play nicely with other operating systems, time will tell. The Beta will be released in mid to late October. Linux Lite 3.2 will be released 1st November, 2016.
Posts: 1,519
Threads: 142
Joined: Mar 2016
Reputation:
0
I noticed after a recent kernel update that Solydx has done the same thing. Previously, last year, it performed the same kind grub takeover as LL. I haven't updated LXDE for a while but I'd bet on this change there too. Seems to be a common complaint, and the Ubuntu terminal access on boot failure was too difficult for most new users to handle. Eventually most popular Linux distros will have to get off legacy anyway the way things are going.
TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.
Posts: 8,923
Threads: 554
Joined: Feb 2014
Reputation:
5
Testing for this to date has garnished good results, 'Linux Lite' still shows in Grub when multi-booting, after the changes. More testing to come.
Posts: 8,923
Threads: 554
Joined: Feb 2014
Reputation:
5
Have now dual booted successfully via Grub with another linux OS freshly installed.
Posts: 32
Threads: 8
Joined: Jan 2016
Reputation:
0
Thanks Jerry, this was my biggest issue with LL, great distro but it kept 'stuffing-up' my Grub....will return when 3.2 released.
Tom
Posts: 11
Threads: 2
Joined: Feb 2016
Reputation:
0
Pardon my ignorance, but what was wrong with Grub in LL? I have had LL installed with other distros and all distros appear in the grub menu ok. Two provisos though: I always installed LL after other distro and never installed with Windows.
Posts: 7
Threads: 2
Joined: May 2014
Reputation:
0
Glad that you are are looking at this. I had this issue and posted previously about grub. I have overcome this problem with grub custom_40 entry
menuentry 'Linux Lite 3.0 GNU/Linux'{
set root='hd1,msdos17'
linux /vmlinuz root=UUID=ebd7e224-4faa-47ab-93b4-1ed4d0f4e416 ro
initrd /initrd.img
}
Hope this helps somebody in the meantime.