Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

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

Description

@recolic

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions