![]() |
Cant install LL 3 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.linuxliteos.com/forums/forumdisplay.php?fid=17) +--- Thread: Cant install LL 3 (/showthread.php?tid=3421) Pages:
1
2
|
Cant install LL 3 - hadrian - 10-27-2016 I am trying to install linux lite an a second HDD on my win 10 laptop (SSD). I have followed examples, installing to 2nd internal HDD, with bootloader on sdb. The bios is set in Legacy mode. The installation goes fine. I restart - no grub, windows boots. I boot from the HDD and just a blank screen. What am I doing wrong? ![]() Re: Cant install LL 3 - Zebedee Boss - 10-27-2016 Hi hadrian When you say a blank screen - do you get to see the grub menu ? Regards Zeb... Re: Cant install LL 3 - hadrian - 10-27-2016 no - no grub, blank screen Regards hadrian Re: Cant install LL 3 - Zebedee Boss - 10-27-2016 Hi hadrian, and you had no error messages during the grub install. They will need to know more about your disk configuration. How many HDD what is sda sdb etc. Can you boot back into the live installer and give us the output from Code: inxi -Fz Code: blkid Might be a bit more than they need but... can't hurt to give it The experts here may require further information, so it might be an idea to stay booted in the Live media for a short while... see who else answers. Regards Zeb... Re: Cant install LL 3 - torreydale - 10-27-2016 Try this: temporarily remove your Windows 10 drive and do the Linux Lite install with only the second drive in your computer. When done, put the Windows 10 drive back into your computer. Re: Cant install LL 3 - hadrian - 10-27-2016 Hi Zeb, Code: Host: linux Kernel: 4.4.0-22-generic x86_64 (64 bit) Re: Cant install LL 3 - hadrian - 10-27-2016 and Zeb, Code: dev/sda1: LABEL="Recovery" UUID="46D629E2D629D2CB" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="9c3d7269-72ed-461e-ace9-dd67fb848d66" Hope this helps Re: Cant install LL 3 - Zebedee Boss - 10-27-2016 Hi hadrian, you appear to have 3 HDD - have you tried booting to all three ? 1 will go to windows, another is blank (as you have seen) and the third one may hold the grub boot file. Regards Zeb... Re: Cant install LL 3 - gold_finger - 10-27-2016 The output from blkid command shows that Windows is installed in and using UEFI mode. LL is installed in Legacy mode. Since computer boots straight into Windows, boot mode in UEFI main settings menu must be set to UEFI. To boot LL you'll need to access UEFI/(Bios) settings and change boot mode to Legacy/CSM. As of right now LL can not be installed in UEFI mode. (This is not likely to change any time in immediate future.) So you'll have to go into UEFI settings and change the boot mode to either UEFI or Legacy depending on which OS you wish to boot into. There is a way to convert LL to UEFI mode after the install, but it's a bit complicated. Here's a tutorial covering that if you want to have a look: https://www.linuxliteos.com/forums/tutorials/tutorial-how-to-set-up-a-winll-dual-boot-with-uefi-fully-enabled/. Don't try to convert on your own if you decide to do that. Instead post back letting us know and we will try guiding you through it. P.s. @ Zebedee Boss, There are 2 hard drives and the third listing is just the USB stick OP is booted from. Re: Cant install LL 3 - Zebedee Boss - 10-27-2016 Hi golf_finger, Yes, I can see that now by the Label, I should have spotted that. Thanks Regards Zeb... |