AsteriskNOW Serial Console

I want to send the console to /dev/ttyS0 as I dont have a keyboard/monitor/mouse so I did the following:

[root@asterisk admin]# less /etc/inittab

Run agetty on ttyS0

s0:2345:respawn:/sbin/agetty -L -f /etc/issueserial 9600 ttyS0 vt102

[root@asterisk admin]# vi /etc/issueserial

AsteriskNOW asterisk
Kernel \r on an \m
Connected on \l at \b bps
\U

[root@asterisk admin]# vi /etc/grub.conf

title AsteriskNOW (2.6.19.7-0.1.smp.x86.i686.cmov)
root (hd0,0)
kernel /vmlinuz-2.6.19.7-0.1.smp.x86.i686.cmov ro root=LABEL=/ console=tty0 console=ttyS0,9600
initrd /initrd-2.6.19.7-0.1.smp.x86.i686.cmov.img

My problem is that thew AsteriskNOW Console Menu appears and I obviously cannt use it, but I am also prevented from logging on to the server with the admin user.

How can I access the Console correctly via /dev/ttyS0 ???