Difference between revisions of "Pre-installation Tasks"

From GhostBSD Wiki
Jump to: navigation, search
(On Linux)
(On BSD)
Line 29: Line 29:
  
 
Depending on the architecture, you might want to issue one of the following commands:
 
Depending on the architecture, you might want to issue one of the following commands:
: <code>dd if=/path/to/GhostBSD10.1-RELEASE-i386.img of=/dev/da0 bs=1m conv=sync</code>
+
: <code>dd if=/path/to/GhostBSD10.3-RELEASE-i386.img of=/dev/da0 bs=1m conv=sync</code>
 
or
 
or
: <code>dd if=/path/to/GhostBSD10.1-RELEASE-amd64.img of=/dev/da0 bs=1m conv=sync</code>
+
: <code>dd if=/path/to/GhostBSD10.3-RELEASE-amd64.img of=/dev/da0 bs=1m conv=sync</code>
  
 
==== On Windows ====
 
==== On Windows ====

Revision as of 09:41, 7 June 2017

Previous: Hardware Requirements Return to Table of Contents Next: VirtualBox Configuration
Pre-installation Tasks


Back Up Your Data

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

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 10.0-RELEASE Errata page on the FreeBSD web site and 10.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

The installation system for GhostBSD can be downloaded for free. GhostBSD is available in .iso (CD DVD) or .img (USB stick and flash drive) file extension. Copies of GhostBSD installation media are available at the GhostBSD download page.

Creating a bootable Memory Stick.

Introduction

After downloading the appropriate USB .img file, you must copy it to a pendrive 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 pendrive.

On Linux

Depending on the architecture, you might want to issue one of the following commands:

sudo dd if=GhostBSD10.3-RELEASE-i386.img of=/dev/sdf bs=1M conv=sync

or

sudo dd if=GhostBSD10.3-RELEASE-amd64.img of=/dev/sdf bs=1M conv=sync

On BSD

Depending on the architecture, you might want to issue one of the following commands:

dd if=/path/to/GhostBSD10.3-RELEASE-i386.img of=/dev/da0 bs=1m conv=sync

or

dd if=/path/to/GhostBSD10.3-RELEASE-amd64.img of=/dev/da0 bs=1m conv=sync

On Windows

This solution comes from Ubuntu help site, but it applies to GhostBSD as well. You can use one of two tools to create a bootable pendrive on Windows.

Graphical tool
  1. Download the desired .img file
  2. Download Disk Imager from http://sourceforge.net/projects/win32diskimager/
  3. Insert your flash media
  4. Note the drive letter assigned to your flash media
  5. Start Disk Imager
  6. Select the downloaded file and target device, and click "Write"
  7. Remove your flash media when the operation is complete
Command prompt tool
  1. Download the desired .img file
  2. Download flashnul from http://shounen.ru/soft/flashnul
  3. Attach your USB drive
  4. Run flashnul -p
  5. Note the physical device number for the USB drive
  6. Run flashnul <number obtained in prior step> -L \path\to\downloaded.img
  7. Answer "yes" if the selected destination device is correct
  8. Remove your USB drive when the command completes

Conclusion

After completing the above steps, the pendrive should hold a bootable GhostBSD system. Just reboot your machine and make sure you boot from the USB - it should then start a live session.