iPXE discussion forum
Setting serial speed/Baudrate dynamically? - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Setting serial speed/Baudrate dynamically? (/showthread.php?tid=7651)



Setting serial speed/Baudrate dynamically? - nappington - 2015-03-17 22:08

We have multiple machines with both 9600 and 115200 Baud rates. I'm curious if there's a method by which I can set this dynamically in iPXE, either through autodetection (unlikely), or by changing the dhcp options.

SYSLINUX had a method by which we were able to set a dhcp option (pxelinux.configfile) for a machine with a specific Baud Rate - when it PXEBooted, the config file would read it (setting the first line as: SERIAL 0 {SERIAL})

Is there a similar way to do this in iPXE, or any other alternatives?


RE: Setting serial speed/Baudrate dynamically? - NiKiZe - 2015-04-14 00:05

Currently there is no support to change this in a running iPXE, only at compile time.
But what you maybe can do is to have multiple ipxe binaries, if you only need 9600 and 115200 than that should be relatively easy to maintain?