[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: console output to serial port



On Tue, 2002-05-21 at 08:11, Charles Menzes wrote:
> In short, it looks like you really only need two additional edits to your 
> boot program's config file. A "serial=" and "append="
> When I read through 'info grub' I can see where the "serial" option can be 
> included, but I saw no mention of "append" except through a gurb command 
> line which lets to specify kernel options. 
> 
> Is "append" a valid grub.conf entry or has it been replaced?

"append" is a liloism.  Tack on your "append" items to the "kernel" line
for each boot stanza in GRUB's menu.lst.

For example:

title Linux
root (hd0,2)
kernel /boot/vmlinuz-2.4.18 ro root=/dev/hda3 console=ttyS0

If menu.lst is autogenerated on your system, consult your distribution's
documentation to find out how to cause the auto-generated menu.lst to
contain that line.


-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.