Package: bootcd
Version: 3.12
Followup-For: Bug #474148

I noticed a few things stopping a bootcd iso from correctly booting off usb
and sata cdrom drives. First, as someone already mentioned, was that sr_mod
was not being loaded. I corrected this by adding 'sr_mod' to
/etc/initramfs-tools/modules. Then I added the module to the manual modules
variable in bootcdmodprobe:

diff bootcdmodprobe bootcdmodprobe.old
35c35
< MANUAL_MODULES="scsi_mod usb-storage floppy ide-detect ide-generic ide-floppy ide-cd isofs ide-disk ehci-hcd ohci-hcd uhci-hcd ehci-hcd sr_mod"
---
        MANUAL_MODULES="scsi_mod usb-storage floppy ide-detect ide-generic 
ide-floppy ide-cd isofs ide-disk ehci-hcd ohci-hcd uhci-hcd usb-uhci uhci usb-ohci 
ehci-hcd"

** I removed usb-uhci, uhci and usb-ohci because they were not being loaded.

The next problem was that anything past scd0 was not loading due to incorret
minors in bootcdproberoot.

diff bootcdproberoot bootcdproberoot.old
13c13
< devices="hda:3:0 hdb:3:64 hdc:22:0 hdd:22:64 hde:33:0 hdf:33:64 hdg:34:0 hdf:34:64 scd0:11:0 scd1:11:1 scd2:11:2 scd3:11:3 scd4:11:4 scd5:11:5 scd6:11:6 scd7:11:7 sda:8:0 sdb:8:16 sdc:8:32 sdd:8:48 sde:8:64 sdf:8:80 sdg:8:96"
---
devices="hda:3:0 hdb:3:64 hdc:22:0 hdd:22:64 hde:33:0 hdf:33:64 hdg:34:0 hdf:34:64 
scd0:11:0 scd1:11:2 scd2:11:3 scd3:11:4 scd4:11:5 scd5:11:6 scd6:11:7 scd7:11:8 sda:8:0 
sdb:8:16 sdc:8:32 sdd:8:48 sde:8:64 sdf:8:80 sdg:8:96"

After making the above changes we have succusfully booted off many usb and
sata cd-rom drive. Yipee!





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to