You are not logged in.
Pages: 1
Hello. I am new arch user. I have just completed installing arch linux in my laptop. Everthing is working great, but I am not able to access BIOS after installation.
My laptop: Acer Aspire 5s
Graphics: Nvidia MX250
Previously, I could enter bios pressing F2 key. Now, a black screen appears with a small white horizontal line in upper left corner.
Waiting for helpful reply. Thanks.
Last edited by sumanpaudel (2024-06-19 09:16:23)
Offline
You should™ not be able to "remove" the UEFI or BIOS from an OS level, but a bad firmware update or some UEFI bug (and bad tampering with the ESP) could have done this.
"I have just completed installing arch linux in my laptop" however isn't susceptible to either of this.
Have you tried to completely power down the device and access the UEFI from a cold boot? Do you still get the acer splash screen? Is there a parallel windows installation?
And just to be clear, the bootloader and OS still load?
Offline
Yes, my laptop is dual boot with windows 11. I can still access boot selector by pressing f12 key and selecting either GRUB or Window Boot Loader. UEFI Firmware Setting is not working either. Arch along with window is working great.
I have dual booted arch (gnome) before but I wanted to clean flash again with arch (kde). Previously, same steps were followed with no isuues, this time, bad luck.
And, Yes, I get acer splash screen. No, any other issue except booting to bios.
Offline
Please answer all of seth's questions, especially the important ones. Have you tried to completely power down the device and access the UEFI from a cold boot?
Offline
What are "arch (kde)" and "arch (gnome)"?
How *exactly* did you install the distro?
As for "windows", 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
If this and a complete powerdown don't help, power down the system and remove the battery (and the external power supply) for some minutes before trying to access.
Offline
Thank you seth and Awebb for your time.
I solved this issue by deleting both partition of arch (efi & filesystem). I then, reinstalled arch from scratch. I believe I messed up with installation procedure before, which caused bios problem.
Btw, I am still suprised how messing something during arch installation can cause issue with bios.
Last edited by sumanpaudel (2024-06-19 09:09:38)
Offline
both partition of arch (efi & filesystem)
Did you have to EFI partitions on the same disk?
Offline
Yes, I am using single nvme disk. There are two separate efi partitions. One for window and another for arch.
Two efi partition caused caused issue earlier but not now.
Last edited by sumanpaudel (2024-06-19 14:44:35)
Offline
You're not supposed to have two Efi partitions on the same disk - this is very likely to cause you trouble one way or another.
Don't.
Offline
I heard that if we use same efi partition for window and arch, window update might cause issue. Is it true seth?
Offline
No. Yes. Doesn't matter.
Windows updates can always cause trouble, it might blatantly kick other bootloaders out of the ESP or whatnot, it habitually re-enables fast-start because the only reason why a user might disable that is probably because the user is stupid. Also the default ESP on windows systems is often too small for dual boots so you'd have to grow it or only put the bootloader there, but boot the kernel and initramfs from a different location (the root partition)
But: While the UEFI spec is relatively lax on that, UEFI implementations tend to be not and more than one ESP, notably sharing the same GUID, is just begging for trouble.
In your case it's very most likely the cause for the UEFI failing to load the config interface - whether bug or explicit precaution by the implementation.
Offline
Thank you seth. Unless, I get into trouble, I will stick with two ESPs as it is woking fine for now.
In future, I will try to make single ESP for dual booting window and arch.
I am quite new in this realm, so need to do some reading and searching on that.
Offline
Pages: 1