Hi,
This is regarding a query on the serial port redirection. I have done the changes in the files mentioned below but I find that the serial console redirection is not happening.
I am using FC11 as the OS.
1) /etc/grub.conf
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=/dev/mapper/VolGroup00-LogVol00 rhgb quiet console=ttyS0,115200n8
2) /etc/event.d/serial
replace the agetty line with the following:
exec /sbin/agetty -n -l /etc/ls-login.sh /dev/ttyS0 115200 vt100
3) /etc/inittab
update runlevel to 3
4) /etc/rc.local
delete the line containing agetty
Please let me know what the issue could be .
Regards,
Girish