tips:openbsd:netboot_sparc64
This is an old revision of the document!
Netboot OpenBSD/sparc64
Modify /etc/ethers
08:00:20:91:c4:b8 deboite
Modify /etc/hosts
172.16.3.254 deboite
Modify /etc/inetd.conf
Add tftpd in /tftpboot
Prepare the boot loader
# cp ofwboot.net /tftpboot
$ echo 172.16.3.254 | awk -F . \
'{ printf “%02X%02X%02X%02X\n”, $1, $2, $3 ,$4 }'
# ln -s ofwboot.net AC1003FE
Modify /etc/bootparams
deboite root=172.16.1.49:/export/sparc64
Prepare the bsd ramdisk
# cp bsd.rd /export/sparc64
Modify /etc/exports
/export/sparc64 -maproot=root deboite
start required services
# pkill -HUP inetd
# portmap
# mountd
# nfsd -tun 4
# rarpd bge0
# rpc.bootparamd
tips/openbsd/netboot_sparc64.1262935797.txt.gz · Last modified: by mattieu
