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:39]
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> 
-=== 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 boot.mop /tftpboot/mop/08002b1b2acf.SYS'' +===== Prepare the boot loader ===== 
-=== Modify /etc/exports === +<code bash>$ sudo cp boot.mop /tftpboot/mop/08002b1b2acf.SYS</code> 
-''/export/vax -maproot=root sacoche'' +===== Modify /etc/exports ===== 
-=== Prepare the bsd ramdisk === +<file>/export/vax -maproot=root sacoche</file> 
-''# cp bsd.rd /export/vax'' +===== Prepare the bsd ramdisk ===== 
-=== Modify /etc/bootparams === +<code bash>$ sudo cp bsd.rd /export/vax</code> 
-''sacoche root=192.168.3.1:/export/vax'' +===== Modify /etc/bootparams ===== 
-=== Start required services === +<file>sacoche root=192.168.3.1:/export/vax</file> 
-''# pkill -HUP inetd +===== Start required services ===== 
-portmap\\ +<code bash>$ sudo pkill -HUP inetd 
-mountd\\ +$ sudo portmap 
-nfsd -tun 4\\ +$ sudo mountd 
-rarpd ne3\\ +$ sudo nfsd -tun 4 
-rpc.bootparamd\\ +$ sudo rarpd ne3 
-mopd ne3''+$ sudo rpc.bootparamd 
 +$ sudo mopd ne3</code> 
 +~~NOTOC~~
tips/openbsd/netboot_vax.1262965177.txt.gz · Last modified: 2010/01/08 16:39 by mattieu