From 9e59be79c3d6e96b1150bb7b82ccbaf3cbbb4689 Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 12:57:05 +0200 Subject: [PATCH] feat(efiboot): add FWS recovery boot entry configuration Add a new EFI boot loader entry for FWS recovery mode that boots the live system without the installer and launches the recovery assistant console. This enables system repair functionality including GRUB reinstallation, initramfs regeneration, and pacman repair. --- .../loader/entries/01d-archiso-linux-recovery.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configs/releng/efiboot/loader/entries/01d-archiso-linux-recovery.conf diff --git a/configs/releng/efiboot/loader/entries/01d-archiso-linux-recovery.conf b/configs/releng/efiboot/loader/entries/01d-archiso-linux-recovery.conf new file mode 100644 index 0000000..0e554ec --- /dev/null +++ b/configs/releng/efiboot/loader/entries/01d-archiso-linux-recovery.conf @@ -0,0 +1,9 @@ +# « Réparer FWS » : boote le live SANS installateur et lance l'assistant de +# réparation en console (fws-recovery, via le hook fws.recovery=1 du +# .zprofile) : réinstaller GRUB, régénérer l'initramfs, réparer pacman, +# shell chroot — le point de restauration FWS. +title FWS - Reparer une installation (recovery) +sort-key 01d +linux /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux +initrd /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img +options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% udev.event_timeout=45 fws.recovery=1