From be0844b50bb54edd8f0e905a23df20dc1854dd8e Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 00:00:11 +0200 Subject: [PATCH] feat(releng): add uefi boot entry with nomodeset graphics option Add a new UEFI boot loader entry for Arch Linux installation medium with the nomodeset kernel parameter. This provides a fallback boot option for systems with GPU or hypervisor drivers that have issues with KMS (kernel mode setting), allowing the system to fall back to VESA/EFI framebuffer graphics mode which is slower but more reliable. --- .../loader/entries/01b-archiso-linux-nomodeset.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/releng/efiboot/loader/entries/01b-archiso-linux-nomodeset.conf diff --git a/configs/releng/efiboot/loader/entries/01b-archiso-linux-nomodeset.conf b/configs/releng/efiboot/loader/entries/01b-archiso-linux-nomodeset.conf new file mode 100644 index 0000000..3695de0 --- /dev/null +++ b/configs/releng/efiboot/loader/entries/01b-archiso-linux-nomodeset.conf @@ -0,0 +1,8 @@ +# Mode graphique de secours : SANS KMS (nomodeset). Filet de sécurité +# standard pour les GPU/hyperviseurs dont le pilote KMS pose problème : +# X démarre alors sur le framebuffer VESA/EFI (plus lent mais fiable). +title FWS install medium (%ARCH%, UEFI, safe graphics) +sort-key 01b +linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux +initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img +options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% nomodeset