Skip to content

Commit 752b035

Browse files
authored
Merge pull request #82 from Izder456/master
Various fixes for correctness in user/installation-guide/getting-started.md
2 parents 9916c0e + 6b00f6d commit 752b035

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

user/installation-guide/getting-started.md

+21-9
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ GhostBSD is available for general use.
77

88
## System requirements
99

10-
* 2 GHz dual core Intel/ARM 64-bit processor
11-
* 4 GiB RAM (system memory for physical and viritualized installs)
10+
* 2 GHz dual core Intel/AMD 64-bit processor
11+
* 4 GiB RAM (system memory for physical and virtualized installs)
1212
* VGA capable of 1024x768 screen resolution
1313
* Network connection
1414
* 15 GiB of storage
@@ -37,30 +37,40 @@ Not all networking devices may be supported by GhostBSD yet. In those cases, you
3737

3838
The **GhostBSD** ISO image is available for download [here](https://www.ghostbsd.org/download).
3939

40-
Experimental development images are available for download [here](https://download.ghostbsd.org/development/amd64/latest/).
40+
~~Experimental development images are available for download [here](https://download.ghostbsd.org/development/amd64/latest/).~~
4141

4242
## Creating a bootable USB flash drive
4343

4444
After downloading the appropriate ISO image, copy it to a USB flash drive using one of the methods described below.
4545

4646
**Please Note**:
47-
* GhostBSD-YY.MM.DD.iso represents the current GhostBSD ISO, for example, GhostBSD-23.06.18.iso.
47+
* GhostBSD-YY.PP-RXX.YpL.iso represents the current GhostBSD ISO, for example, GhostBSD-25.01-R14.2p2.iso.
4848
* Likewise, X is a number or letter that will change based on the number of drives attached to the computer, for example, /dev/da-1 or /dev/sdb.
4949
* It may also be necessary to run the commands below as root using a tool like sudo.
5050

51-
**On \*BSD**
51+
**On FreeBSD**
5252
```
53-
dd if=/path/to/GhostBSD-YY.MM.DD.iso of=/dev/daX bs=3m
53+
dd if=/path/to/GhostBSD-YY.PP-RXX.YpL.iso of=/dev/daX bs=3m
54+
```
55+
56+
**On OpenBSD**
57+
```
58+
dd if=/path/to/GhostBSD-YY.PP-RXX.YpL.iso of=/dev/rsdXc bs=3m
59+
```
60+
61+
**On NetBSD**
62+
```
63+
dd if=/path/to/GhostBSD-YY.PP-RXX.YpL.iso of=/dev/rsdXd bs=3m
5464
```
5565

5666
**On Linux**
5767
```
58-
dd if=/path/to/GhostBSD-YY.MM.DD.iso of=/dev/sdX bs=3M
68+
dd if=/path/to/GhostBSD-YY.PP-RXX.YpL.iso of=/dev/sdX bs=3M
5969
```
6070

6171
**On macOS**
6272
```
63-
dd if=/path/to/GhostBSD-YY.MM.DD.iso of=/dev/diskX bs=3m
73+
dd if=/path/to/GhostBSD-YY.PP-RXX.YpL.iso of=/dev/diskX bs=3m
6474
```
6575

6676
**On Windows**
@@ -72,7 +82,9 @@ dd if=/path/to/GhostBSD-YY.MM.DD.iso of=/dev/diskX bs=3m
7282

7383
A list of additional live USB creation tools can be found on [Wikpedia](https://en.wikipedia.org/wiki/List_of_tools_to_create_Live_USB_systems).
7484

75-
The steps described above will create a bootable GhostBSD system on a USB flash drive. To start a live session, insert the flash drive into the computer, reboot, and select the flash drive as the boot device. Further information can be found [here](https://wiki.ghostbsd.org/index.php/Starting_GhostBSD_Live_Media).
85+
The steps described above will create a bootable GhostBSD system on a USB flash drive. To start a live session, insert the flash drive into the computer, reboot, and select the flash drive as the boot device. Further information can be found [here](#starting-the-ghostbsd-live-system).
86+
87+
Users have also reported success with [Ventoy](https://ventoy.net)
7688

7789
## Virtualization environments
7890

0 commit comments

Comments
 (0)