Boot error when Linux Lite not first (default) choice in grub menu in dual-boot - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: Boot error when Linux Lite not first (default) choice in grub menu in dual-boot (/showthread.php?tid=3014) |
Boot error when Linux Lite not first (default) choice in grub menu in dual-boot - hughparker1 - 06-12-2016 I installed Linux Lite 3.0 successfully on my DELL Inspiron 5559 alongside Windows 10 and it is working great. I noticed the entry in the grub menu looked strange, it had the word *Description: in the menu, it looked like... Quote:*Description: Linux Lite 3.0 GNU/Linux But it was working ok so I'm not too bothered about the name as long as it works. I then decided to also install Xubuntu alongside LL3 so I could use both over next few weeks to determine any differences. Xubuntu is now the default OS in grub menu with an entry for Linux Lite 3.0 beneath as I expected (minus the word *Description: ). Xubuntu is working ok but when I select LL3 I get an error message that says "a filename was expected". I had a look on google and found this similar incident .... https://www.freecinema2022.gq/forums/installing-linux-lite/dual-booting-ll-2-0-with-other-ubuntu-(14-04)-based-distros/ ... where gold_finger suggested 1. Boot computer with live Linux Lite USB 2. Mount the Linux Lite root partition 3. Install grub to the MBR of sda drive 4. Boot computer normally again and Linux Lite should first (default) choice in grub menu, and other OS further down menu. So I tried this and it worked for me also, so thanks to gold_finger for such an easy solution. Is there any way to avoid this happening again in the future, or is this the best workaround? It's no big deal, I just wondered if I could avoid the same thing happening again. Re: Boot error when Linux Lite not first (default) choice in grub menu in dual-boot - Valtam - 06-12-2016 Our distro is aimed at Windows users, so our grub is set up in such a way as to easily identify our OS from grub when they dual boot with Windows. Re: Boot error when Linux Lite not first (default) choice in grub menu in dual-boot - hughparker1 - 06-12-2016 (06-12-2016, 08:21 PM)Jerry link Wrote: Our distro is aimed at Windows users, so our grub is set up in such a way as to easily identify our OS from grub when they dual boot with Windows. thanks for quick reply, I appreciate your feedback. I have just encountered an unexpected error after I ran sudo apt-get update and wondered if this was related to my previous steps above.... Code: hugh@DELL-VOSTRO-LINUX-LITE:~$ sudo apt-get update so I ran the command suggested... Code: $ sudo dpkg --configure -a Code: hugh@DELL-VOSTRO-LINUX-LITE:~$ sudo dpkg --configure -a I notice there are errors above but I'm quite new to linux so don't know how to fix, any help would be appreciated. I ran sudo apt-get update again and it completed ok Code: hugh@DELL-VOSTRO-LINUX-LITE:~$ sudo apt-get update then I ran uname -a Code: hugh@DELL-VOSTRO-LINUX-LITE:~$ uname -a Not sure how to fix this as I'm still learning linux EDIT: When I restarted laptop, I couldn't login, just froze after entering password, cursor not moving. So I decided best to re-install as I didn't have any data that was worth keeping. Hopefully it will go better second time round. Re: Boot error when Linux Lite not first (default) choice in grub menu in dual-boot - TMG1961 - 06-13-2016 Maybe a silly question but isnt it possible to be able to boot into both operating systems without having to do all kinds of things to get it working? I have also had difficulties getting LL to boot after i installed a second os (Mint, openuse, manjaro). I am also not really an expert on linux, just got the booting fixed by installing grub customizer on the latest installed linux version and fixing the boot problem using that. Now i dont even dare to install a second os anymore because everytime i removed the second os i was unable to boot into LL and had to reinstall all again. Re: Boot error when Linux Lite not first (default) choice in grub menu in dual-boot - hughparker1 - 06-13-2016 (06-13-2016, 07:17 AM)TMG1961 link Wrote: Maybe a silly question but isnt it possible to be able to boot into both operating systems without having to do all kinds of things to get it working?thanks for your comments. I don't know exactly what happened to LL after installing Xubuntu, but now after re-installing LL it is working great. It seems to me that LL needs to be the last OS in a multi-boot linux setup. I also have other laptops/computers with multiple operating systems and this is the first time I encountered this problem, but this is the first time I've installed Linux Lite. I must say my first impressions of LL are very good so far. Quote:I am also not really an expert on linux, just got the booting fixed by installing grub customizer on the latest installed linux version and fixing the boot problem using that.I have never used grub customizer before, I will check it out. EDIT: I just noticed this post... [SOLVED] grub2 and lite3 release https://www.freecinema2022.gq/forums/installing-linux-lite/grub2-and-lite3-release/ I will read it now, it mentions existing linux users should use Grub Customizer or Rescatux, since LL is targeted at Windows users and as such, the grub config is set for them. |