read: scsi_cmd failed- Can't load from DVD

DogStar dogstar at antigopro.net
Wed Oct 11 17:18:34 MDT 2006


Hi,
I have been trying to get MOLK (which is based on mol-0.9.71_pre8 from
gentoo's josejx) installed on a PegII, and I am just not having any
luck. When launched with 10.1 DVD (the only full install I have
available) in the DVD drive, the tux/apple logo scatter loads (the last
few bits come up very slowly), the dvd light flickers constantly, and
if I press ctrl-alt-F1, the screen switches to the console which has a
continous stream of lines that read:

read: scsi_cmd failed

The IDE DVD drive works under Debian, which is how Debian got installed
on this machine as well. It is on the secondary, slave channel (hdd). No
actual scsi devices exist. Using  other OSX update dvd's I have, I get
the same error message. I don't expect they would work, but I would
expect a different error if it was the disk or its contents.

The hd is primary master, and the third partion (hda3) is the intended
partion to install on should I ever get that far. The important bits in
  mol/molrc.osx are:

blkdev:/dev/hda3 -rw -force
blkdev:/dev/hdd -cd

I've seen others have used a DVD install. Using mount -t hfsplus under
Debian, I am able to mount the OSX 10.1 DVD and do an ls -R to dump the
directory structure.

Any ideas? Any additional info someone might need to help me debug this
installation?

Thanks in advance for any assistance,

Dan

--------------------- dump from parted:

Pralloc = 0, Reserved = 2, blocksize = 1, root block at 311277
Disk geometry for /dev/hda: 0.000-156334.500 megabytes
Disk label type: amiga
Minor Start End Filesystem Name Flags
1 15.999 287.982 affs1 boot boot
2 287.982 4399.731 asfs hd0
3 4399.731 8191.500 ext2 dhx
4 12031.266 12983.207 ext2 dhx
5 12983.208 22518.625 ext2 dhx boot
6 22518.625 23470.567 linux-swap dhx

-------------------- relevant(?) bits from molrc.osx


blkdev:			/dev/cdrom	-cd ${cdboot}

ifempty ${altconfig} {
     # default configuration
     blkdev:		/dev/hda3	-rw -force
     #blkdev:		/dev/sda	-rw
     #blkdev:		/dev/sdb	-rw
     #blkdev:		/dev/hdc	-cd
     blkdev:		/dev/hdd	-cd

} else {
     # alternate configuration
     blkdev:		/tmp/osx.image	-rw
     #blkdev:		/dev/loop0	-rw
}


#------------------------------------------------------------------------------
# SCSI configuration (also relevant for IDE CDs and other SCSI-like devices)
#------------------------------------------------------------------------------
#
# By default, MOL automatically scans for non-harddisk type SCSI devices.
# If only specified SCSI devices are to be used by mol, change the
# the autoprobe setting below.
#
# Note: IDE, firewire and USB devices typically show up as SCSI devices.


autoprobe_scsi:		yes

# If SCSI autoprobing is disabled then devices must be exported manually

#scsi_dev:		"0:0:0"		# host/channel/id
#scsi_dev:		"1:0:0"		#


--------------- start-misc

#!/bin/bash

swapon /dev/hda6       			      # activates defined swappartition
#modprobe usb-storage  				      # uncomment if you want to use an
usb-burner -
                       				      # other usb-devices can't be used then!
sleep 5               				      # needed for next line - alsa has to settle
alsactl restore       				      # needed for ac97-chip to settle
ifconfig eth0 192.168.0.1 netmask 255.255.255.0 up    # define your
network-configs here
route add -net 192.168.0.0 netmask 255.255.255.0 eth0 #                "
route add default gw 192.168.0.1                      #                "
#/bin/bash /usr/local/bin/startmol -X                  # launches mol
/bin/bash					      # uncomment if you want to get into bash
#halt -f					      # uncomment if you want to shutdown after mol -
						      # should be safe as nothing is mounted rw	
#reboot -f					      # uncomment if you want to reboot after mol -
						      # should be safe as nothing is mounted rw	




More information about the mol-general mailing list