You are not logged in.
Pages: 1
Hi everyone,
I recently installed Arch Linux using the official `archinstall` script on my Lenovo IdeaPad 3 14IML05 (Model 81WA), and I’ve been running into an odd boot issue.
?️ System Info
- Laptop: Lenovo IdeaPad 3 14IML05 (Model 81WA)
- Arch Linux installed using `archinstall` (UEFI mode)
- GRUB bootloader (auto-installed by archinstall)
- No dual boot (Windows removed completely)
- Secure Boot = Disabled
- Boot Mode = UEFI
❗ The Issue
Every time I power on the laptop:
- The screen turns black and the system powers off after a second
- This cycle repeats 3–4 times
- Finally, it loads into the GRUB menu and boots normally
It seems like the UEFI firmware is retrying boot entries until it finally succeeds with GRUB.
What I've Tried
- Verified Arch was installed in UEFI mode (`/sys/firmware/efi` exists)
- Regenerate GRUB Config:
sudo grub-mkconfig -o /boot/grub/grub.cfg
Offline
Check your firmware settings whether you can configure boot order there. This is most likely irrelevant to what is actually installed.
Offline
Pages: 1