User Tools

Site Tools


tips:openbsd:netboot_sparc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
tips:openbsd:netboot_sparc [2010/01/08 08:19]
mattieu created
tips:openbsd:netboot_sparc [2010/01/09 01:03]
mattieu
Line 1: Line 1:
-==== Netboot OpenBSD/sparc ==== +====== Netboot OpenBSD/sparc ====== 
-=== Modify /etc/ethers ===+===== Modify /etc/ethers =====
 ''08:00:20:04:f1:bc moulinette'' ''08:00:20:04:f1:bc moulinette''
-=== Modify /etc/hosts ===+===== Modify /etc/hosts =====
 ''172.16.3.254 moulinette'' ''172.16.3.254 moulinette''
-=== Modify /etc/inetd.conf ===+===== Modify /etc/inetd.conf =====
 Add tftpd in /tftpboot Add tftpd in /tftpboot
-=== Prepare the bootloader ===+===== Prepare the bootloader =====
 ''# cp boot.net /tftpboot\\ ''# cp boot.net /tftpboot\\
 $ echo 172.16.3.253 | awk -F . \ \\ $ echo 172.16.3.253 | awk -F . \ \\
  '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }'\\  '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }'\\
-# ln -s boot.net AC1003FD.SUN4M\\''\\+# ln -s boot.net AC1003FD.SUN4M\\'' 
 Use tcpdump to find the suffix. Use tcpdump to find the suffix.
-=== Modify /etc/bootparams ===+===== Modify /etc/bootparams =====
 ''moulinette root=172.16.1.49:/export/sparc'' ''moulinette root=172.16.1.49:/export/sparc''
-=== Prepare the bsd ramdisk ===+===== Prepare the bsd ramdisk =====
 ''# cp bsd.rd /export/sparc'' ''# cp bsd.rd /export/sparc''
-=== Modify /etc/exports ===+===== Modify /etc/exports =====
 ''/export/sparc -maproot=root moulinette'' ''/export/sparc -maproot=root moulinette''
-=== Services to start === +===== Start required services ===== 
-# pkill -HUP inted\\+''# pkill -HUP inted\\
 # portmap\\ # portmap\\
 # mountd\\ # mountd\\
 # nfsd -tun 4\\ # nfsd -tun 4\\
 # rarpd bge0\\ # rarpd bge0\\
-# rpc.bootparamd+# rpc.bootparamd'' 
 +~~NOTOC~~
tips/openbsd/netboot_sparc.txt · Last modified: 2010/01/10 23:11 by mattieu