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

Both sides previous revision Previous revision
Next revision
Previous revision
tips:openbsd:netboot_sparc64 [2010/01/09 00:57]
mattieu
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'': 
 +<file>tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot</file>
 ===== Prepare the boot loader ===== ===== Prepare the boot loader =====
-''# cp ofwboot.net /tftpboot \\ +<code bash>$ sudo cp ofwboot.net /tftpboot  
-$ echo 172.16.3.254 | awk -F . \ \+$ echo 172.16.3.254 | awk -F . \ 
- '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }'\\ + '{ printf "%02X%02X%02X%02X\n", $1, $2, $3 ,$4 }' 
-ln -s ofwboot.net AC1003FE''+$ sudo ln -s ofwboot.net AC1003FE</code>
 ===== Modify /etc/bootparams ===== ===== Modify /etc/bootparams =====
-''deboite root=172.16.1.49:/export/sparc64''+<file>deboite root=172.16.1.49:/export/sparc64</file>
 ===== Prepare the bsd ramdisk ===== ===== Prepare the bsd ramdisk =====
-''# cp bsd.rd /export/sparc64''+<code bash>$ sudo cp bsd.rd /export/sparc64</code>
 ===== Modify /etc/exports ===== ===== Modify /etc/exports =====
-''/export/sparc64 -maproot=root deboite''+<file>export/sparc64 -maproot=root deboite</file>
 ===== start required services ===== ===== start required services =====
-''# pkill -HUP inetd\\ +<code bash>$ sudo pkill -HUP inetd 
-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_sparc64.1262995029.txt.gz · Last modified: 2010/01/09 00:57 by mattieu