HD Install :: don't start whith hd



I've a pc Unisys MPI 4663 whith scsi disk 16 Mb. ram

it start with live but don't recognize the hd sda?!

anyone help me please

You need to find out some more information on your SCSI controller, including make and model and also the BIOS/hardware settings like IRQ or IO.

For a shot in the dark, try this:

sudo su
modprobe aha152x
exit
exit

and see what happens.

Quote (cbagger01 @ Mar. 06 2005,21:55)
You need to find out some more information on your SCSI controller, including make and model and also the BIOS/hardware settings like IRQ or IO.

For a shot in the dark, try this:

sudo su
modprobe aha152x
exit
exit

and see what happens.

I boot whith fd because the bios hasn't option whith follow string:

expert dsl 2

when i try aha152x=0x340,7,11,0,0,0,100,1

system call me the floppy whith modules?!?

can i generate it

TNX de IX1ESM

It is possible to create a floppy disk with the module file on it, but you don't need to do this just yet.

Instead, boot live and then go to a command prompt and try to modprobe your driver.  Then try to access sda via a manual mount command like:

mkdir /mnt/sda1
mount -t vfat /dev/sda1 /mnt/sda1

for example if your first partition is an MSDOS/Win95/98/ME partition.

The driver file is included on the livecd.

You can use emelfm to copy it over to the floppy disk.

It is located in

/lib/modules/2.4.26/kernel/drivers/scsi/aha152x.o

Good Luck.

Quote (cbagger01 @ Mar. 06 2005,21:55)
You need to find out some more information on your SCSI controller, including make and model and also the BIOS/hardware settings like IRQ or IO.

For a shot in the dark, try this:

sudo su
modprobe aha152x
exit
exit

and see what happens.

then try modprobe aha152x

aha1521: IRQ 12 Possibly wrong Please verify

Yes i've IRQ 11

What's solution

IX1ESM

Next Page...
original here.