You are not logged in.
Pages: 1
Hello,
After following several videos I'm not having success getting my Inspiron 5558 to boot into arch with UEFI. Its obviously something I'm missing that I'm failing to realize. Perhaps some of you here have some pointers. The install goes great with no errors. When I reboot it just goes to the "Dell Support Assist"
What are some things I may have overlooked? It would be awesome to rescue the existing install but I'm down to do it over as I enjoy this stuff....but I would like to get it up and running and understand where I messed up!
FWIW, I'm not new to Linux and I have had success installing Arch in the past in Legacy boot mode.
Cheers,
-nX
Offline
Welcome to the boards
How exactly, post the commands if possible, have you tried setting up the UEFI boot (chosen bootloader, commands involved etc)? From a live disk, mount all partitions like you think they should be, chroot into the system and then post
lsblk -f
ls $esp #Where esp is to be replaced with the mount point of the EFI system partition
ls /boot
efibootmgr -uv
post these in code tags or via a pastebin https://wiki.archlinux.org/title/List_o … n_services
Last edited by V1del (2022-03-03 20:41:43)
Offline
After following several videos [...] Perhaps some of you here have some pointers.
Follow the official installation guide instead. All other "guides" are either error-ridden, outdated or both.
What are some things I may have overlooked?
Is SecureBoot disabled?
Jin, Jîyan, Azadî
Offline
Oh whoops missed the video part, yes youtube videos are not supported, follow/use the installation guide.
Offline
Ok. I will redo the install by this link: https://wiki.archlinux.org/title/installation_guide
It doesn't seem clear on some points. Ill check back shortly!
Offline
It doesn't seem clear on some points
You need to follow the links to gain a full understanding. Post back if you need any specific clarifications.
Jin, Jîyan, Azadî
Offline
Some PC's are looking for the .efi file in a specific location causing it to be unable to find the default grub efi file. To fix this (if you use Grub), use this command to install Grub:
`grub-install --target=x86_64-efi --efi-directory=esp --removable`
Where "esp" is where you mounted your EFI System partition (e.g. /boot/efi).
https://wiki.archlinux.org/title/GRUB#Installation_2
Last edited by IzzyGiessen (2022-03-06 07:58:34)
Offline
Is secure boot disabled? It's a UEFI exclusive feature so it could be the source of the issue since it's not supported on Arch by default.
Which bootloader do you use? I recommend using systemd-boot instead of grub, it's much simpler and in my experience much less prone to any breakage.
If you're sure you set up everything else correctly, it's very likely that it's the issue described by Izzy, never encountered it myself.
alias ffs='sudo $(fc -ln -1)'
Offline
Pages: 1