[BACK]Return to 41.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/41.html, Revision 1.33

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 4.1 Release</title>
                      5: <link rev=made href="mailto:www@openbsd.org">
                      6: <meta name="resource-type" content="document">
                      7: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
                      8: <meta name="description" content="OpenBSD 4.1">
                      9: <meta name="keywords" content="openbsd,main">
                     10: <meta name="distribution" content="global">
1.11      david      11: <meta name="copyright" content="This document copyright 2007 by OpenBSD.">
1.1       deraadt    12: </head>
                     13:
                     14: <body bgcolor="#ffffff" text="#000000" link="#24248E">
                     15:
                     16: <a href="index.html">
                     17: <img alt="[OpenBSD]" height="30" width="141" hspace="24" src="images/smalltitle.gif" border="0"></a>
                     18: <hr>
                     19:
                     20: <p>
                     21: <a href="images/XXX.jpg">
                     22: <img align="left" width="227" height="343" hspace="24" vspace="30"
                     23: src="images/XXX.jpg" alt="OpenBSD 4.1 logo"></a>
                     24: <h2><font color="#0000e0">The OpenBSD 4.1 Release:</font></h2>
                     25: <p>
1.11      david      26: To be released May 1, 2007<br>
1.1       deraadt    27: Copyright 1997-2007, Theo de Raadt.<br>
                     28: <font color="#e00000">ISBN 978-0-9731791-9-4</font>
                     29: <br>
                     30: <a href="lyrics.html#41">4.1 Song: (not yet announced)</a>
                     31: <p>
                     32:
                     33: <a href="#new">What's New</a><br>
                     34: <a href="#install">How to install</a><br>
                     35: <a href="#upgrade">How to upgrade</a><br>
                     36: <a href="#ports">How to use the ports tree</a><br>
                     37: <a href="orders.html">Ordering a CD set</a><br>
                     38:
                     39: <p>
                     40: <h3><font color="#0000e0">
                     41: To get the files for this release:
                     42: <ul>
                     43: <li>Order a CDROM from our <a href="orders.html">ordering system</a>.
                     44: <li>See the information on <a href="ftp.html">The FTP page</a> for
                     45:     a list of mirror machines.
                     46: <li>Go to the <font color="#e00000">pub/OpenBSD/4.1/</font> directory on
                     47:     one of the mirror sites.
                     48: <li>Briefly read the rest of this document.
1.10      deraadt    49: <li>Have a look at <a href="errata41.html">The 4.1 Errata page</a> for a list
1.1       deraadt    50:     of bugs and workarounds.
1.9       deraadt    51: <li>See a <a href="plus41.html">detailed log of changes</a> between the
1.1       deraadt    52:     4.0 and 4.1 releases.
                     53: </ul>
                     54: </font></h3>
                     55: <br clear=all>
                     56:
                     57: <strong>Note:</strong> All applicable copyrights and credits can be found
                     58: in the applicable file sources found in the files src.tar.gz, sys.tar.gz,
                     59: XF4.tar.gz, or in the files fetched via ports.tar.gz.  The distribution
                     60: files used to build packages from the ports.tar.gz file are not included on
                     61: the CDROM because of lack of space.
                     62: <p>
                     63:
                     64: <a name="new"></a>
                     65: <hr>
                     66: <p>
                     67: <h3><font color="#0000e0">What's New</font></h3>
                     68: <p>
                     69: This is a partial list of new features and systems included in OpenBSD 4.1.
1.9       deraadt    70: For a comprehensive list, see the <a href="plus41.html">changelog</a> leading
1.1       deraadt    71: to 4.1.
                     72: <p>
                     73:
                     74: <ul>
                     75:
                     76: <li>New/extended platforms:
                     77: <ul>
1.4       dlg        78: <li><a href="landisk.html">OpenBSD/landisk</a>.<br>
1.2       deraadt    79:     Various SH4-based appliances, made by IO-Data and resold by Plextor.
1.1       deraadt    80: <li><a href="sparc64.html">OpenBSD/sparc64</a>.<br>
1.31      kettenis   81:     UltraSPARC III based machines are now supported even better, and
                     82:     run at full speed now!
1.1       deraadt    83: </ul>
                     84: <p>
                     85:
1.6       deraadt    86: <li>Removed platforms:
                     87: <ul>
                     88: <li><a href="cats.html">OpenBSD/cats</a>.<br>
1.14      henning    89:     Because the machines are very hard to find, and the developers
1.6       deraadt    90:     hate them.
                     91: </ul>
                     92: <p>
                     93:
1.1       deraadt    94: <li>Improved hardware support, including:
                     95: <ul>
1.7       dlg        96: <li>New USB client controller support:
                     97: <ul>
                     98: <li>Support for the USB client functionality in the
1.28      henning    99: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pxaudc&amp;sektion=4&amp;arch=zaurus">pxaudc(4)</a> driver on the Zaurus.
1.7       dlg       100: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbf&amp;sektion=4">usbf(4)</a> midlayer for USB Client controllers.
                    101: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdcef&amp;sektion=4">cdcef(4)</a> driver for providing a CDCE function on USB client controllers.
                    102: </ul>
1.8       dlg       103: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cas&amp;sektion=4">cas(4)</a> driver for Sun Cassini 10/100/Gigabit Ethernet devices.
1.12      jsg       104: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uow&amp;sektion=4">uow(4)</a> driver for Maxim/Dallas DS2490 USB 1-Wire devices.
1.13      jsg       105: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=owsbm&amp;sektion=4">owsbm(4)</a> driver for 1-Wire smart battery monitor devices.
1.12      jsg       106: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=zyd&amp;sektion=4">zyd(4)</a> driver for ZyDAS ZD1211/ZD1211B USB IEEE 802.11b/g wireless network devices.
                    107: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=moscom&amp;sektion=4">moscom(4)</a> driver for MosChip Semiconductor MCS7703 based USB serial adapters.
                    108: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glxsb&amp;sektion=4&amp;arch=i386">glxsb(4)</a> driver for AMD Geode LX Security Block devices.
                    109: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&amp;sektion=4">vic(4)</a> driver for VMware VMXnet Virtual Interface Controllers.
                    110: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malo&amp;sektion=4">malo(4)</a> driver for  Marvell Libertas IEEE 802.11b/g wireless network devices.
                    111: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwdog&amp;sektion=4">pwdog(4)</a> driver for Quancom PWDOG1 watchdog timer devices.
                    112: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uberry&amp;sektion=4">uberry(4)</a> driver for Research In Motion Blackberry devices.
                    113: <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbg&amp;sektion=4">mbg(4)</a> driver for Meinberg Funkuhren radio clocks.
1.33    ! kettenis  114: <li>Improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=msk&amp;sektion=4">msk(4)</a> driver now supports many more Marvell Yukon-2 variants including dual port cards and fiber cards.
1.1       deraadt   115: </ul>
                    116: <p>
                    117:
                    118: <li>New tools:
                    119: <ul>
1.27      henning   120: <li>...
1.1       deraadt   121: </ul>
                    122: <p>
                    123:
                    124: <li>New functionality:
                    125: <ul>
1.27      henning   126: <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&amp;sektion=8">syslogd(8)</a>
                    127:     can now pipe logs directly to other programs, making real-time log analysis easier.
1.21      henning   128: <li>the IP_RECVTTL
1.30      henning   129: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&amp;sektion=4">ip(4)</a>
1.21      henning   130: socket option allows programs to receive the incoming ttl on raw and udp sockets.
                    131: <li>the IP_MINTTL
1.30      henning   132: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&amp;sektion=4">ip(4)</a>
1.21      henning   133: socket option allows programs to ask the kernel to discard any packets with a ttl
1.29      henning   134: smaller than the given one, for implementing the IP TTL security hack aka the Generalized
1.21      henning   135: TTL Security Mechanism specified in RFC 3682.
1.23      henning   136: <li>multiple, independent routing tables, with
1.30      henning   137: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.23      henning   138: acting as selector.
1.30      henning   139: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&amp;sektion=8">route(8)</a>
1.23      henning   140: can be told which table to work with now, and routing daemons have been modified to
                    141: cope as well.
                    142: <li>the
1.30      henning   143: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflog&amp;sektion=4">pflog(4)</a>
1.23      henning   144: interface is now clonable.
1.30      henning   145: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.23      henning   146: can log to multiple pflog interfaces now, each rule can specify which pflog interface
                    147: to log to.
1.30      henning   148: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pflogd&amp;sektion=8">pflogd(8)</a> and
                    149: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spamlogd&amp;sektion=8">spamlogd(8)</a>
1.23      henning   150: can now be told which pflog interface to work with.
                    151: <li>the
1.30      henning   152: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&amp;sektion=4">pfsync(4)</a>
1.23      henning   153: interface is now clonable as well, thus only there when actually needed.
1.24      henning   154: <li>
1.30      henning   155: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&amp;sektion=8">pfctl(8)</a>
1.24      henning   156: can now expire table entries.
                    157: <li>allow
1.30      henning   158: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.29      henning   159: rules inside anchors to have their counters reset, and make counter read &amp; reset an
1.24      henning   160: atomic operation.
                    161: <li>
1.30      henning   162: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sensorsd&amp;sektion=8">sensorsd(8)</a>
1.24      henning   163: dampens status changes now, thus not alerting for a single wrong sensor read, since many
                    164: sensors lie once in a while.
1.1       deraadt   165: </ul>
                    166: <p>
                    167:
1.23      henning   168:
                    169:
1.1       deraadt   170: <li>Assorted improvements and code cleanup:
                    171: <ul>
1.25      otto      172: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&amp;sektion=8">fsck_ffs(8)</a>
                    173: command has been improved to be more robust to various forms of inode and
                    174: superblock corruption.
                    175: <li>The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=top&amp;sektion=1">top(1)</a>
                    176: command got some new ways of filtering the display.
1.1       deraadt   177: </ul>
                    178: <p>
                    179:
                    180: <li>Install/Upgrade process changes
                    181: <ul>
1.5       deraadt   182: <li>...
1.1       deraadt   183: </ul>
                    184: <p>
                    185:
1.11      david     186: <li>OpenSSH 4.6:
1.1       deraadt   187: <ul>
1.5       deraadt   188: <li>...
1.1       deraadt   189: </ul>
                    190: <p>
                    191:
1.17      henning   192: <li>OpenBGPD 4.1:
                    193: <ul>
1.19      henning   194: <li>fixes for sessions with tcp md5sig and ipsec. now sessions can be migrated from and to any
                    195:     form of ipsec and tcpmd5 with just a simple <em>bgpctl reload</em>, and the session migrates
                    196:     the next time it gets established.
1.22      henning   197: <li>include file support in the config parser
                    198: <li>bgpd can use the new IP_MINTTL socket option to implement the ttl security mechanism
1.17      henning   199: </ul>
                    200: <p>
                    201:
                    202: <li>OpenOSPFD 4.1:
                    203: <ul>
                    204: <li>...
                    205: </ul>
                    206: <p>
                    207:
                    208: <li>OpenDVMRPD 4.1:
                    209: <ul>
                    210: <li>...
                    211: </ul>
                    212: <p>
                    213:
                    214: <li>OpenRIPD 4.1:
                    215: <ul>
                    216: <li>...
                    217: </ul>
                    218: <p>
                    219:
                    220: <li>OpenNTPD 4.1:
                    221: <ul>
1.18      henning   222: <li>greatly improved support for timedelta sensors
1.20      henning   223: <li>ntpd now uses a strictly monotonically increasing time (uptime, basically) for its internal
1.29      henning   224:     timers, so setting the system clock doesn't influence query rates, trust levels, etc. any more.
1.17      henning   225: </ul>
                    226: <p>
                    227:
1.11      david     228: <li>Over 4200 ports, NNNN pre-built packages, improved package tools.
1.1       deraadt   229: <p>
                    230:
                    231: <li>As usual, steady improvements in manual pages and other documentation.
                    232: <p>
                    233:
                    234: <li>The system includes the following major components from outside suppliers:
                    235: <ul>
                    236: <li>X.Org 6.9.0 (+ patches, and i386 contains XFree86 3.3.6 servers
                    237: (+ patches) for legacy chipsets not supported by X.Org)
                    238: <li>Gcc 2.95.3
                    239: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    240: and 3.3.5
                    241: (+ <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc-local&amp;sektion=1">patches</a>)
                    242: <li>Perl 5.8.8 (+ patches)
1.15      henning   243: <li>our improved and secured version of Apache 1.3, with SSL/TLS and DSO support
1.1       deraadt   244: <li>OpenSSL 0.9.7j (+ patches)
                    245: <li>Groff 1.15
1.11      david     246: <li>Sendmail 8.14.0, with libmilter
                    247: <li>Bind 9.3.4 (+ patches)
1.1       deraadt   248: <li>Lynx 2.8.5rel.4 with HTTPS and IPv6 support (+ patches)
                    249: <li>Sudo 1.6.8p9
                    250: <li>Ncurses 5.2
                    251: <li>Latest KAME IPv6
                    252: <li>Heimdal 0.7.2 (+ patches)
                    253: <li>Arla 0.35.7
                    254: <li>Binutils 2.15 (+ patches)
                    255: <li>Gdb 6.3 (+ patches)
                    256: </ul>
                    257: <p>
                    258:
                    259: </ul>
                    260:
                    261: <a name="install"></a>
                    262: <hr>
                    263: <p>
                    264: <h3><font color="#0000e0">How to install</font></h3>
                    265: <p>
                    266: Following this are the instructions which you would have on a piece of
                    267: paper if you had purchased a CDROM set instead of doing an alternate
                    268: form of install.  The instructions for doing an FTP (or other style
                    269: of) install are very similar; the CDROM instructions are left intact
                    270: so that you can see how much easier it would have been if you had
                    271: purchased a CDROM instead.
                    272: <p>
                    273:
                    274: <hr>
                    275: Please refer to the following files on the three CDROMs or FTP mirror for
                    276: extensive details on how to install OpenBSD 4.1 on your machine:
                    277: <p>
                    278: <ul>
                    279: <li>CD1:4.1/i386/INSTALL.i386
                    280: <p>
                    281: <li>CD2:4.1/amd64/INSTALL.amd64
                    282: <li>CD2:4.1/macppc/INSTALL.macppc
                    283: <p>
                    284: <li>CD3:4.1/sparc/INSTALL.sparc
                    285: <li>CD3:4.1/sparc64/INSTALL.sparc64
                    286: <p>
                    287: <li>FTP:.../OpenBSD/4.1/alpha/INSTALL.alpha
                    288: <li>FTP:.../OpenBSD/4.1/armish/INSTALL.armish
                    289: <li>FTP:.../OpenBSD/4.1/hp300/INSTALL.hp300
                    290: <li>FTP:.../OpenBSD/4.1/hppa/INSTALL.hppa
1.3       deraadt   291: <li>FTP:.../OpenBSD/4.1/landisk/INSTALL.landisk
1.1       deraadt   292: <li>FTP:.../OpenBSD/4.1/luna88k/INSTALL.luna88k
                    293: <li>FTP:.../OpenBSD/4.1/mac68k/INSTALL.mac68k
                    294: <li>FTP:.../OpenBSD/4.1/mvme68k/INSTALL.mvme68k
                    295: <li>FTP:.../OpenBSD/4.1/mvme88k/INSTALL.mvme88k
                    296: <li>FTP:.../OpenBSD/4.1/sgi/INSTALL.sgi
                    297: <li>FTP:.../OpenBSD/4.1/vax/INSTALL.vax
                    298: <li>FTP:.../OpenBSD/4.1/zaurus/INSTALL.zaurus
                    299: </ul>
                    300: <hr>
                    301:
                    302: <p>
                    303: Quick installer information for people familiar with OpenBSD, and the
                    304: use of the "disklabel -E" command.  If you are at all confused when
                    305: installing OpenBSD, read the relevant INSTALL.* file as listed above!
                    306: <p>
                    307:
                    308: <h3><font color="#e00000">OpenBSD/i386:</font></h3>
                    309: <ul>
                    310: Play with your BIOS options to enable booting from a CD. The OpenBSD/i386
                    311: release is on CD1. If your BIOS does not support booting from CD, you will need
                    312: to create a boot floppy to install from. To create a boot floppy write
                    313: <i>CD1:4.1/i386/floppy41.fs</i> to a floppy and boot via the floppy drive.
                    314:
                    315: <p>
                    316: Use <i>CD1:4.1/i386/floppyB41.fs</i> instead for greater SCSI controller
                    317: support, or <i>CD1:4.1/i386/floppyC41.fs</i> for better laptop support.
                    318:
                    319: <p>
                    320: If you can't boot from a CD or a floppy disk,
                    321: you can install across the network using PXE as described in
                    322: the included INSTALL.i386 document.
                    323:
                    324: <p>
                    325: If you are planning on dual booting OpenBSD with another OS, you will need to
                    326: read INSTALL.i386.
                    327:
                    328: <p>
                    329: To make a boot floppy under MS-DOS, use the &quot;rawrite&quot; utility located
                    330: at <i>CD1:4.1/tools/rawrite.exe</i>. To make the boot floppy under a Unix OS,
                    331: use the
                    332: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>
                    333: utility. The following is an example usage of
                    334: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&amp;sektion=1">dd(1)</a>,
                    335: where the device could be &quot;floppy&quot;, &quot;rfd0c&quot;, or
                    336: &quot;rfd0a&quot;.
                    337:
                    338: <ul><pre>
                    339: # <strong>dd if=&lt;file&gt; of=/dev/&lt;device&gt; bs=32k</strong>
                    340: </pre></ul>
                    341:
                    342: <p>
                    343: Make sure you use properly formatted perfect floppies with NO BAD BLOCKS or
                    344: your install will most likely fail. For more information on creating a boot
                    345: floppy and installing OpenBSD/i386 please refer to
                    346: <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    347: </ul>
                    348:
                    349: <p>
                    350: <h3><font color="#e00000">OpenBSD/amd64:</font></h3>
                    351: <ul>
                    352: The 4.1 release of OpenBSD/amd64 is located on CD2.
                    353: Boot from the CD to begin the install - you may need to adjust
                    354: your BIOS options first.
                    355: If you can't boot from the CD, you can create a boot floppy to install from.
                    356: To do this, write <i>CD2:4.1/amd64/floppy41.fs</i> to a floppy, then
                    357: boot from the floppy drive.
                    358:
                    359: <p>
                    360: If you can't boot from a CD or a floppy disk,
                    361: you can install across the network using PXE as described in the included
                    362: INSTALL.amd64 document.
                    363:
                    364: <p>
                    365: If you are planning to dual boot OpenBSD with another OS, you will need to
                    366: read INSTALL.amd64.
                    367: </ul>
                    368:
                    369: <p>
                    370: <h3><font color="#e00000">OpenBSD/macppc:</font></h3>
                    371: <ul>
                    372: Put CD2 in your CDROM drive and poweron your machine while holding down the
                    373: <i>C</i> key until the display turns on and shows <i>OpenBSD/macppc boot</i>.
                    374:
                    375: <p>
                    376: Alternatively, at the Open Firmware prompt, enter <i>boot cd:,ofwboot
                    377: /4.1/macppc/bsd.rd</i>
                    378: </ul>
                    379:
                    380: <p>
                    381: <h3><font color="#e00000">OpenBSD/sparc:</font></h3>
                    382: <ul>
                    383: The 4.1 release of OpenBSD/sparc is located on CD3. To boot off of this CD you
                    384: can use one of the two commands listed below, depending on the version of your
                    385: ROM.
                    386:
                    387: <ul><pre>
                    388: ok <strong>boot cdrom 4.1/sparc/bsd.rd</strong>
                    389: or
                    390: &gt; <strong>b sd(0,6,0)4.1/sparc/bsd.rd</strong>
                    391: </pre></ul>
                    392:
                    393: <p>
                    394: If your SPARC system does not have a CD drive, you can alternatively boot from floppy.
                    395: To do so you need to write <i>CD3:4.1/sparc/floppy41.fs</i> to a floppy.
                    396: For more information see <a href="faq/faq4.html#MkFlop">FAQ 4.3.1</a>.
                    397: To boot from the floppy use one of the two commands listed below,
                    398: depending on the version of your ROM.
                    399:
                    400: <ul><pre>
                    401: ok <strong>boot floppy</strong>
                    402: or
                    403: &gt; <strong>b fd()</strong>
                    404: </pre></ul>
                    405:
                    406: <p>
                    407: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    408: will most likely fail.
                    409:
                    410: <p>
                    411: If your SPARC system doesn't have a floppy drive nor a CD drive, you can either
                    412: setup a bootable tape, or install via network, as told in the
                    413: INSTALL.sparc file.
                    414: </ul>
                    415:
                    416: <p>
                    417: <h3><font color="#e00000">OpenBSD/sparc64:</font></h3>
                    418: <ul>
                    419: Put CD3 in your CDROM drive and type <i>boot cdrom</i>.
                    420:
                    421: <p>
                    422: If this doesn't work, or if you don't have a CDROM drive, you can write
                    423: <i>CD3:4.1/sparc64/floppy41.fs</i> or <i>CD3:4.1/sparc64/floppyB41.fs</i>
                    424: (depending on your machine) to a floppy and boot it with <i>boot
                    425: floppy</i>. Refer to INSTALL.sparc64 for details.
                    426:
                    427: <p>
                    428: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    429: will most likely fail.
                    430:
                    431: <p>
                    432: You can also write <i>CD3:4.1/sparc64/miniroot41.fs</i> to the swap partition on
                    433: the disk and boot with <i>boot disk:b</i>.
                    434:
                    435: <p>
                    436: If nothing works, you can boot over the network as described in INSTALL.sparc64.
                    437: </ul>
                    438:
                    439: <p>
                    440: <h3><font color="#e00000">OpenBSD/alpha:</font></h3>
                    441: <ul>
                    442: <p>Write <i>FTP:4.1/alpha/floppy41.fs</i> or
                    443: <i>FTP:4.1/alpha/floppyB41.fs</i> (depending on your machine) to a diskette and
                    444: enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
                    445:
                    446: <p>
                    447: Make sure you use a properly formatted floppy with NO BAD BLOCKS or your install
                    448: will most likely fail.
                    449:
                    450: </ul>
                    451:
                    452: <p>
                    453: <h3><font color="#e00000">OpenBSD/armish:</font></h3>
                    454: <ul>
                    455: <p>
                    456: After connecting a serial port, Thecus can boot directly from the network
                    457: either tftp or http. Configure the network using fconfig, reset,
                    458: then load bsd.rd, see INSTALL.armish for specific details.
                    459: IOData HDL-G can only boot from an EXT-2 partition. Boot into linux
                    460: and copy 'boot' and bsd.rd into the first partition on wd0 (hda1)
                    461: then load and run bsd.rd, preserving the wd0i (hda1) ext2fs partition.
                    462: More details are available in INSTALL.armish.
                    463: </ul>
                    464:
                    465: <p>
1.3       deraadt   466: <h3><font color="#e00000">OpenBSD/hp300:</font></h3>
1.1       deraadt   467: <ul>
                    468: <p>
1.3       deraadt   469: Boot over the network by following the instructions in INSTALL.hp300.
1.1       deraadt   470: </ul>
                    471:
                    472: <p>
1.3       deraadt   473: <h3><font color="#e00000">OpenBSD/hppa:</font></h3>
1.1       deraadt   474: <ul>
                    475: <p>
1.3       deraadt   476: Boot over the network by following the instructions in INSTALL.hppa or the
                    477: <a href="hppa.html#install">hppa platform page</a>.
1.1       deraadt   478: </ul>
                    479:
                    480: <p>
1.3       deraadt   481: <h3><font color="#e00000">OpenBSD/landisk:</font></h3>
1.1       deraadt   482: <ul>
1.11      david     483: <p>
1.3       deraadt   484: Write <i>CD3:4.1/landisk/miniroot41.fs</i> to the start of the CF
                    485: or disk, and boot normally.
1.1       deraadt   486: </ul>
                    487:
                    488: <p>
                    489: <h3><font color="#e00000">OpenBSD/luna88k:</font></h3>
                    490: <ul>
                    491: <p>
                    492: Copy bsd.rd to a Mach or UniOS partition, and boot it from the PROM.
                    493: Alternatively, you can create a bootable tape and boot from it. Refer to
                    494: the instructions in INSTALL.luna88k for more details.
                    495: </ul>
                    496:
                    497: <p>
                    498: <h3><font color="#e00000">OpenBSD/mac68k:</font></h3>
                    499: <ul>
                    500: <p>
                    501: Boot MacOS as normal and extract the Macside "BSD/Mac68k Booter" utility from
                    502: <i>FTP:4.1/mac68k/utils</i> onto your hard disk.  Configure the "BSD/Mac68k
                    503: Booter" with the location of your bsd.rd kernel and boot into the installer.
                    504: Refer to the instructions in INSTALL.mac68k for more details.
                    505: </ul>
                    506:
                    507: <p>
                    508: <h3><font color="#e00000">OpenBSD/mvme68k:</font></h3>
                    509: <ul>
                    510: <p>
                    511: You can create a bootable installation tape or boot over the network.<br>
                    512: The network boot requires a MVME68K BUG version that supports the <i>NIOT</i>
                    513: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme68k
                    514: for more details.
                    515: </ul>
                    516:
                    517: <p>
                    518: <h3><font color="#e00000">OpenBSD/mvme88k:</font></h3>
                    519: <ul>
                    520: <p>
                    521: You can create a bootable installation tape or boot over the network.<br>
                    522: The network boot requires a MVME88K BUG version that supports the <i>NIOT</i>
                    523: and <i>NBO</i> debugger commands. Follow the instructions in INSTALL.mvme88k
                    524: for more details.
                    525: </ul>
                    526:
                    527: <p>
                    528: <h3><font color="#e00000">OpenBSD/sgi:</font></h3>
                    529: <ul>
                    530: <p>
                    531: Burn cd41.iso on a CD-R, put it in the CD drive of your machine and
                    532: select <i>Install System Software</i> from the System Maintenance menu.
                    533:
                    534: <p>
                    535: If your machine doesn't have a CD drive, you can
                    536: setup a DHCP/tftp network server, and boot using "bootp()/bsd.rd".
                    537: Refer to the instructions in INSTALL.sgi for more details.
                    538: </ul>
                    539:
                    540: <p>
                    541: <h3><font color="#e00000">OpenBSD/vax:</font></h3>
                    542: <ul>
                    543: Boot over the network via mopbooting as described in INSTALL.vax.
                    544: </ul>
                    545:
                    546: <p>
                    547: <h3><font color="#e00000">OpenBSD/zaurus:</font></h3>
                    548: <ul>
                    549: <p>
                    550: Using the Linux built-in graphical ipkg installer, install the
                    551: openbsd41_arm.ipk package.  Reboot, then run it.  Read INSTALL.zaurus
                    552: for a few important details.
                    553: </ul>
                    554:
                    555: <p>
                    556: <h3><font color="#e00000">Notes about the source code:</font></h3>
                    557: <ul>
                    558: src.tar.gz contains a source archive starting at /usr/src.  This file
                    559: contains everything you need except for the kernel sources, which are
                    560: in a separate archive.  To extract:
                    561: <p>
                    562: <ul><pre>
                    563: # <strong>mkdir -p /usr/src</strong>
                    564: # <strong>cd /usr/src</strong>
                    565: # <strong>tar xvfz /tmp/src.tar.gz</strong>
                    566: </pre></ul>
                    567: <p>
                    568: sys.tar.gz contains a source archive starting at /usr/src/sys.
                    569: This file contains all the kernel sources you need to rebuild kernels.
                    570: To extract:
                    571: <p>
                    572: <ul><pre>
                    573: # <strong>mkdir -p /usr/src/sys</strong>
                    574: # <strong>cd /usr/src</strong>
                    575: # <strong>tar xvfz /tmp/sys.tar.gz</strong>
                    576: </pre></ul>
                    577: <p>
                    578: Both of these trees are a regular CVS checkout.  Using these trees it
                    579: is possible to get a head-start on using the anoncvs servers as
                    580: described <a href="anoncvs.html">here</a>.
                    581: Using these files
                    582: results in a much faster initial CVS update than you could expect from
                    583: a fresh checkout of the full OpenBSD source tree.
                    584: <p>
                    585: </ul>
                    586:
                    587: <a name="upgrade"></a>
                    588: <hr>
                    589: <p>
                    590: <h3><font color="#0000e0">How to upgrade</font></h3>
                    591: <p>
                    592: If you already have an OpenBSD 4.0 system, and do not want to reinstall,
                    593: upgrade instructions and advice can be found in the
                    594: <a href="faq/upgrade41.html">Upgrade Guide</a>.
                    595:
                    596: <a name="ports"></a>
                    597: <hr>
                    598: <p>
                    599: <h3><font color="#0000e0">Ports Tree</font></h3>
                    600: <p>
                    601: A ports tree archive is also provided.  To extract:
                    602: <p>
                    603: <ul><pre>
                    604: # <strong>cd /usr</strong>
                    605: # <strong>tar xvfz /tmp/ports.tar.gz</strong>
                    606: # <strong>cd ports</strong>
                    607: </pre></ul>
                    608: <p>
                    609: The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
                    610: read the <a href="ports.html">ports</a> page
                    611: if you know nothing about ports
                    612: at this point.  This text is not a manual of how to use ports.
                    613: Rather, it is a set of notes meant to kickstart the user on the
                    614: OpenBSD ports system.
                    615: <p>
                    616: The <i>ports/</i> directory represents a CVS (see the manpage for
                    617: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">
                    618: cvs(1)</a> if
                    619: you aren't familiar with CVS) checkout of our ports.  As with our complete
                    620: source tree, our ports tree is available via anoncvs.  So, in
                    621: order to keep current with it, you must make the <i>ports/</i> tree
                    622: available on a read-write medium and update the tree with a command
                    623: like:
                    624: <p>
                    625: <ul><pre>
1.11      david     626: # <strong>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_4_1</strong>
1.1       deraadt   627: </pre></ul>
                    628: <p>
                    629: [Of course, you must replace the local directory and server name here
                    630: with the location of your ports collection and a nearby anoncvs
                    631: server.]
                    632: <p>
                    633: Note that most ports are available as packages through FTP. Updated
                    634: packages for the 4.1 release will be made available if problems arise.
                    635: <p>
                    636: If you're interested in seeing a port added, would like to help out, or just
                    637: would like to know more, the mailing list ports@openbsd.org is a good
                    638: place to know.
                    639: <p>
                    640:
                    641: <hr>
                    642: <a href="index.html"><img height="24" width="24" src="back.gif" border="0"
                    643: alt="OpenBSD"></a>
                    644: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
                    645: <br><small>
1.33    ! kettenis  646: $OpenBSD: 41.html,v 1.32 2007/03/06 23:37:34 kettenis Exp $
1.1       deraadt   647: </small>
                    648:
                    649: </body>
                    650: </html>