LINUX LITE 7.4 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux Lite not booting when I turn computer on
#1
Hi,

Newb here, loving Linux Lite but can't figure out how to get my computer to boot it on turning it on. I did the dual install of Linux Lite and windows, and at one point I think I chose to have Windows 10 give me a choice which OS to use when I turn the computer on, but it doesn't do that. Instead it just goes straight into Windows again.

So the only way I can use Linux Lite is by going (in Windows) Settings > Recovery > advanced Restart > Restart from USB etc and then I select Ubuntu, and it restarts and boots Linux instead of Windows. Not what I want to be doing every time obviously!

If anyone can help me, I'd much appreciate it.

Another question, unrelated, is can I get access to all my files in Windows from Linux Lite? I.e. documents, pictures, etc. Or do I need to download them from the cloud? Thanks again.

Adrian
Reply
#2
What version of Windows 7,10 or 11?
UEFI or legacy install?

You probably just need to unhide grub, comment out # the GRUB_HIDDEN lines in /etc/default/grub, save the file, and then update grub. You can also lengthen the timeout in grub so the grub screen stays up longer, and you can choose which operating system boots up first though its best if you are using Windows and allowing Windows updates to leave it set to boot Windows first.

You can mount Windows partitions from Linux and access Windows files from Linux Lite but not vice versa. Windows explorer does not recognize ext4 file systems. *You don't sound ready for powershell so I'm not going to explain it.
Code:
sudo nano /etc/default/grub
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.
Reply
#3

[member=49170]adrianhouse78[/member]

You may also be able to go into BIOS in the UEFI section possibly but look for booting/order..
You can usually set the default - set to LL/Ubuntu...



LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply
#4
Hi, trinidad, thanks for the reply. So I'm very new obviously. It is UEFI, version is Windows 10 version 10.0.19042 Build 19042

Did you mean to type that into the command prompt? And in Linux Lite is that called "terminal emulator"? Anyways, I did that, and it asked for my password but it wouldn't let me type anything. I clicked on the white box but nothing. Screenshot attached, help appreciated. Thanks. *well the forum won't let me attach the screenshot as it's png.*

I don't quite understand the second part of your response re. mounting Windows partitions from Linux. Is there an easy way to access my files in Windows from Linux? If not I'll just DL them from Dropbox.

Thanks
Adrian
Reply
#5
(10-28-2021, 12:04 AM)firenice03 link Wrote: [member=49170]adrianhouse78[/member]

You may also be able to go into BIOS in the UEFI section possibly but look for booting/order..
You can usually set the default - set to LL/Ubuntu...

Hi thanks for this. Can you explain a little further please? Do I do this in Windows? And what exactly do I need to do? Thanks so much.
Adrian
Reply
#6
[member=49170]adrianhouse78[/member]

Reboot the computer - F2 to enter set up (or whatever yours maybe)
Under "Configuration" I have an "EFI Boot Order" to which I can set the default... In my case its Ubuntu and Windows Boot Manager ..

I set to Ubuntu aka Linux Lite and allow grub to manage the 2
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply
#7
(10-28-2021, 10:27 PM)firenice03 link Wrote: [member=49170]adrianhouse78[/member]

Reboot the computer - F2 to enter set up (or whatever yours maybe)
Under "Configuration" I have an "EFI Boot Order" to which I can set the default... In my case its Ubuntu and Windows Boot Manager ..

I set to Ubuntu aka Linux Lite and allow grub to manage the 2

Hi, pressing keys on my computer doesn't enter into BIOS / setup. Tried everything. Then I tried various ways to get into the UEFI boot order that article suggested after doing a Google search, but none worked. Frustrating!
Reply
#8
(10-27-2021, 02:32 PM)trinidad link Wrote: What version of Windows 7,10 or 11?
UEFI or legacy install?

You probably just need to unhide grub, comment out # the GRUB_HIDDEN lines in /etc/default/grub, save the file, and then update grub. You can also lengthen the timeout in grub so the grub screen stays up longer, and you can choose which operating system boots up first though its best if you are using Windows and allowing Windows updates to leave it set to boot Windows first.

You can mount Windows partitions from Linux and access Windows files from Linux Lite but not vice versa. Windows explorer does not recognize ext4 file systems. *You don't sound ready for powershell so I'm not going to explain it.
Code:
sudo nano /etc/default/grub
TC

 

Hi again, yes so I managed to put that into the terminal and a bunch of stuff came up. But I didn't know where to write the "comment out # the GRUB_HIDDEN lines" that you suggested. I wanted to attach a screenshot but this forum won't allow me to attach the png file. Thanks a lot for any tips you have.
Adrian
Reply
#9
Still haven't fixed this issue...anyone else out there able to help me? Thank you.
Reply
#10
(10-29-2021, 08:24 PM)adrianhouse78 link Wrote:I wanted to attach a screenshot but this forum won't allow me to attach the png file. Thanks a lot for any tips you have.
Adrian


See your welcome message/forum guidelines on posting screenshots (IMGUR)
What's the make/model of laptop/pc?
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)