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

Both sides previous revision Previous revision
Next revision
Previous revision
tips:openbsd:netboot_sparc [2010/01/08 08:27]
mattieu
tips:openbsd:netboot_sparc [2010/01/10 23:11] (current)
mattieu
Line 1: Line 1:
-==== Netboot OpenBSD/sparc ==== +====== Netboot OpenBSD/sparc ====== 
-=== Modify /etc/ethers === +===== Modify /etc/ethers ===== 
-''08:00:20:04:f1:bc moulinette'' +<file>08:00:20:04:f1:bc moulinette</file> 
-=== Modify /etc/hosts === +===== Modify /etc/hosts ===== 
-''172.16.3.254 moulinette'' +<file>172.16.3.254 moulinette</file> 
-=== Modify /etc/inetd.conf === +===== Modify /etc/inetd.conf ===== 
-Add tftpd in /tftpboot +Add tftpd in ''/tftpboot'': 
-=== Prepare the bootloader === +<file>tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot</file> 
-''# cp boot.net /tftpboot\\ +===== Prepare the bootloader ===== 
-$ echo 172.16.3.253 | awk -F . \ \+<code bash>$ sudo cp boot.net /tftpboot 
- '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }'\\ +$ echo 172.16.3.253 | awk -F . \ 
-ln -s boot.net AC1003FD.SUN4M\\''\\+ '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }' 
 +$ sudo ln -s boot.net AC1003FD.SUN4M</code> 
 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'' +<file>moulinette root=172.16.1.49:/export/sparc</file> 
-=== Prepare the bsd ramdisk === +===== Prepare the bsd ramdisk ===== 
-''# cp bsd.rd /export/sparc'' +<code bash>$ sudo cp bsd.rd /export/sparc</code> 
-=== Modify /etc/exports === +===== Modify /etc/exports ===== 
-''/export/sparc -maproot=root moulinette'' +<file>/export/sparc -maproot=root moulinette</file> 
-=== Start required services === +===== Start required services ===== 
-pkill -HUP inted\\ +<code bash>$ sudo pkill -HUP inted 
-portmap\\ +$ sudo portmap 
-mountd\\ +$ sudo mountd 
-nfsd -tun 4\\ +$ sudo nfsd -tun 4 
-rarpd bge0\\ +$ sudo rarpd bge0 
-rpc.bootparamd+$ sudo rpc.bootparamd</code> 
 +~~NOTOC~~
tips/openbsd/netboot_sparc.1262935624.txt.gz · Last modified: 2010/01/08 08:27 by mattieu