On Thu, Oct 12, 2006 at 02:56:20PM -0500, Chris Stillo wrote:
I enabled IDE_DISK_POLL_DELAY = 1, AUTOBOOT_DELAY = 60 and still have IDE timeout... any suggestions? LinuxBIOS is detecting the IDE controller (it's shown in the boot log), so it seems like a problem with my FILO Config (listed below). Any suggestions?
Try adding
delay(5);
(5 second delay) in main in filo.c (if you use grub). Put it after the init() call.
If that does not help, try 10 or 15 seconds.
Thanks, Ward.