Jump to content

Can't Find CD ROM Drive


marcus1060
 Share

Recommended Posts

I boot of the CD everything works, but then it goofs up when I select install method, and says "No CD Device found" or something, then it asks me for a ext2 floppy with drivers on it.

 

I then read this:

We removed seldom used modules because they are large and mostly

about old hardware. You have a solution though:

 

- create a traditional "cdrom.img" floppy

 

- create an ext2 floppy with command:

 

  mke2fs /dev/fd0

 

- find your driver in the kernel-BOOT package; for example, the

  driver might be:

 

  /lib/modules/<kernel-version>BOOT/kernel/3rdparty/dc395x_trm/dc395x_trm.o.gz

 

- copy it unzipped on the ext2 floppy with the command or its

  equivalent for another driver:

 

  zcat /lib/modules/<kernel-version>BOOT/kernel/3rdparty/dc395x_trm/dc395x_trm.o.gz > /mnt/floppy/dc395x_trm.o

 

- also copy (unzipped) the dependencies for that module (such as

  scsi_mod.o for example; there might be others, check in the

  modules.dep file)

 

- boot the cdrom.img floppy with F1 then "linux expert", it will

  allow you to put the floppy and load the modules from there, in

  dependencies order of course (scsi_mod.o first, etc)

 

But I have no computer to format a Linux Disk, as my other computer is XP.

Please help!!

Edited by marcus1060
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...