Editing GhostBSD Users Handbook

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 87: Line 87:
 
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 [http://www.ghostbsd.org/download GhostBSD Download page].
 
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 [http://www.ghostbsd.org/download GhostBSD Download page].
  
===== Creating a bootable Memory Stick in FreeBSD or GhostBSD. =====
+
===== Creating a bootable Memory Stick in FreeBSD, Trident, or GhostBSD. =====
  
 
* ''Warning: The example below shows /dev/da0 as the target device where the image will be written. Be very careful that the correct device is used as the output target, or you may destroy existing data.
 
* ''Warning: The example below shows /dev/da0 as the target device where the image will be written. Be very careful that the correct device is used as the output target, or you may destroy existing data.
Line 93: Line 93:
 
The memory stick image has a .iso extension. The .iso file is not a regular file. It is an image of the complete contents of the memory stick. It cannot simply be copied like a regular file, but must be written directly to the target device with dd(1):
 
The memory stick image has a .iso extension. The .iso file is not a regular file. It is an image of the complete contents of the memory stick. It cannot simply be copied like a regular file, but must be written directly to the target device with dd(1):
 
<pre>
 
<pre>
dd if=/path/to/GhostBSD-20.03.iso of=/dev/da0 bs=1m
+
dd if=/path/to/GhostBSD18.10.iso of=/dev/da0 bs=1m
 
</pre>
 
</pre>
  

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)