Displaying 1 result from an estimated 1 matches for "cmd_serial".
2006 Sep 13
1
disabling serial in pxelinux
...t in pxeboot (or at least ignoring input
from it)
2. disabling PXE boot (won't like that - it's a perfect remote
control in case of OS problems)
To disable the serial console I tried to play with the "serial"
configuration option (http://syslinux.zytor.com/faq.php#CMD_SERIAL), but
with no result yet. I tried
* serial 2 9600 - to use a nonexistent serial port (ports 0 and 1 do
exist and both have devices connected to them)
* serial 0 9600 0x400 - to ignore input unless RI is asserted -
which won't happen, so input should be ignored permanently...