From 8f54eba190e1699418a536ac055fe36b4c44ccd8 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Tue, 16 Jan 2024 19:28:14 +0100 Subject: document dell uefi ignoring efibootmgr Fixes #24. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index f4125a6..2159485 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,25 @@ curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/< The UEFI scripts will ignore the GRUB target as they skip it completely. +# Quirks + +## No UEFI boot entries on Dell Latitude E5270 + +For some unknown reason this laptop refuses to list or boot any entries +created by `efibootmgr`. This most likely can't be fixed in this script. +A workaround is to add the entries from the UEFI setup menu +(select the EFI partition, it should be the first partition on the OS drive): + +### Traditional Install + +* Artix Linux: `\EFI\artix\artix-linux.efi` +* Artix Linux (fallback initramfs): `\EFI\artix\artix-linux-fallback.efi` + +### Encrypted Install + +* Artix Linux: `\EFI\artix\artix-linux-hardened.efi` +* Artix Linux (fallback initramfs): `\EFI\artix\artix-linux-hardened-fallback.efi` + # Partition Layout ## BIOS -- cgit v1.2.3