2009/6/17 Tom Huppi <[email protected]> > I seem to be being effected by the issue mentioned in this thread: > > http://lists.soekris.com/pipermail/soekris-tech/2008-June/014566.html ... > * Does anyone have more information on this (purported) bug? > (confirmations of it's existence, loader patch details, etc?)
man 5 loader.conf, man 8 boot & man 5 boot.config, shows how to force using serial output # echo 'console="comconsole"' >> /boot/loader.conf # echo '-h' >> /boot.config FYI: De hints of http://jdc.parodius.com/freebsd/pxeboot_serial_install.html provided me a 'useable pxeboot loader (serial output w/o fancy stuff) # cd /usr/src/sys/boot # make clean # make BOOT_PXELDR_ALWAYS_SERIAL=1 # cp /usr/src/sys/boot/i386/pxeldr/pxeboot /tftpboot/pxeboot /Rick -- http://rickvanderzwet.nl _______________________________________________ Soekris-tech mailing list [email protected] http://lists.soekris.com/mailman/listinfo/soekris-tech
