Subject: Re: Unable to boot from Mylex RAID card
To: Makoto Fujiwara <makoto@ki.nu>
From: Daniel Eggert <danieleggert@mac.com>
List: port-macppc
Date: 09/04/2002 06:50:02
On Wednesday, Sep 04, 2002, at 03:11PM, Makoto Fujiwara <makoto@ki.nu> wrote:
>
>Your bootxx runs fine,
>Daniel> OF_open bootpath=/bandit/dac960
>Daniel> read stage 2 blocks: 01234567. done!
>Daniel> starting stage 2...
>
>But it is failing after control is being passed to ofwboot,
>Nothing valid PowerPC instruction is there ( may be 0x60000 )
>
>Daniel> DEFAULT CATCH!, code=FFF007==
>Daniel> ok
>
>This is saying
>bootxx does not have the right sector number where /boot
>placed. It should be handled at installboot time.
>
>Sorry for that's all I know now,
That's quite a lot, I'd say. I'm impressed.
>Is there really nothing after # installboot -v line ?
>-v meant something verbose info displayed.
>
Sorry. Of course there is:
# cd /usr/mdec
# /usr/sbin/installboot -v -t ffs /dev/rld0a bootxx /boot
File system: /dev/rld0a
File system type: ffs (blocksize 8192, needswap 0)
Primary bootstrap: bootxx
Secondary bootstrap: /boot
Bootstrap start sector: 4
Bootstrap byte count: 1764
Bootstrap block table: 118 entries of 8192 bytes available, 8 used: 30592 30608 30625 30640 30656 30672 30688 13278
Writing bootstrap
# reboot
I hope this helps you helping me.
I've been wondering, if the problem is caused by the fact, that I'm running it from the CD.
Daniel