[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/NetBSD/NetBSD-release-9/src/sys/arch/sun68k/stand/
 
Current bandwidth utilization 1554.63 Mbit/s
Bandwidth utilization bar
Contents of README:
/*	$NetBSD: README,v 1.1 2001/06/14 12:57:12 fredette Exp $ */

The sun bootblocks are split into two parts: a small 1st-level program that
gets written right after the superblock in a partition (and is hence limited
in size to SBSIZE - DEV_BSIZE bytes), and a 2nd-level program that resides
in the filesystem proper.

The 1st-level program is loaded into memory by the PROM. It loads the second
stage program from a set of filesystem block numbers that are hard-coded
into it by the `installboot' program. The prototype code for the 1st-level
bootblocks are in `bootxx'.

The 2nd-level program (`ufsboot') is normally installed in the root FS
as `/ufsboot'. It uses the device drivers in the PROM and the stand-alone
filesystem code in `libsa.a' to locate and load the kernel.

Use the following command to install the 1st-level bootblocks in the
root filesystem (on `sd0a') using the file `/boot' as the second level
boot program:

	mount /dev/sd0a /mnt
	cd /usr/mdec
	cp -p ufsboot /mnt/ufsboot
	sync ; sleep 1 ; sync
	./installboot -v /mnt/ufsboot bootxx /dev/rsd0a

The above only works with securelevel <= 0 (see init.8 manual).

Status:

netboot works.

bootxx, installboot are tested and working.  It would be nice if
installboot would find the inumber for the 2nd stage boot program
without having the filesystem mounted so this command can work
with securelevel==1 (the default).  Doing this requies adding
code to read and do a directory lookup in the root...


Icon  Name                                             Last modified      Size  
[DIR] Parent Directory - [DIR] CVS/ 06-May-2024 05:08 - [DIR] bootxx/ 14-Feb-2024 19:50 - [DIR] bootyy/ 14-Feb-2024 19:50 - [DIR] libsa/ 14-Feb-2024 19:50 - [DIR] netboot/ 14-Feb-2024 19:50 - [DIR] tapeboot/ 14-Feb-2024 19:50 - [DIR] ufsboot/ 14-Feb-2024 19:50 - [   ] Makefile 11-Dec-2005 13:19 147 [TXT] Makefile.inc 03-Sep-2016 17:18 1.6K [TXT] README 14-Jun-2001 14:57 1.4K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!