www.freebsd.org Open in urlscan Pro
147.28.184.45  Public Scan

URL: https://www.freebsd.org/releases/14.2R/installation/
Submission: On December 03 via api from UA — Scanned from PL

Form analysis 1 forms found in the DOM

Name: search-formGET https://duckduckgo.com/

<form method="get" id="search-form" action="https://duckduckgo.com/" onsubmit="document.getElementById('words').value+=' site:FreeBSD.org'" name="search-form"><input type="hidden" name="ka" value="v">
  <input type="hidden" name="kt" value="v"> <input type="hidden" name="kh" value="1"> <input type="hidden" name="kj" value="r2">
  <input id="words" name="q" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search" placeholder="Search"> <input id="submit" name="submit" type="submit" value="Search">
</form>

Text Content

Donate to FreeBSD

 * Home

 * About
   * Introduction
   * Features
   * Privacy Policy
   * Projects
   * Ports

 * Get FreeBSD
   * Release Information
   * Release Engineering

 * Documentation
   * FAQ
   * Handbook
   * Porter's Handbook
   * Developer's Handbook
   * Committer's Guide
   * Manual Pages
   * Presentations and Papers
   * Documentation Project Primer
   * All Books and Articles

 * Community
   * Mailing Lists
   * Forums
   * User Groups
   * Events
   * FreeBSD Journal
   * Q&A (external)

 * Developers
   * Project Ideas
   * Git Repository
   * GitHub Mirror
   * Code Review (Phabricator)
   * Wiki
   * Continuous Integration Service

 * Support
   * Vendors
   * Security Information
   * Bug Reports
   * Submitting Bug Reports
   * Web Resources

 * Foundation
   * Monetary Donations
   * Hardware Donations

 * Get FreeBSD
 * Release Information
   * Production Release:
     13.3
   * Production Release:
     13.4
   * Production Release:
     14.1
 * Snapshot Releases
   * Upcoming Release:
     14.2
   * Upcoming Release:
     13.5
 * Ported Applications


FREEBSD 14.2-RELEASE INSTALLATION INSTRUCTIONS


ABSTRACT

This article gives some brief instructions on installing FreeBSD 14.2-RELEASE
and upgrading the systems running earlier releases.


TABLE OF CONTENTS

 * Installing FreeBSD

 * Upgrading FreeBSD


INSTALLING FREEBSD

The Installing FreeBSD chapter of the FreeBSD Handbook provides more in-depth
information about the installation program itself, including a guided
walk-through with screenshots.


UPGRADING FREEBSD

If you are upgrading from a previous release of FreeBSD, please read the
upgrading section in the Release Notes for notable incompatibilities carefully.


UPGRADING FROM SOURCE

The procedure for doing a source code based update is described in Updating
FreeBSD from Source.

For Git use the releng/14.2 branch which will be where any upcoming Security
Advisories or Errata Notices will be applied.


UPGRADING USING "FREEBSD UPDATE"

The freebsd-update(8) utility supports binary upgrades of amd64, arm64, and i386
systems running earlier FreeBSD releases. Systems running 13.4-RELEASE or
14.1-RELEASE can upgrade as follows:

# freebsd-update fetch
# freebsd-update install

Now the freebsd-update(8) utility can fetch bits belonging to 14.2-RELEASE.
During this process freebsd-update(8) will ask for help in merging configuration
files.

# freebsd-update upgrade -r 14.2-RELEASE
# freebsd-update install

The system must now be rebooted with the newly installed kernel before the
non-kernel components are updated.

# shutdown -r now

After rebooting, freebsd-update(8) needs to be run again to install the new
userland components:

# freebsd-update install

At this point, users of systems being upgraded from earlier FreeBSD releases
will be prompted by freebsd-update(8) to rebuild or reinstall all third-party
applications (e.g., ports installed from the ports tree or packages installed by
pkg(8)) due to updates in system libraries.

After updating installed third-party applications (and again, only if
freebsd-update(8) printed a message indicating that this was necessary), run
freebsd-update(8) again so that it can delete the old (no longer used) system
libraries:

# freebsd-update install

Finally, reboot into a fully 14.2-RELEASE system:

# shutdown -r now

--------------------------------------------------------------------------------

Last modified on: November 26, 2024 by Colin Percival

Legal Notices | © 1995-2024 The FreeBSD Project All rights reserved. The mark
FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The
FreeBSD Project with the permission of The FreeBSD Foundation. Contact