<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="generator" content="HTML Tidy, see www.w3.org" /> <title>FreeBSD 8.4-RELEASE Installation Instructions</title> <meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79" /> <link rel="STYLESHEET" type="text/css" href="docbook.css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body class="article" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF"> <div class="ARTICLE"> <div class="TITLEPAGE"> <h1 class="title"><a id="AEN2" name="AEN2">FreeBSD 8.4-RELEASE Installation Instructions</a></h1> <h3 class="corpauthor">The FreeBSD Project</h3> <p class="copyright">Copyright © 2013 The FreeBSD Documentation Project</p> <p class="pubdate">$FreeBSD: releng/8.4/release/doc/en_US.ISO8859-1/installation/article.xml 249128 2013-04-05 04:08:03Z hrs $<br /> </p> <div class="legalnotice"><a id="trademarks" name="trademarks"></a> <p>FreeBSD is a registered trademark of the FreeBSD Foundation.</p> <p>Intel, Celeron, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries.</p> <p>SPARC, SPARC64, SPARCengine, and UltraSPARC are trademarks of SPARC International, Inc in the United States and other countries. SPARC International, Inc owns all of the SPARC trademarks and under licensing agreements allows the proper use of these trademarks by its members.</p> <p>Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the “™” or the “�” symbol.</p> </div> <hr /> </div> <blockquote class="ABSTRACT"> <div class="abstract"><a id="AEN16" name="AEN16"></a> <p>This article gives some brief instructions on installing FreeBSD 8.4-RELEASE and upgrading the systems running earlier releases.</p> </div> </blockquote> <div class="sect1"> <hr /> <h2 class="sect1"><a id="install" name="install">1 Installing FreeBSD</a></h2> <p>For instructions on installing FreeBSD, please see Chapter 2 of The FreeBSD Handbook. It provides a complete installation walk-through for users new to FreeBSD, and can be found online at: <a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html" target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html</a></p> </div> <div class="sect1"> <hr /> <h2 class="sect1"><a id="upgrade" name="upgrade">2 Upgrading FreeBSD</a></h2> <div class="sect2"> <h3 class="sect2"><a id="AEN24" name="AEN24">2.1 Upgrading from Source</a></h3> <p>The procedure for doing a source code based update is 	described in 	<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html" target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a> and 	<a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html" target="_top">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook//makeworld.html</a>.</p> <p>The branch tag to use for updating the source is 	<tt class="literal">RELENG_8_4</tt> for CVS. For SVN use 	<tt class="filename">releng/8.4</tt>.</p> </div> <div class="sect2"> <hr /> <h3 class="sect2"><a id="AEN32" name="AEN32">2.2 Upgrading Using “FreeBSD Update”</a></h3> <p>The <a href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.4-RELEASE"> <span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> utility supports binary 	upgrades of i386 and amd64 systems running 	earlier FreeBSD releases. Systems running 	<tt class="literal">7.[01234]-RELEASE</tt>, 	<tt class="literal">8.[0123]-RELEASE</tt>, 	<tt class="literal">8.4-BETA1</tt>, or 	<tt class="literal">8.4-RC[12]</tt> can upgrade as follows:</p> <pre class="screen"> <samp class="prompt">#</samp> freebsd-update upgrade -r 8.4-RELEASE </pre> <p>During this process, FreeBSD Update may ask the user to 	help by merging some configuration files or by confirming that 	the automatically performed merging was done correctly.</p> <pre class="screen"> <samp class="prompt">#</samp> freebsd-update install </pre> <p>The system must be rebooted with the newly installed 	kernel before continuing.</p> <pre class="screen"> <samp class="prompt">#</samp> shutdown -r now </pre> <p>After rebooting, <a href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.4-RELEASE"> <span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> needs to be run 	again to install the new userland components:</p> <pre class="screen"> <samp class="prompt">#</samp> freebsd-update install </pre> <p>At this point, users of systems being upgraded from 	FreeBSD 7.4-RELEASE or earlier will be prompted by 	freebsd-update to rebuild all third-party applications (e.g., 	ports installed from the ports tree) due to updates in system 	libraries.</p> <p>After updating installed third-party applications (and 	again, only if <a href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.4-RELEASE"> <span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> printed a message 	indicating that this was necessary), run 	<a href="http://www.FreeBSD.org/cgi/man.cgi?query=freebsd-update&sektion=8&manpath=FreeBSD+8.4-RELEASE"> <span class="citerefentry"><span class="refentrytitle">freebsd-update</span>(8)</span></a> again so that it can delete the old (no 	longer used) system libraries:</p> <pre class="screen"> <samp class="prompt">#</samp> freebsd-update install </pre> <p>Finally, reboot into 8.4-RELEASE</p> <pre class="screen"> <samp class="prompt">#</samp> shutdown -r now </pre> </div> </div> </div> <hr /> <p align="center"><small>This file, and other release-related documents, can be downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p> <p align="center"><small>For questions about FreeBSD, read the <a href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting <<a href="mailto:questions@FreeBSD.org">questions@FreeBSD.org</a>>.</small></p> <p align="center"><small>For questions about this documentation, e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</small></p> </body> </html>