Skip to content

Commit 2aee1c1

Browse files
9_6_installation.md (#2752)
Grammar check
1 parent 1343eef commit 2aee1c1

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

docs/guides/9_6_installation.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contributors: Steven Spencer, Ganna Zhyrnova
66

77
# Installing Rocky Linux 9
88

9-
This is a detailed guide for installing a 64-bit version of the Rocky Linux distribution on a standalone system. We will be performing a server class install, and stepping through the installation and customization options.
9+
This is a detailed guide for installing a 64-bit version of the Rocky Linux distribution on a standalone system. We will perform a server-class installation and walk through the installation and customization options.
1010

1111
## Operating System Installation Prerequisites
1212

@@ -31,11 +31,11 @@ For example, `Rocky-9.6-x86_64-minimal.iso`
3131

3232
!!! Note
3333

34-
The Rocky Project web page lists several mirrors located around the globe. Choose the mirror geographically closest to you. The list of official mirrors can be found [here](https://mirrors.rockylinux.org/mirrormanager/mirrors).
34+
The Rocky Project website lists several mirrors located around the world. Select the mirror that is geographically closest to you. The list of official mirrors can be found [here](https://mirrors.rockylinux.org/mirrormanager/mirrors).
3535

3636
## Verifying the Installation Program ISO File
3737

38-
If you've downloaded the Rocky Linux ISO(s) on an existing Linux distribution, you can use the `sha256sum` utility to verify that file(s) you downloaded are not corrupt. We will show an example of verifying the `Rocky-9.6-x86_64-minimal.iso` file by checking its checksum.
38+
If you've downloaded the Rocky Linux ISO(s) on an existing Linux distribution, you can use the `sha256sum` utility to verify that the file(s) you downloaded are not corrupt. We will demonstrate how to verify the `Rocky-9.6-x86_64-minimal.iso` file by checking its checksum.
3939

4040
1. Download the file that contains the official checksums for the available ISOs.
4141

@@ -51,7 +51,7 @@ If you've downloaded the Rocky Linux ISO(s) on an existing Linux distribution, y
5151
sha256sum -c CHECKSUM --ignore-missing
5252
```
5353

54-
This checks the integrity of the ISO file downloaded previously, provided that it is in the same directory. You should see this output:
54+
This checks the integrity of the previously downloaded ISO file, provided it is in the same directory. You should see this output:
5555

5656
```text
5757
Rocky-9.6-x86_64-minimal.iso: OK
@@ -61,28 +61,28 @@ If you've downloaded the Rocky Linux ISO(s) on an existing Linux distribution, y
6161

6262
!!! tip
6363

64-
Before installing properly, the system’s Unified Extensible Firmware Interface (UEFI) or Basic Input/Output System (BIOS) should be preconfigured to boot from the correct medium.
64+
Before installing, the system’s Unified Extensible Firmware Interface (UEFI) or Basic Input/Output System (BIOS) must be preconfigured to boot from the correct medium.
6565

6666
If you set the computer up to boot from the media with the ISO file, you can begin the installation.
6767

68-
1. Insert and boot from the installation medium (optical disk, USB flash drive, and so on).
68+
1. Insert and boot from the installation medium (e.g., optical disk, USB flash drive).
6969

7070
2. Once the computer has booted, you see the Rocky Linux 9.6 welcome splash screen.
7171

7272
![Rocky Linux installation splash screen](images/installation_9_6_F01.png)
7373

74-
3. If you do not press any key, the installation program starts a countdown, after which the installation process automatically executes the default, highlighted, option:
74+
3. If you do not press any key, the installation program starts a countdown, after which the installation process automatically executes the default, highlighted option:
7575

7676
`Test this media & install Rocky Linux 9.6`
7777

7878
You can also press ++enter++ at any time to start the process immediately.
7979

8080
4. A quick media verification step takes place.
81-
This media verification step can save you the trouble of starting the installation only to discover halfway through that the installation program has to stop because of bad installation media.
81+
This media verification step can save you the trouble of starting the installation only to discover halfway through that the installation program has to stop due to faulty installation media.
8282

83-
5. After the media check runs to completion and the media is successfully verified to be usable, the installation program automatically continues to the next screen.
83+
5. After the media check is completed and the media is successfully verified as usable, the installation program automatically proceeds to the next screen.
8484

85-
6. Select the language you want to use to perform the installation in this screen. For this guide, we select *English (United States)*. Then click the ++"continue"++ button.
85+
6. Select the language you want to use to install this screen. For this guide, we select *English (United States)*. Then click the ++"continue"++ button.
8686

8787
## Installation Summary
8888

@@ -95,7 +95,7 @@ The screen is roughly divided into the following sections:
9595
- *SYSTEM*
9696
- *USER SETTINGS*
9797

98-
We will delve into each of these sections next and make changes where necessary.
98+
We will delve into each of these sections next and make any necessary changes.
9999

100100
### Localization Section
101101

@@ -105,15 +105,15 @@ This section customizes items related to the system's geographic location. This
105105
106106
In this guide's demo system, we accept the default value (*English US*) and make no changes.
107107

108-
However, if you need to make any changes here, from the *Installation Summary* screen, click the ++"keyboard"++ option to specify the system's keyboard layout. Using the ++plus++ button, you can add additional keyboard layouts if you need to in the ensuing screen and even specify your preferred order.
108+
However, if you need to make any changes here, from the *Installation Summary* screen, click the ++"keyboard"++ option to specify the system's keyboard layout. Using the ++plus++ button, you can add additional keyboard layouts if you need to in the ensuing screen and even select your preferred order.
109109
110110
When you finish with this screen, click ++"done"++.
111111
112112
#### Language Support
113113
114114
The `Language Support` option on the *Installation Summary* screen lets you specify support for additional languages.
115115
116-
We will accept the default value - **English (United States)** and make no change, click ++"done"++.
116+
We will accept the default value, **English (United States)**, and make no changes. Click "Done".
117117
118118
#### Time & Date
119119
@@ -133,11 +133,11 @@ Because the installation uses a Rocky Linux 9.6 ISO image, you will notice that
133133
134134
!!! Tip
135135
136-
The installation Source area allows you to perform a network-based installation (for example, if you use the Rocky Linux boot ISO - Rocky-9.6-x86_64-boot.iso). For a network-based installation, you need first to ensure that a network adapter on the target system is properly configured, and can reach the internet. To perform a network-based installation, click ++"Installation Source"++ and then select the ++"On the network"++ radio button. Once selected, choose the correct protocol and type in the URI for the installation source. Click ++"Done"++.
136+
The installation Source area allows you to perform a network-based installation (for example, if you use the Rocky Linux boot ISO - Rocky-9.6-x86_64-boot.iso). For a network-based installation, you must first ensure that a network adapter on the target system is configured correctly and can access the internet. To perform a network-based installation, click ++"Installation Source"++ and then select the ++"On the network"++ radio button. Once selected, choose the correct protocol and type in the URI for the installation source. Click ++"Done"++.
137137
138138
#### Software Selection
139139
140-
Clicking the ++"Software Selection"++ option on the main *Installation Summary* screen presents you with the installation section where you can pick the exact software packages installed on the system. There are two software selection areas:
140+
Clicking the ++"Software Selection"++ option on the main *Installation Summary* screen presents you with the installation section where you can select the exact software packages installed on the system. There are two software selection areas:
141141
142142
- **Base Environment**: Minimal Installation and Custom operating system
143143
- **Additional software for Selected Environment**: Selecting a Base Environment on the left side presents a variety of related additional software to install for the given environment on the right side.
@@ -148,13 +148,13 @@ Click ++"done"++ at the top of the screen.
148148
149149
### System Section
150150
151-
Use the System section of the *Installation Summary* screen for customizing and making changes to things related to the underlying hardware of the target system. This is where you create your hard disk drive partitions or volumes, specify the file system, specify the network configuration, enable or disable KDUMP or select a Security Profile.
151+
Use the System section of the *Installation Summary* screen for customizing and making changes to things related to the underlying hardware of the target system. This is where you create your hard disk drive partitions or volumes, specify the file system, specify the network configuration, enable or disable KDUMP, or select a Security Profile.
152152
153153
#### Installation Destination
154154
155155
From the *Installation Summary* screen, click the ++"Installation Destination"++ option. This takes you to the corresponding task area.
156156
157-
You will see a screen displaying all the candidate disk drives that you have available on the target system. If you have only one disk drive on the system, as on our sample system, you see the drive listed under *Local Standard Disks* with a checkmark beside it. Clicking the disk icon will toggle on or off the disk selection checkmark. Keep it checked to select the disk.
157+
You will see a screen displaying all the candidate disk drives available on the target system. If you have only one disk drive on the system, as on our sample system, you see the drive listed under *Local Standard Disks* with a checkmark beside it. Clicking the disk icon toggles the disk selection checkmark on or off. Keep it checked to select the disk.
158158
159159
Under the *Storage Configuration* section:
160160
@@ -166,50 +166,50 @@ Under the *Storage Configuration* section:
166166
167167
### Network & Host Name
168168
169-
The next important task of the installation procedure under the System area deals with network configuration, where you can configure or tweak network-related settings for the system.
169+
The following important task of the installation procedure under the System area deals with network configuration, where you can configure or tweak network-related settings for the system.
170170
171171
!!! Note
172172
173-
After you click on the ++"Network & Hostname"++ option, all correctly detected network interface hardware (such as Ethernet, wireless network cards, and so on) will be listed in the left pane of the network configuration screen. Depending on your specific hardware setup, Ethernet devices in Linux have names similar to `eth0`, `eth1`, `ens3`, `ens4`, `em1`, `em2`, `p1p1`, `enp0s3`, and so on.
173+
After you click on the ++"Network & Hostname"++ option, all correctly detected network interface hardware (such as Ethernet, wireless network cards, etc.) will be listed in the left pane of the network configuration screen. Depending on your specific hardware setup, Ethernet devices in Linux have names similar to `eth0`, `eth1`, `ens3`, `ens4`, `em1`, `em2`, `p1p1`, `enp0s3`, and so on.
174174
You can configure each interface using DHCP or manually set the IP address.
175-
If you choose to configure manually, be sure to have all the required information ready, such as the IP address, netmask, and so on.
175+
If you choose to configure manually, ensure that you have all the required information ready, such as the IP address, netmask, and other relevant details.
176176
177177
Clicking the ++"Network & Hostname"++ button in the main *Installation Summary* screen opens the corresponding configuration screen. Here, you can configure the system's hostname.
178178

179179
!!! Note
180180

181181
You can easily change the system hostname later on after the OS has been installed.
182182

183-
The next important configuration task is related to the network interfaces on the system.
183+
The following important configuration task pertains to the system's network interfaces.
184184
185-
1. Verify that the left pane lists an Ethernet card (or any network card.)
185+
1. Verify that the left pane lists an Ethernet card (or any network card).
186186
2. Click any of the detected network devices in the left pane to select it.
187-
The selected network adapter's configurable properties appear in the screen's right pane.
187+
The selected network adapter's configurable properties appear in the right pane of the screen.
188188

189189
!!! Note
190190

191-
On our sample system, we have two Ethernet devices (`ens3` and `ens4`), all of which are in a connected state. The type, name, quantity, and state of the network devices on your system may vary from the ones on our demo system.
191+
On our sample system, we have two Ethernet devices (`ens3` and `ens4`), all of which are in a connected state. The type, name, quantity, and state of the network devices on your system may differ from those on our demo system.
192192

193-
Verify the switch of the device you want to configure is in the `ON` (blue) position in the right pane.
193+
Verify that the switch of the device you want to configure is in the `ON` (blue) position in the right pane.
194194
We will accept all the defaults in this section.
195195

196196
Click ++"done"++ to return to the main *Installation Summary* screen.
197197

198198
!!! Warning
199199

200-
Pay attention to the IP address of the server in this section of this installer. If you do not have physical or easy console access to the system, this information will come in handy later on when you need to connect to the server to continue working on it after the OS installation is completed.
200+
Pay attention to the IP address of the server in this section of the installer. Suppose you do not have physical or easy console access to the system. In that case, this information will be helpful later when you need to connect to the server to continue working on it after the operating system (OS) installation is complete.
201201

202202
### User Settings Section
203203

204-
Use this section for creating a password for the `root` user account and also for creating new administrative or non-administrative accounts.
204+
Use this section to create a password for the `root` user account and to create new administrative or non-administrative accounts.
205205

206206
#### Root Password
207207

208208
1. Click the *Root Password* field under *User Settings* to start the *Root Password* task screen.
209209

210210
!!! Warning
211211

212-
The root superuser is the most privileged account on the system. Therefore, if you choose to use or enable it, it is crucial that you protect this account with a strong password.
212+
The root superuser is the most privileged account on the system. If you choose to use or enable it, you must protect this account with a strong password.
213213

214214
2. In the *Root Password* text box, set a strong password for the root user.
215215

@@ -226,7 +226,7 @@ This task area is for creating a privileged (administrative) or non-privileged (
226226

227227
!!! Info
228228

229-
Creating and using a non-privileged account for day-to-day tasks on a system is a good system administration practice.
229+
Creating and using a non-privileged account for day-to-day tasks on a system is a best practice in system administration.
230230

231231
We will create a regular user that can invoke superuser (administrator) powers when needed.
232232

@@ -249,18 +249,18 @@ This task area is for creating a privileged (administrative) or non-privileged (
249249

250250
## Installer Phase
251251

252-
Once satisfied with your choices for the various installation tasks, the next phase of the installation process will begin the installation proper.
252+
Once you are satisfied with your choices for the various installation tasks, the next phase of the installation process will begin: the actual installation.
253253

254254
### Start the Installation
255255

256256
Once satisfied with your choices for the various installation tasks, click the ++"Begin Installation"++ button on the main *Installation Summary* screen.
257257

258258
The installation will begin, and the installation program will show the progress of the installation.
259-
After the installation begins, various tasks will begin running in the background, such as partitioning the disk, formatting the partitions or LVM volumes, checking for and resolving software dependencies, writing the operating system to the disk, and so on.
259+
After the installation begins, various tasks will run in the background, including partitioning the disk, formatting the partitions or LVM volumes, checking for and resolving software dependencies, and writing the operating system to the disk.
260260

261261
!!! Note
262262

263-
If you do not wish to continue after clicking the Begin Installation button, you can still safely exit the installation without losing data. To quit the installer, simply reset your system by clicking the Quit button, pressing ctrl-alt-del on the keyboard, or pushing the reset or power switch.
263+
If you do not wish to continue after clicking the Begin Installation button, you can still safely exit the installation without losing data. To quit the installer, simply reset your system by clicking the Quit button, pressing Ctrl-Alt-Delete on the keyboard, or pushing the reset or power switch.
264264

265265
### Complete the Installation
266266

@@ -281,6 +281,6 @@ To log onto the system:
281281
2. At the Password prompt, type `04302021` (rockstar’s password) and press ++enter++ (the password will ***not*** be echoed to the screen, that is normal).
282282

283283
3. Run the `whoami` command after login.
284-
This command shows the name of the currently logged in user.
284+
This command shows the name of the currently logged-in user.
285285

286286
![Login Screen](images/installation_9.0_F03.png)

0 commit comments

Comments
 (0)