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.
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.