On Wed, Oct 30, 2002 at 04:31:05PM +0700, David Sudjiman wrote: > Dear All, > > I just move to GRUB and have a bit dificulties. > > I used to use append="console=ttyS0,9600" for my lilo for my serial.. how can > I use it on GRUB?
title foobar root (hd0,0) kernel /boot/vmlinuz-someversion ro root=LABEL=/ console=ttyS0,9600 ? Jakub