Hi, I'm kickstarting rhel 2.1 via http tty0 is over a serial line using syslinux.cfg default ks prompt 0 label ks kernel vmlinuz append ksdevice=eth0 ks=http://serverip/RedHat/ks/rhel.kscfg initrd=initrd.img console=ttyS0 console=ttyS0,115200 I've been playing with %pre chvt 3 and such but I'd like to be able to capture all the output. So 3 questions- Is serial the way to go or is it only really for the interactive terminals? Is there a way to send it all to a syslog server? Is there a way to stop all the 'attempt to access beyond end of device' messages? Any help gratefully received Neil