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.
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user