Article 6PBH1 System doesn't reboot with syslinux

System doesn't reboot with syslinux

by
knarh
from LinuxQuestions.org on (#6PBH1)
Hello, I'm using extlinux as a bootloader for antix.
So, the problem is that after "shutdown -r now" system goes to bios, and there are no boot options. After "shutdown -h" all works fine.

The extlinux installed in MBR(BIOS method).

the syslinux.cfg
Code:PROMPT 1
TIMEOUT 60
DEFAULT ANTIX

LABEL ANTIX
LINUX ../vmlinuz-5.10...
APPEND root=/dev/sda1 rw
INITRD ../initrd.img-5.10...Don't even know what google to. Thanks for answers in advance.
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments