How to Package an Installed Linux system into a UEFI-bootable ISO
In a previous tutorial, we discussed the Systemback application that allows us to create a live system from an installed Linux system. However, Systemback was no longer maintained. Luckily, we can do the same with standard ISO packaging tools in Linux. The key is to create a hybrid ISO that contains both legacy BIOS and UEFI boot records. Two approaches are available : Method 1 (GRUB 2) is modern and recommended. Method 2 (SYSLINUX) is a viable alternative. Feature â Method 1: GRUB 2 (Recommended) â ď¸ Method 2: SYSLINUX (Alternative) Core idea Build a standalone GRUB 2 image Convert anâŚ
https://www.linuxbabe.com/desktop-linux/how-to-package-an-installed-linux-system-into-a-uefi-bootable-iso











