Note: enabling the redirection of the kernel messages will disable the usplash screen on the video monitor.
3. To enable serial console login once the system is booted, add "agetty" to "/etc/inittab". For example:
# Run gettys in standard runlevels
co:2345:respawn:/sbin/agetty ttyS0 38400 vt102
Now reboot the computer and connect a laplink style serial cable between this computer and another "client" computer. Start a serial terminal program like "minicom" (set to 38400 baud) on the client and you should see some text asking you to press any key or maybe the GRUB menu once the timeout (10 seconds) has expired. Once the system has full booted, you can login to the machine using your own account or the root account.