From 3766f9380e6c18bc926aac6d29d59d2f958a0fd2 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 18 Jan 2026 14:45:16 -0600 Subject: Add boot repair tools and rescue guide section Packages added: os-prober, syslinux, ms-sys Rescue guide section 3 covers: - Chroot into broken system (including ZFS) - Reinstall GRUB (UEFI and Legacy) - Fix UEFI boot entries with efibootmgr - Rebuild initramfs with mkinitcpio - Dual-boot GRUB/Windows with os-prober - Restore Windows MBR with ms-sys - ZFS-specific boot issues (hostid, hooks) - Emergency GRUB command line boot --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index c758362..1c4ef9e 100755 --- a/build.sh +++ b/build.sh @@ -144,6 +144,11 @@ sleuthkit safecopy smartmontools +# Boot repair +os-prober +syslinux +ms-sys + EOF # Get kernel version for ISO naming -- cgit v1.2.3