| Junior Member with 3 posts. THREAD STARTER | | Join Date: Sep 2010 Experience: Advanced | |
How do I configure a serial console in Ubuntu 10.04 Server ? Hello,
I have a serial console running on several Ubuntu Server 8.04.x machines, and have installed Ubuntu Server 10.04 on a new machine. Since grub has been replaced by grub2, and /boot/grub/menu.lst does not exist anymore, I can't figure how what file to edit, and what the content should be, to make a serial console run on ttyS1 on 10.04 the same way it ran on 8.04.
Here's a snippet of what I used in 8.04:
# Enable console output via the serial port. unit 0 is /dev/ttyS0, unit 1 is /dev/ttyS1...
password --md5 <xyz>
serial --unit=1 --speed=115200 --word=8 --parity=no --stop=1
terminal --timeout=15 serial console
<snip>
title Ubuntu 8.04.1, kernel 2.6.24-19-server (tty0 primary, ttyS1 secondary)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-server root=UUID=f90e62c3-4764-484c-970b-e4367f9ea142 ro quiet splash console=ttyS1,115200n8 console=tty0
initrd /boot/initrd.img-2.6.24-19-server
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-server (ttyS1 primary, tty0 secondary)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-server root=UUID=f90e62c3-4764-484c-970b-e4367f9ea142 ro quiet splash console=tty0 console=ttyS1,115200n8
initrd /boot/initrd.img-2.6.24-19-server
quiet
How do I write this in 10.04 and what file do I put it in ?
Thank you.
-- NewtownGal |