Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
recolic opened this issue Aug 17, 2022 · 0 comments

Comments

@recolic
Copy link

recolic commented Aug 17, 2022

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.

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

No branches or pull requests

2 participants