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
