Index: [Article Count Order] [Thread]

Date:  Thu, 19 Oct 2006 15:28:24 +0200
From:  Jes Kasper Klittum <jes (at mark) enavn.com>
Subject:  [coba-e:07625] Re: BluQuartz with SAQTA Raid (WAS Re: Error installing NuOnce v 4.5 on SUN Fire x2200 with grub/raid)
To:  coba-e (at mark) bluequartz.org
Message-Id:  <45377D78.1070107 (at mark) enavn.com>
In-Reply-To:  <45376A2F.3090208 (at mark) enavn.com>
References:  <003501c6f10c$d17c3e80$3701a8c0 (at mark) lapxp> <45336F3B.90604 (at mark) enavn.com>	 <45372181.4020409 (at mark) enavn.com> <f29356150610190344o67a1c7b4nf150bd5676cb67c7 (at mark) mail.gmail.com> <45376A2F.3090208 (at mark) enavn.com>
X-Mail-Count: 07625

Okay - I have actually gotten this to work now, by fiddling a bit. Here 
is what I did.

Booted off the regular CentOs 4.3 install CD (stat still recognizes the 
drives !). Partition disks for raid. Installing a minimal server system.

Reboot.

When the server is up, put in the NuOnce CD
mount /dev/cdrom /mnt
cd /mnt/CentOS/RPMS
rpm -Uvh *.rpm --force
cp /mnt/PKGS /tmp/

reboot

When the server is up again:

cd /tmp/PKGS
for a in $(cat install.files) ; do
   /usr/sausalito/sbin/pkg_prepare -i -f ./$a
done
sh install.script

The go to http://ip/login and configure as you would normally do.

Phew - this has taken a while to figure out - maybe someone could tell 
me how to put this down on an installer CD?

Jes

Jes Kasper Klittum wrote:
> Hmmm....this also does not work - I am getting the same error about sda 
> not being found.
> 
> Okay - let me ask another question - will it be possible for me to make 
> a minimal install of CentOS and then put all the packages on it that are 
> on the Nuonce CD? Would this give me a similar install as the one the 
> installer would make?
> 
> I guess this is a question for Brian.
> 
> /Jes