search for: linuxfoo

Displaying 4 results from an estimated 4 matches for "linuxfoo".

2013 Aug 13
5
Booting second label
...nstalling our bootloader using "extlinux --install /boot". In the extlinux.conf I've specified that the kontron_wdt.c32 program should boot another label once it has been executed but it never calls the second label. Here's my extlinux.conf: default wdt timeout 5 prompt 1 label linuxfoo kernel /vmlinuz append root=/dev/sda2 #.... more options label wdt com32 kontron_wdt.c32 append timeout=120 default_label= linuxfoo When I try to debug the kontron_wdt.c32 I can see that syslinux_run_command(..) returns -1. What could cause this? I've tried the ifcpu.c32 application as well...
2013 Aug 14
3
Booting second label
Hi Ady I tried removing Syslinux TIMEOUT and typing 'wdt' but the 'linuxfoo' label is still not called. I have to enter it manually and it will start. The "timeout=120" parameter is for the kontron_wdt.c32 watchdog. So the system will reset after 120 seconds if the watchdog hasn't been serviced. We're rebuilding the syslinux source code since we'...
2013 Aug 13
0
Booting second label
...tall /boot". In the extlinux.conf I've specified that > the kontron_wdt.c32 program should boot another label once it has been > executed but it never calls the second label. > > Here's my extlinux.conf: > > default wdt > timeout 5 > prompt 1 > > label linuxfoo > kernel /vmlinuz > append root=/dev/sda2 #.... more options > > label wdt > com32 kontron_wdt.c32 > append timeout=120 default_label= linuxfoo > > When I try to debug the kontron_wdt.c32 I can see that > syslinux_run_command(..) returns -1. What could cause this? >...
2013 Aug 13
0
Booting second label
...d that the kontron_wdt.c32 program should boot another label once it has been executed but it never calls the second label. Did you build all of the COM32s and extlinux? Do you ever see an error? > Here's my extlinux.conf: > > default wdt > timeout 5 > prompt 1 > > label linuxfoo > kernel /vmlinuz > append root=/dev/sda2 #.... more options > > label wdt > com32 kontron_wdt.c32 > append timeout=120 default_label= linuxfoo > > When I try to debug the kontron_wdt.c32 I can see that syslinux_run_command(..) returns -1. What could cause this? What string...