MatMoul / archfi

Arch Linux Fast Installer : tutorial installer
GNU General Public License v3.0
2.53k stars 323 forks source link

Generated `/boot/syslinux/syslinux.cfg` is incorrect while using linux-lts kernel #213

Open recolic opened 1 year ago

recolic commented 1 year ago

If I am using Legacy BIOS + linux-lts + syslinux, it's generating incorrect /boot/syslinux/syslinux.cfg.

The config file should contain:

LINUX ../vmlinuz-linux-lts
INITRD ../initramfs-linux-lts.img

But it contains:

LINUX ../vmlinuz-linux
INITRD ../initramfs-linux.img

And that's why system enters boot-loop without any error message.