diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-16 19:28:14 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2024-01-16 19:29:54 +0100 |
commit | 8f54eba190e1699418a536ac055fe36b4c44ccd8 (patch) | |
tree | 54c71503f7f3fddfcd3b48a28bad3a1322f8e2b7 | |
parent | cdd315b4003f362862fbcb2eb00d72c2c31ab6d3 (diff) |
document dell uefi ignoring efibootmgr
Fixes #24.
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |