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/09 00:58]
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
 +<file>tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot</file>
 ===== Prepare the boot loader ===== ===== Prepare the boot loader =====
-''# cp boot.mop /tftpboot/mop/08002b1b2acf.SYS''+<code bash>$ sudo cp boot.mop /tftpboot/mop/08002b1b2acf.SYS</code>
 ===== Modify /etc/exports ===== ===== Modify /etc/exports =====
-''/export/vax -maproot=root sacoche''+<file>/export/vax -maproot=root sacoche</file>
 ===== Prepare the bsd ramdisk ===== ===== Prepare the bsd ramdisk =====
-''# cp bsd.rd /export/vax''+<code bash>$ sudo cp bsd.rd /export/vax</code>
 ===== Modify /etc/bootparams ===== ===== Modify /etc/bootparams =====
-''sacoche root=192.168.3.1:/export/vax''+<file>sacoche root=192.168.3.1:/export/vax</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 ne3\\ +$ sudo rarpd ne3 
-rpc.bootparamd\\ +$ sudo rpc.bootparamd 
-mopd ne3''+$ sudo mopd ne3</code> 
 +~~NOTOC~~
tips/openbsd/netboot_vax.1262995097.txt.gz · Last modified: 2010/01/09 00:58 by mattieu