User Tools

Site Tools


tips:openbsd:netboot_sparc64

Differences

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

Link to this comparison view

Next revision
Previous revision
tips:openbsd:netboot_sparc64 [2010/01/08 08:29]
mattieu created
tips:openbsd:netboot_sparc64 [2010/01/10 23:21] (current)
mattieu
Line 1: Line 1:
-==== Netboot OpenBSD/sparc64 ==== +====== Netboot OpenBSD/sparc64 ====== 
-=== Modify /etc/ethers === +===== Modify /etc/ethers ===== 
-08:00:20:91:c4:b8 deboite +<file>08:00:20:91:c4:b8 deboite</file> 
-=== Modify /etc/hosts === +===== Modify /etc/hosts ===== 
-172.16.3.254 deboite +<file>172.16.3.254 deboite</file> 
-=== Modify /etc/inetd.conf === +===== Modify /etc/inetd.conf ===== 
-Add tftpd in /tftpboot +Add tftpd in ''/tftpboot'': 
-=== Prepare the boot loader === +<file>tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot</file> 
-''# cp ofwboot.net /tftpboot \\ +===== Prepare the boot loader ===== 
-$ echo 172.16.3.254 | awk -F . \ \+<code bash>$ sudo cp ofwboot.net /tftpboot  
- '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }'\\ +$ echo 172.16.3.254 | awk -F . \ 
-ln -s ofwboot.net AC1003FE'' + '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }' 
-=== Modify /etc/bootparams === +$ sudo ln -s ofwboot.net AC1003FE</code> 
-''deboite root=172.16.1.49:/export/sparc64'' +===== Modify /etc/bootparams ===== 
-=== Prepare the bsd ramdisk === +<file>deboite root=172.16.1.49:/export/sparc64</file> 
-''# cp bsd.rd /export/sparc64'' +===== Prepare the bsd ramdisk ===== 
-=== Modify /etc/exports === +<code bash>$ sudo cp bsd.rd /export/sparc64</code> 
-''/export/sparc64 -maproot=root deboite'' +===== Modify /etc/exports ===== 
-=== start required services === +<file>export/sparc64 -maproot=root deboite</file> 
-pkill -HUP inetd\\ +===== start required services ===== 
-portmap\\ +<code bash>$ sudo pkill -HUP inetd 
-mountd\\ +$ sudo portmap 
-nfsd -tun 4\\ +$ sudo mountd 
-rarpd bge0\\ +$ sudo nfsd -tun 4 
-rpc.bootparamd+$ sudo rarpd bge0 
 +$ sudo rpc.bootparamd</code> 
 +~~NOTOC~~
tips/openbsd/netboot_sparc64.1262935797.txt.gz · Last modified: 2010/01/08 08:29 by mattieu