Re: [suse-sles-e] can't access fsck through serial console...

From: Edgar Ortiz (edgar_at_neopets.com)
Date: Wed Feb 16 2005 - 00:09:04 CET


Message-ID: <42128110.70402@neopets.com>
Date: Tue, 15 Feb 2005 15:09:04 -0800
From: Edgar Ortiz <edgar@neopets.com>
Subject: Re: [suse-sles-e] can't access fsck through serial console...

Thanks for the suggestion, but the order was correct. It turns out that
I needed to specify the serial port speed for the console=ttyS0 option,
as follows:

title SLES 8
   kernel (hd0,0)/vmlinuz root=/dev/hda2 console=tty0 console=ttyS0,115200n

I've pasted a copy of the menu.lst I've created with options for single
mode access through the console and serial console, for anyone that may
be interested. :-)

########## MENU.LST ###########
default 0
timeout 8

####configure serial port to use
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1

####first entry console/serial determines default device
terminal --timeout=10 console serial

title SLES 8
   kernel (hd0,0)/vmlinuz root=/dev/hda2 console=tty0 console=ttyS0,115200n

title floppy
   root (fd0)
   chainloader +1

title failsafe
   kernel (hd0,0)/vmlinuz root=/dev/hda2 ide=nodma apm=off acpi=off
nosmp disableapic maxcpus=0 3

title single user mode serial
   kernel (hd0,0)/vmlinuz root=/dev/hda2 console=tty0
console=ttyS0,115200n single

title single user mode console
   kernel (hd0,0)/vmlinuz root=/dev/hda2 console=ttyS0,115200n
console=tty0 single

##############################

Greg Edwards wrote:

>On Tue, Feb 15, 2005 at 11:06:07AM -0800, Edgar Ortiz wrote:
>| > I'd like to configure an sles 8 server for serial access, even for
>| >fsck'ing. Grub is configured so that I get the grub menu and login
>| >prompt once the system has finished booting, but I can't access the
>| >system in between those two points, everything is redirected to the
>| >local video and keyboard. I'm unable to control the system to fsck
>| >the disks, which is a big concern. I've pasted a copy of the menu.lst
>| >below. Any help would be appreciated!
>
>...
>| >
>| >title linux
>| > kernel (hd0,0)/vmlinuz root=/dev/hda2 console=tty0
>| >console=/dev/ttyS0,115200n8
>
>Switch console=tty0 and console=/dev/ttyS0,115200n8 around, such
>that console=ttyS0 is first.
>
>Greg
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: suse-sles-e-unsubscribe@suse.com
For additional commands, e-mail: suse-sles-e-help@suse.com



This archive was generated by hypermail 2.1.7 : Wed Feb 16 2005 - 00:09:32 CET