![]() |
[SOLVED] Error installing along side Windows 10 - 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: [SOLVED] Error installing along side Windows 10 (/showthread.php?tid=9262) Pages:
1
2
|
RE: Error installing along side Windows 10 - stevef - 11-13-2024 Just to confirm how Linux installed itself, please can you boot to Linux, open a terminal and run this command. Code: ls /sys/firmware/efi It would be good to see which OS GRUB is detecting. Try tapping the Esc key as the system is powering up, if the timing is right, you should get the GRUB menu. If you can get the GRUB menu up, the candidate OS should be listed. Report back what the GRUB menu lists. If W10 is on the list select it and see if it boots. If you can't get to the GRUB menu using the Esc key on power up, it should be possible to modify the config to force it to show. Please post back the result of this command so that we can review. Code: cat /etc/default/grub RE: Error installing along side Windows 10 - [email protected] - 11-14-2024 (11-13-2024, 07:06 AM)stevef Wrote: Just to confirm how Linux installed itself, please can you boot to Linux, open a terminal and run this command. One thing at a time : linuxlite ~ ls /sys/firmware/efi ls: cannot access '/sys/firmware/efi': No such file or directory linuxlite ~ 2 I'll reboot now and try to get the grub menu to come up. linuxlite ~ ls /sys/firmware/efi ls: cannot access '/sys/firmware/efi': No such file or directory I rebooted and got to the GRUB menu. It looked very familiar. Windows 10 was on the menu and it came up when I chose it. I'm feeling much better about my situation. RE: Error installing along side Windows 10 - stevef - 11-14-2024 That's good. If you are happy with using the Esc key to get the GRUB menu when you need it we can stop. Otherwise, GRUB can be tweaked in several ways - for example to show the menu each time it boots. RE: Error installing along side Windows 10 - [email protected] - 11-15-2024 (11-14-2024, 05:28 AM).stevef Wrote: That's good. Thank you for all you've done. I could be happy the way it is, but, if it's not too much for you, it would be nice if the GRUB menu would come up each time without having to use the Esc key. What do you think? RE: Error installing along side Windows 10 - stevef - 11-15-2024 You're welcome. Please post back the result of this command so that we can review the GRUB configuration on your system and suggest some changes. Code: cat /etc/default/grub RE: Error installing along side Windows 10 - [email protected] - 11-18-2024 I found out that, since I'm using BIOS instead of UEFI, I can hold down the shift key instead of tapping the Esc key while booting Linux and it will give me the GRUB menu. So, I think I'll just let it boot to Linux all the time and I'll hold down the shift key if I want to boot to Windows 10 instead. It doesn't get much easier. So, I guess we're done. I thank you very much for your help. Whose job is it to mark this thread SOLVED? |