From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8 Description of problem: When booting into a system that does not have a floppy drive there is an ugly message displayed, graphical boot is interrupted. Version-Release number of selected component (if applicable): all versions of test1 How reproducible: Always Steps to Reproduce: 1. switch off your floppy drive in BIOS and reboot Actual Results: Errormessage is displayed stating that it was impossible to insert the kernel module for the floppy Expected Results: Nothing (preferably) to sustain the graphical boot. eventually [failed] Additional info:
Please change component to rhgb.
Hi Sahil, may i ask why to change the component? The fact that rhgb is interrupted is a symptom but not the cause. I think this is a matter of kernel configuration and as such the component should be ok (?)
The kernel isn't calling insmod floppy, userspace is. If the hardware device isn't found, an error is to be expected. So we need proper device enumeration at boot and conditional module loading (I'm not sure this can be done without HAL, DBUS et al) and rhgb should be able to handle the error gracefully.
changed component to rhgb as suggested by Sahil.
Booting my Dell laptop without the floppy connected, the system fully boot graphically with rawhide now. There is an error reported by modprobe for the floppy but it shows up on virtual console 8, not on the vt1 or vte in graphical boot. I tried it on a normal PC too after desactivating the floppy in the BIOS and it completed the graphical boot normally. This seems fixed in Rawhide, Daniel