This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tips:openbsd:netboot_sparc [2010/01/09 00:48] mattieu |
tips:openbsd:netboot_sparc [2010/01/10 23:11] (current) mattieu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Netboot OpenBSD/ | ====== Netboot OpenBSD/ | ||
| ===== Modify /etc/ethers ===== | ===== Modify /etc/ethers ===== | ||
| - | '' | + | < |
| ===== Modify /etc/hosts ===== | ===== Modify /etc/hosts ===== | ||
| - | '' | + | < |
| ===== Modify / | ===== Modify / | ||
| - | Add tftpd in /tftpboot | + | Add tftpd in '' |
| + | < | ||
| ===== Prepare the bootloader ===== | ===== Prepare the bootloader ===== | ||
| - | ''# | + | <code bash>$ sudo cp boot.net /tftpboot |
| - | $ echo 172.16.3.253 | awk -F . \ \\ | + | $ echo 172.16.3.253 | awk -F . \ |
| - | '{ printf " | + | '{ printf " |
| - | # ln -s boot.net AC1003FD.SUN4M\\'' | + | $ sudo ln -s boot.net AC1003FD.SUN4M</ |
| Use tcpdump to find the suffix. | Use tcpdump to find the suffix. | ||
| ===== Modify / | ===== Modify / | ||
| - | '' | + | < |
| ===== Prepare the bsd ramdisk ===== | ===== Prepare the bsd ramdisk ===== | ||
| - | ''# | + | <code bash>$ sudo cp bsd.rd / |
| ===== Modify / | ===== Modify / | ||
| - | '' | + | < |
| ===== Start required services ===== | ===== Start required services ===== | ||
| - | ''# | + | <code bash>$ sudo pkill -HUP inted |
| - | # portmap\\ | + | $ sudo portmap |
| - | # mountd\\ | + | $ sudo mountd |
| - | # nfsd -tun 4\\ | + | $ sudo nfsd -tun 4 |
| - | # rarpd bge0\\ | + | $ sudo rarpd bge0 |
| - | # rpc.bootparamd'' | + | $ sudo rpc.bootparamd</ |
| + | ~~NOTOC~~ | ||