FS#5075 - 2 sec delay for fd0 lookup during booting
|
Details
When booting without any fdd physically, there is about 2
sec delay devoted for fd0 lookup. This is probably due to
CONFIG_BLK_DEV_FD beeing set to y, not m. If that was set to
module, it would probably be possible to switch it off from
within mkinitcpio.conf and thus save some seconds on boot.
|
This task depends upon
Closed by Tobias Powalowski (tpowa)
Wednesday, 20 September 2006, 16:10 GMT
Reason for closing: Fixed
Wednesday, 20 September 2006, 16:10 GMT
Reason for closing: Fixed
Comment by
Tobias Powalowski (tpowa) -
Wednesday, 02 August 2006, 13:37 GMT
probably hardware related here doesn't happen something like this
Comment by Dawid Wróbel (cromo) -
Thursday, 03 August 2006, 12:26 GMT
Do you have FDD drive connected to your machine?
Comment by
Tobias Powalowski (tpowa) - Thursday,
03 August 2006, 12:27 GMT
no i have no cable and no fdd connected
Comment by Dawid Wróbel (cromo) -
Thursday, 03 August 2006, 12:50 GMT
Same here. What's the problem then? My laptop doesn't even have an
option to connect flppy via fdd controller (only via USB, but it
appears as USB storage device then). I don't really have any idea
how could that be hardware related :(
Comment by Dawid Wróbel (cromo) -
Wednesday, 20 September 2006, 16:08 GMT
With the recent 2.6.18 this problem doesn't exist. I guess that's
because floppy is now a module, as I suggested. Thanks!