ok, so I got the nodes to boot with the following (thanks to robin for
the inspiration on what to work for and Dell for the previously
working nodes I hadn't gotten around to scrapping yet)

Try these files:
----- /var/lib/systemimager/scripts/pre-install/01all.load_sata_driver ------
#!/bin/sh
#

echo
echo "loading ahci sata driver"
echo
modprobe mptspi
modprobe mptsas
modprobe mptfc
-----------------------------------------------------------------------------

----- /var/lib/systemimager/scripts/p re-install/01all.load_sata_driver ------
#!/bin/sh
#

echo
echo "loading ahci sata driver"
echo
modprobe ahci
-----------------------------------------------------------------------------


On 3/13/07, Michael Edwards <[EMAIL PROTECTED]> wrote:
> I am using RHEL4U4 and having this same issue.
>
> On 3/12/07, Robin Humble <[EMAIL PROTECTED]> wrote:
> >
> > BTW, isn't RHEL4 up to U4 now?
> > I doubt if that's breaking anything OSCAR related, but I thought I'd
> > mention it.
> >
> > cheers,
> > robin
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Oscar-users mailing list
> > Oscar-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/oscar-users
> >
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-users mailing list
Oscar-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to