Subject: Re: Fresh NetBSD/sparc snapshot
To: None <port-sparc@netbsd.org>
From: Peter Yoo <pyoo@mipos2.intel.com>
List: port-sparc
Date: 06/27/1999 10:35:20
Thanks for the info.  After I install correct bootstrap software, my machine 
boots just fine.  However, it's giving me libutil.so.5 not found when I try to 
boot multi-user, and I found out :

# ls -l libutil.so*
lrwxr-xr-x  1 root  wheel     14 Jun 20 11:32 libutil.so -> libutil.so.5.1
lrwxr-xr-x  1 root  wheel     14 Jun 20 11:32 libutil.so.5 -> libutil.so.5.1
-r--r--r--  1 root  wheel  24643 May 26 03:50 libutil.so.5.0

I had to re link libutil.so and libutil.so.5 to libutil.so.5.0 to get it to 
work.

Is this a 19990620 snapshot error or am I just missing libutil.so.5.1 file?  
I've checked all of my tar files but couldn't find libutil.so.5.1.

Thanks.

	Peter.


> > Rebooting with command : netbsd.GENERIC -s
> > Boot device: /sbus/esp@0,800000/sd@0,0   File and args: netbsd.GENERIC -s
> > >> NetBSD/sparc Secondary Boot, Revision 1.8
> > >> (pk@flambard, Sat May  8 21:54:06 MEST 1999)
> > Booting netbsd.GENERIC @ 0x4000
> > Bad format
> > Program terminated
> 
> You are using a boot program (note the date) that does not know how
> to load ELF kernels.
> 
> > Now, I can still boot up with 19990620 boot-floppy to access the disk but I 
> > don't really know how to fix this.
> 
> There is no `19990620 boot-floppy' -- at least not in the snapshot
> that I uploaded -- so I suspect you are using the 1.4 release image
> which also explains the installation of the older boot program.
> 
> Since you can go to single-user from a network boot, you can:
> 
> 	mount /dev/sd0a /mnt
> 	cd /usr/mdec; ./binstall ffs /mnt
> 
> assuming `/usr/mdec' contents from the latest snapshot. If the latter
> isn't the case, I suggest you copy the snapshot's miniroot image
> to `/dev/rsd0b', boot it and fix up the boot program from there
> (see also the install docs for details).
> 
> -pk