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
Last revision Both sides next revision
tips:openbsd:netboot_sparc64 [2010/01/08 16:33]
mattieu
tips:openbsd:netboot_sparc64 [2010/01/09 01:03]
mattieu
Line 1: Line 1:
-==== Netboot OpenBSD/sparc64 ==== +====== Netboot OpenBSD/sparc64 ====== 
-=== Modify /etc/ethers ===+===== Modify /etc/ethers =====
 ''08:00:20:91:c4:b8 deboite'' ''08:00:20:91:c4:b8 deboite''
-=== Modify /etc/hosts ===+===== Modify /etc/hosts =====
 ''172.16.3.254 deboite'' ''172.16.3.254 deboite''
-=== Modify /etc/inetd.conf ===+===== Modify /etc/inetd.conf =====
 Add tftpd in /tftpboot Add tftpd in /tftpboot
-=== Prepare the boot loader ===+===== Prepare the boot loader =====
 ''# cp ofwboot.net /tftpboot \\ ''# 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'' # ln -s ofwboot.net AC1003FE''
-=== Modify /etc/bootparams ===+===== Modify /etc/bootparams =====
 ''deboite root=172.16.1.49:/export/sparc64'' ''deboite root=172.16.1.49:/export/sparc64''
-=== Prepare the bsd ramdisk ===+===== Prepare the bsd ramdisk =====
 ''# cp bsd.rd /export/sparc64'' ''# cp bsd.rd /export/sparc64''
-=== Modify /etc/exports ===+===== Modify /etc/exports =====
 ''/export/sparc64 -maproot=root deboite'' ''/export/sparc64 -maproot=root deboite''
-=== start required services ===+===== start required services =====
 ''# pkill -HUP inetd\\ ''# pkill -HUP inetd\\
 # portmap\\ # portmap\\
Line 24: Line 24:
 # rarpd bge0\\ # rarpd bge0\\
 # rpc.bootparamd'' # rpc.bootparamd''
 +~~NOTOC~~
tips/openbsd/netboot_sparc64.txt · Last modified: 2010/01/10 23:21 by mattieu