Jens wrote:

> Just out of curiosity, what exactly did you do?


-- snip from kickstart --
# manually isntall grub
cat >/tmp/grub.txt <<EOF
root (hd0,0)
geometry (hd0)
setup (hd0)
geometry (hd1)
setup (hd1)
quit
EOF

grub --batch </tmp/grub.txt 2>&1 | tee /root/grub-install.txt
-- end snip --

Now that I thought about it I never did have a disk failure
so I didn't actually test it.. BUT without doing that usually
the system would not boot after installation(would hang
where grub would normally pop up). The hang only occurred when
installing onto software raid.

nate



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to