Re: hp700 newbie trying to netboot

Jochen Kunz <[email protected]> Thu, 25 Aug 2005 19:44:42 +0200
Newsgroups gmane.os.netbsd.ports.hp700
Message-ID <[email protected]>
On Thu, 25 Aug 2005 09:46:19 -0700
Andy Ruhl <[email protected]> wrote:

> I'm not 100% sure on this, but I'm trying to netboot and I'm getting:
> 
> IPL error: bad LIF magic.
> 
> I think this means I need a kernel of a special format, but I can't
> find one and what I'm reading isn't clear on telling me how to make
> one, if I need to make one.
You need to load (via tftp on new, via rbootd on old machines) a kernel
that is wraped into a LIF image together with the boot loader. You can
do this wrapping yourself when you build the NetBSD tools: Add
.../tooldir/bin to $PATH and run somthing like
nbhp700-mkboot /nfsroot/NetBSD/hp700/usr/mdec/boot netbsd \
	/tftpboot/netbsd.lif

.../usr/mdec/boot is the boot loader, base.tgz contains it.
netbsd is the ELF kernel image. e.g. ungzip netbsd-GENERIC.gz from the
distribution files...
.../netbsd.lif is the target file.

> I'm using the stuff from the latest snapshot right now, is there a LIF
> image in there that I'm not seeing?
You should be able to use:
ftp://ftp.de.netbsd.org/pub/NetBSD-daily/HEAD/200508190000Z/hp700/installation/netinstall.lif
-- 


tschüß,
       Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/