POWER3 / IBM 7028-6E1

Milan Obuch freebsd-ppc at dino.sk
Tue Jan 10 13:54:54 UTC 2012


On Mon, 9 Jan 2012 20:09:08 -0800
Lyubomir Grigorov <lyubomir at grigorovl.eu> wrote:

> > I then threw in some random commands at the OF prompt:
> 
> I also tried these with no success:
> 
> 0 > boot cd,\boot\loader Unable to use memory at load-base
>  ok
> 0 > boot cd:,\boot\loader Unable to use memory at load-base
>  ok
> 0 > boot cd:,\ppc\chrp\loader Unable to use memory at load-base
>  ok
> 0 > boot cd:\ppc\chrp\loader Unable to use memory at load-base
>  ok
> 0 > boot &device;:&partition;,\ppc\chrp\loader Unable to use memory
> at load- base
>  ok
> 
> So I suppose some verbosity is needed to see why the initial try
> fails.
> 

All your commands are failing for the same reason - load-base points to
memory which boot command can't use. Write printenv to find where
(actually you will see more variables, not just load-base, and both
current and default values), and eventually with setenv load-base
0xabcdefgh you could change it.

As I know nothing about your hardware (actually being new to powerpc
platform too, working with some Apple hardware a bit), I have no other
recommendations for you. There could be even some memory problem, but
this is just a wild uneducated guess.

Regards,
Milan


More information about the freebsd-ppc mailing list