How did you install?  Was the Promise card present during the installation?

I've done this a couple of times, and my grub.conf looks like:
 title Red Hat Linux-up (2.4.18-3)
        root (hd0,2)
        kernel /vmlinuz-2.4.18-3 ro root=/dev/sda2 ide0=0x1f0,0x3f6,14
ide1=0x170,0x376,15 ide2=0 ide3=0 ide4=0 ide5=0 ide6=0 ide7=0
ide8=0 ide9=0


While my fstab looks like:
 LABEL=/                 /                       ext3    defaults        1 1
 LABEL=/boot             /boot                   ext3    defaults        1 2
 LABEL=/local/httpd      /local/httpd            ext3    defaults        1 2
 LABEL=/var/lib/mysql    /var/lib/mysql          ext3    defaults        1 2
 /dev/sda1               swap                    swap    defaults        0 0


And my device.map looks like:
 (hd0)     /dev/sda

The only problem I've had is trying to use up2date to update the kernel. 
I couldn't get it to work :-(

Mike

> Hello,
>
> I am currently attempting to setup a Promise FastTrack mirrored RAID
> array. The intention is to take an existing single hard drive and turn
> it into a mirrored, bootable array.
>
> I began by booting the original system and installed the FastTrack
> driver (released June 23 I believe). The install went okay, but upon
> reboot I received a Kernel Panic because it could not find root in
> "LABEL=/".
>
> Looking around the message boards, I discovered that I needed to change
> Grub's device.map file to reference (hd0) as /dev/sda rather than
> /dev/hda. Once I did this I then changed the root=LABEL=/ to
> root=/dev/sda2 in grub.conf. I left the /etc/fstab using LABEL=/
> variables for root and /boot. Upon rebooting all seemed to go well until
> I began getting errors about "DriveStatusNotReady" regarding /dev/hde.
>
> I subsequently hid all the ide channels (using the ide2=0, ide3=0, etc
> appened to the kernel boot in grub.conf). Rebooting again resulted in
> the system not getting as far and dying with a message saying that
> "init" could not be located.
>
> Do you have any suggestions as to what might be wrong?
>
> Regards
>
> Sam Crawford
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to