User Tools

Site Tools


tips:openbsd:netboot_vax

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_vax [2010/01/08 16:29]
mattieu
tips:openbsd:netboot_vax [2010/01/10 23:26] (current)
mattieu
Line 1: Line 1:
-==== Netboot OpenBSD/vax ==== +====== Netboot OpenBSD/vax ====== 
-=== Find the MAC address === +===== Find the MAC address ===== 
-''>> TEST 50'' +<code>>> TEST 50</code> 
-=== Modify /etc/ethers === +===== Modify /etc/ethers ===== 
-''08:00:2b:1b:2a:cf sacoche'' +<file>08:00:2b:1b:2a:cf sacoche</file> 
-=== Modify /etc/hosts === +===== Modify /etc/hosts ===== 
-''172.16.3.254 sacoche'' +<file>172.16.3.254 sacoche</file> 
-=== Prepare the boot loader === +===== Modify /etc/inetd.conf ===== 
-''# cp boot.mop /tftpboot/mop/08002b1b2acf.SYS'' +Add tftpd in /tftpboot: 
-=== Modify /etc/exports === +<file>tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot</file> 
-''/export/vax -maproot=root sacoche'' +===== Prepare the boot loader ===== 
-=== Prepare the bsd ramdisk === +<code bash>$ sudo cp boot.mop /tftpboot/mop/08002b1b2acf.SYS</code> 
-''# cp bsd.rd /export/vax'' +===== Modify /etc/exports ===== 
-=== Modify /etc/bootparams === +<file>/export/vax -maproot=root sacoche</file> 
-sacoche root=192.168.3.1:/export/vax +===== Prepare the bsd ramdisk ===== 
-=== Start required services === +<code bash>$ sudo cp bsd.rd /export/vax</code> 
-portmap\\ +===== Modify /etc/bootparams ===== 
-mountd\\ +<file>sacoche root=192.168.3.1:/export/vax</file> 
-nfsd -tun 4\\ +===== Start required services ===== 
-rarpd ne3\\ +<code bash>$ sudo pkill -HUP inetd 
-rpc.bootparamd\\ +$ sudo portmap 
-mopd ne3+$ sudo mountd 
 +$ sudo nfsd -tun 4 
 +$ sudo rarpd ne3 
 +$ sudo rpc.bootparamd 
 +$ sudo mopd ne3</code> 
 +~~NOTOC~~
tips/openbsd/netboot_vax.1262964589.txt.gz · Last modified: 2010/01/08 16:29 by mattieu