Editing Pre-installation Tasks

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 3: Line 3:
 
=== Back Up Your Data ===
 
=== Back Up Your Data ===
  
Be sure to back up all important data on the computer before installing GhostBSD. The GhostBSD installer will not provide a prompt before making changes to the hard disk drive. Once the process has started, changes to the hard disk drive cannot be undone.
+
Back up all important data on the target computer where GhostBSD will be installed. The GhostBSD installer will not ask before making changes to the disk, but once the process has started it cannot be undone.
  
 
=== Check for FreeBSD Errata ===
 
=== Check for FreeBSD Errata ===
  
GhostBSD is based on Trueos, and TrueOS is based on FreeBSD. Although the TrueOS Project strives to ensure that each release of TrueOS is as stable as possible, bugs occasionally creep into the process. On very rare occasions those bugs affect the installation process. As these problems are discovered and fixed, they are noted in [https://www.freebsd.org/releases/12.0R/errata.html ''12.0-RELEASE Errata'' page on the FreeBSD web site]. Check the errata before installing to make sure that there are no problems that might affect the installation.
+
GhostBSD is based on FreeBSD. Although the FreeBSD Project strives to ensure that each release of FreeBSD is as stable as possible, bugs occasionally creep into the process. On very rare occasions those bugs affect the installation process. As these problems are discovered and fixed, they are noted in [http://www.freebsd.org/releases/11.1R/errata.html ''11.1-RELEASE Errata'' page on the FreeBSD web site]. Check the errata before installing to make sure that there are no problems that might affect the installation.
  
 
=== Prepare the Installation Media ===
 
=== Prepare the Installation Media ===
  
The GhostBSD installation media is available as a <code>.iso</code> file. Copies of GhostBSD installation media are available for free at the [http://www.ghostbsd.org/download GhostBSD download page].
+
The GhostBSD installation media is available in <code>.iso</code> (DVD) or <code>.img</code> (USB flash drive) file formats. Copies of GhostBSD installation media are available for free at the [http://www.ghostbsd.org/download GhostBSD download page].
  
 
=== Creating a bootable USB Flash Drive ===
 
=== Creating a bootable USB Flash Drive ===
Line 17: Line 17:
 
==== Introduction ====
 
==== Introduction ====
  
After downloading the appropriate .iso file, copy it to a USB flash drive using one of the methods described below. Depending on the operating system, issue one of the following appropriate commands:
+
After downloading the appropriate USB .img file, you must copy it to a USB flash drive using one of the methods described below. Since the image itself can be slightly above 2 GB in size, we suggest you use at least a 4 GB flash drive.
 
+
==== On BSD ====
+
 
+
: <code>dd if=/path/to/GhostBSD19.04.iso of=/dev/da0 bs=4m conv=sync</code>
+
  
 
==== On Linux ====
 
==== On Linux ====
  
: <code>sudo dd if=GhostBSD19.04.iso of=/dev/sdf bs=4M conv=sync</code>
+
Depending on the image filename, issue one of the following commands:
 +
: <code>sudo dd if=GhostBSD11.1-mate-amd64.img of=/dev/sdf bs=1M conv=sync</code>
 +
or
 +
: <code>sudo dd if=GhostBSD11.1-xfce-amd64.img of=/dev/sdf bs=1M conv=sync</code>
  
==== On Mac ====
+
==== On BSD ====
  
: <code>dd if=/path/to/GhostBSD19.04.iso of=/dev/disk2 bs=10240 conv=sync</code>
+
Depending on the image filename, issue one of the following commands:
 +
: <code>dd if=/path/to/GhostBSD11.1-mate-amd64.img of=/dev/da0 bs=1m conv=sync</code>
 +
or
 +
: <code>dd if=/path/to/GhostBSD11.1-xfce-amd64.img of=/dev/da0 bs=1m conv=sync</code>
  
 
==== On Windows ====
 
==== On Windows ====
  
# Download the desired .iso file
+
This solution comes from [https://help.ubuntu.com/community/Installation/FromImgFiles#Windows Ubuntu help site], but it applies to GhostBSD as well. You can use one of two tools to create a bootable USB flash drive on Windows.
 +
 
 +
===== Graphical tool =====
 +
 
 +
# Download the desired .img file
 
# Download Disk Imager from http://sourceforge.net/projects/win32diskimager/
 
# Download Disk Imager from http://sourceforge.net/projects/win32diskimager/
 
# Insert your USB flash drive
 
# Insert your USB flash drive
Line 41: Line 47:
 
# Remove your USB flash drive when the operation is complete
 
# Remove your USB flash drive when the operation is complete
  
==== Other USB Flash writer tools for Windows ====
+
===== Command prompt tool =====
 
+
Balena Etcher  [https://etcher.io] works for Windows, MacOS, & Linux.
+
Rufus  [https://rufus.ie]  works just for Windows; needs a checkbox selected to do a pure write of .ISO image file.
+
  
==== ISO CD / DVD writer tool ====
+
# Download the desired .img file
ISORecorder  [http://isorecorder.alexfeinman.com/]  works from Windows Menu to write a .ISO file into a CD or DVD
+
# Download flashnul from http://shounen.ru/soft/flashnul
 +
# Attach your USB flash drive
 +
# Run flashnul -p
 +
# Note the physical device number for the USB drive
 +
# Run flashnul <number obtained in prior step> -L \path\to\downloaded.img
 +
# Answer "yes" if the selected destination device is correct
 +
# Remove your USB flash drive when the command completes
  
=== Conclusion ===
+
==== Conclusion ====
  
The steps described above will create a bootable GhostBSD system on a USB flash drive. To start a live session, connect the USB thumb drive into the computer and reboot the computer. Further information can be found [https://wiki.ghostbsd.org/index.php/Starting_GhostBSD_Live_Media here].
+
After completing the above steps, the USB flash drive should hold a bootable GhostBSD system. Just reboot your machine, and make sure you boot from USB - it should then start a live session.
  
 
[[Category:Handbook]]
 
[[Category:Handbook]]
 
[[Category:Installing GhostBSD]]
 
[[Category:Installing GhostBSD]]

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)