ResellerRatings Store Ratings - View Single Post - CDROM drive failure under Linux seems odd
View Single Post
Old 07-05-2002, 04:53 PM   #7 (permalink)
Peter M
Registered User
 
Join Date: Oct 2001
Location: Augsburg, Germany
Posts: 3,814
Peter M is on a distinguished road
Point here probably is that the board's BIOS runs the CDROM drive in a slower transfer mode than Linux is trying to do. Typically, CDROM boot is performed using some kind of PIO mode, while modern Linux distros try to auto-setup a suitable DMA mode. There aren't exactly few IDE CDROMs that screw up in DMA modes. You need to use the "idedma=" kernel parameter on bootup for those.

regards, Peter

Peter M is offline   Reply With Quote