I do not have those ines in grub.conf
the only kernel parameter its panic=10

-- snip --
#serial --unit=0 --speed=38400 --word=8 --parity=no --stop=1
#terminal --timeout=2 serial console

title Endian Firewall release 2 (2.6.9-34.0.1.EL.endian14)
  root (hd0,0)
  kernel /vmlinuz-2.6.9-34.0.1.EL.endian14 root=/dev/hda3 panic=10 ro
  initrd /initrd-2.6.9-34.0.1.EL.endian14.img
  savedefault
-- snip --

----- Original Message -----
From: Mike Tremaine <[EMAIL PROTECTED]>
To: [email protected]
Sent: miércoles 18 de octubre de 2006 12H53 GMT-0400 America/Santiago
Subject: Re: [Efw-user] Very slow boot up

Patricio A. Bruna wrote:
> im not using serial console.
>
Then it could be timing out trying to find it. The efw2 grub was
configured was slighty wrong. What you want in your grub.conf
[/boot/grub/grub.conf] should have these 3 things

serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
terminal --timeout=5  console serial

and then any kernel line should end with

console=tty0 console=ttyS0

You can change the speed if you want 9600 is standard for serial support.

It's worth a try. You'll have to reboot to test it.

-Mike

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to