Difference between revisions of "Pre-installation Tasks"
Line 21: | Line 21: | ||
==== On Linux ==== | ==== On Linux ==== | ||
− | Depending on the | + | Depending on the image filename, issue one of the following commands: |
− | : <code>sudo dd if=GhostBSD11.1- | + | : <code>sudo dd if=GhostBSD11.1-mate-amd64.img of=/dev/sdf bs=1M conv=sync</code> |
or | or | ||
− | : <code>sudo dd if=GhostBSD11.1- | + | : <code>sudo dd if=GhostBSD11.1-xfce-amd64.img of=/dev/sdf bs=1M conv=sync</code> |
==== On BSD ==== | ==== On BSD ==== | ||
− | Depending on the | + | Depending on the image filename, issue one of the following commands: |
− | : <code>dd if=/path/to/GhostBSD11.1- | + | : <code>dd if=/path/to/GhostBSD11.1-mate-amd64.img of=/dev/da0 bs=1m conv=sync</code> |
or | or | ||
− | : <code>dd if=/path/to/ | + | : <code>dd if=/path/to/GhostBSD11.1-xfce-amd64.img of=/dev/da0 bs=1m conv=sync</code> |
==== On Windows ==== | ==== On Windows ==== |
Revision as of 18:59, 24 July 2018
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 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
The GhostBSD installation media is available in .iso
(DVD) or .img
(USB flash drive) file formats. Copies of GhostBSD installation media are available for free at the GhostBSD download page.
Creating a bootable USB Flash Drive
Introduction
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 Linux
Depending on the image filename, issue one of the following commands:
-
sudo dd if=GhostBSD11.1-mate-amd64.img of=/dev/sdf bs=1M conv=sync
or
-
sudo dd if=GhostBSD11.1-xfce-amd64.img of=/dev/sdf bs=1M conv=sync
On BSD
Depending on the image filename, issue one of the following commands:
-
dd if=/path/to/GhostBSD11.1-mate-amd64.img of=/dev/da0 bs=1m conv=sync
or
-
dd if=/path/to/GhostBSD11.1-xfce-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 USB flash drive on Windows.
Graphical tool
- Download the desired .img file
- Download Disk Imager from http://sourceforge.net/projects/win32diskimager/
- Insert your USB flash drive
- Note the drive letter assigned to your flash media
- Start Disk Imager
- Select the downloaded file and target device, and click "Write"
- Remove your USB flash drive when the operation is complete
Command prompt tool
- Download the desired .img file
- 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
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.