Skip to content

Commit f057636

Browse files
committed
fix: Additional ordering, grammar, and consistency tweaks
1 parent e1a7347 commit f057636

File tree

1 file changed

+44
-40
lines changed

1 file changed

+44
-40
lines changed

content/install-ubuntu.md

Lines changed: 44 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ First, you'll need to create bootable USB you can restore or install Ubuntu with
4343

4444
### Boot From Install USB
4545

46-
Once you have the disk made, reboot your system. You'll need to tell the computer to boot from the Live Disk by accessing the Boot Menu using the key combos in this [article](/articles/bootloader).
46+
Once you have the disk made, reboot your system. You'll need to tell the computer to boot from the Live Disk by accessing the Boot Menu using the key combos in this [article](/articles/bootloader). Once you see the GRUB screen, select **Try or Install Ubuntu** by pressing the <kbd>Enter</kbd> key.
4747

4848
<!--#### NVIDIA Graphics
4949
@@ -55,135 +55,139 @@ From the menu shown the 'nomodeset' option can be selected during this boot. -->
5555

5656
![grub](/images/install-ubuntu/GRUB-2.12.png)
5757

58-
Once Ubuntu starts, you will be asked to select your language, any accessibility features that you may need, your keyboard layout, and network connectivity. Next, you will be asked to **Try Ubuntu without installing** or to **Install Ubuntu**. If you are attempting to restore a broken operating system, please choose **Try Ubuntu**.
59-
60-
>**IMPORTANT NOTE:** System76 recommends [backing up all important files from your computer](https://support.system76.com/articles/backup-files). The Ubuntu installation process will wipe any data on the drive that is selected for the installation. Next, double-click on the **Install Ubuntu** icon on the desktop.
61-
62-
![First page of the installer](/images/install-ubuntu/install-ubuntu-24.04-1.png)
58+
### Language and Keyboard layout
6359

64-
>**NOTE:** You may or may not see the screen pictured above. Your system may boot directly to the screen pictured above:
60+
Once Ubuntu starts and the installer auto-launches, you will be asked to select your language, any accessibility features that you may need, your keyboard layout, and network connectivity.
6561

66-
### Language and Keyboard layout
62+
![Language](/images/install-ubuntu/install-ubuntu-24.04-1.png)
6763

6864
![Keyboard Layout](/images/install-ubuntu/install-ubuntu-24.04-3.png)
6965

66+
Next, you will be asked to **Try Ubuntu without installing** or to **Install Ubuntu**. If you are attempting to restore a broken operating system, please choose **Try Ubuntu**.
67+
7068
If all of your files are backed up, or if you are installing from scratch, pick the **Install Ubuntu** option to continue with the installation.
7169

70+
>**IMPORTANT NOTE:** System76 recommends [backing up all important files from your computer](https://support.system76.com/articles/backup-files). The Ubuntu installation process will wipe any data on the drive that is selected for the installation.
71+
7272
![Try or Install](/images/install-ubuntu/install-ubuntu-24.04-5.png)
7373

74-
For most installations the **Interactive installation** type is recommended.
74+
When asked how you'd like to install, choose the **Interactive installation** type to enter your preferences through the GUI.
7575

7676
![Type of Installation](/images/install-ubuntu/install-ubuntu-24.04-6.png)
7777

78-
The **Default selection** will work for most installations while the **Extended selection** includes applications such as the LibreOffice suite and more. Those applications can be installed once the installation is finished if the **Default selection** is used instead.
78+
The **Default selection** of applications will suffice for most installations, while the **Extended selection** includes additional apps such as the LibreOffice suite and more. Those applications can be installed once the installation is finished if the **Default selection** is used instead.
7979

8080
![Applications](/images/install-ubuntu/install-ubuntu-24.04-7.png)
8181

82-
Let's break down what each of the options offer in regards to hardware and software support:
82+
Next, you will be asked whether to install several categories of proprietary software. Let's break down what each of the options offer in regards to hardware and software support:
8383

8484
- **Install third-party software for graphics and Wi-Fi hardware**
8585

86-
This installs drivers (some non-free) to provide Wi-Fi/Bluetooth and GPU support (mainly for NVIDIA graphics, as AMD and Intel graphics are supported natively by the Linux kernel).
86+
This installs proprietary (non-free) drivers to provide the best Wi-Fi/Bluetooth and GPU support (mainly for NVIDIA graphics, as AMD and Intel graphics are supported natively by the Linux kernel).
8787

8888
- **Download and install support for additional media formats**
8989

90-
This installs packages for playing media files such as MP3, MP4, and other formats that may need non-free codecs in order to play the content.
90+
This installs packages for playing media files such as MP3, MP4, and other formats that may require non-free codecs.
9191

9292
![Download Updates](/images/install-ubuntu/install-ubuntu-24.04-8.png)
9393

9494
## Install Ubuntu
9595

96+
### Disk setup
97+
9698
Option | Action
9799
------------------ | ----------------
98-
**Install Ubuntu Alongside** | To allow you to add an additional operating system to your computer. Choose this option if you already have an operating system, such as Windows or another version of Linux, and would like to also install Ubuntu. Please note that the existing operating system's partition will need to be reduced before installing Ubuntu in the extra space.
99-
**Erase Disk** | To erase everything on the hard drive and install Ubuntu. The is the most destructive of the options, and will guarantee a clean slate. This option also has to be selected if you would like to encrypt the entire drive. When encrypting the drive, select **Use LVM with the new Ubuntu Installation** option for flexibility with partitions later.
100-
**Manual Installation** | To do a manual installation of the partitions. This can be used to customize the partition layout and put specific directories on separate partitions or disks.
101-
102-
### Installation type
100+
**Install Ubuntu alongside...** | To allow you to add an additional operating system to your computer. Choose this option if you already have an operating system, such as Windows or another version of Linux, and would like to also install Ubuntu. The existing operating system's partition size will need to be reduced before installing Ubuntu in the extra space. This option won't show up if you don't have an existing OS installed that is compatible with this feature.
101+
**Erase disk and install Ubuntu** | To erase everything on the hard drive and install Ubuntu. The is the most destructive of the options, and will guarantee a clean slate. This option also has to be selected if you would like to encrypt the entire drive. To encrypt the drive, select **Advanced features...** and then choose **Use LVM and encryption**.
102+
**Manual installation** | To do a manual installation of the partitions. This can be used to customize the partition layout and put specific directories on separate partitions or disks.
103103

104104
![Installation Type](/images/install-ubuntu/install-ubuntu-24.04-9.png)
105105

106-
### Advanced Features
106+
#### Advanced Features
107107

108108
![Advanced Features](/images/install-ubuntu/install-ubuntu-24.04-9-a.png)
109109

110-
### Disk encryption
110+
#### Disk encryption
111111

112112
![Disk Encryption](/images/install-ubuntu/install-ubuntu-24.04-9-b.png)
113113

114114
### User creation
115115

116-
This is when you will create your first user for your new installation of Ubuntu.
116+
This is when you will create your first user account for your new installation of Ubuntu.
117117

118118
![User Creation](/images/install-ubuntu/install-ubuntu-24.04-10.png)
119119

120120
### Location
121121

122+
This option will set your timezone.
123+
122124
![Location](/images/install-ubuntu/install-ubuntu-24.04-11.png)
123125

124-
This option will set your timezone.
126+
### Write changes to disk
125127

126-
### Write changes to the drive/disk
128+
This is the last chance to cancel the installation without affecting any preexisting data on your storage drive(s).
127129

128130
![Write to Disk](/images/install-ubuntu/install-ubuntu-24.04-12.png)
129131

130132
### Slideshow
131133

132-
![Slideshow](/images/install-ubuntu/install-ubuntu-24.04-13.png)
134+
While the system is installing, this page will show you a few of the preinstalled applications and what they are used for, as well as ways to get involved with the Ubuntu community.
133135

134-
This section of the installation will show you a few of the preinstalled applications and what they are used for and how to get involved.
136+
![Slideshow](/images/install-ubuntu/install-ubuntu-24.04-13.png)
135137

136138
### Restart
137139

138-
![Restart](/images/install-ubuntu/install-ubuntu-24.04-14.png)
139-
140140
Once the installation is finished, the system will prompt you to reboot.
141141

142+
![Restart](/images/install-ubuntu/install-ubuntu-24.04-14.png)
143+
142144
### Remove Install Media
143145

144146
Before completing the reboot, the system will prompt you to make sure the install media has been removed.
145147

148+
## First Boot
149+
146150
### Decrypt Drive
147151

148-
![Decryption Screen](/images/install-ubuntu/ubuntu-24.04-decryption-screen.png)
152+
If you chose to encrypt your drive, this screen will be shown on reboot. Enter the decryption passphrase and press <kbd>Enter</kbd>.
149153

150-
If you chose to encrypt your drive, this screen will be shown on reboot. Enter the decryption passphrase, and press <kbd>ENTER</kbd>
154+
![Decryption Screen](/images/install-ubuntu/ubuntu-24.04-decryption-screen.png)
151155

152156
### Login Screen
153157

158+
Select your user from the login screen and enter your user account's password, then press <kbd>Enter</kbd>.
159+
154160
![Login Screen 1](/images/install-ubuntu/ubuntu-24.04-login-screen-1.png)
155161

156162
![Login Screen 2](/images/install-ubuntu/ubuntu-24.04-login-screen-2.png)
157163

158-
Select your User from the login screen and enter your user passphrase.
164+
On the first login, the system will automatically display a wizard to select some additional settings.
159165

160166
### Ubuntu Pro
161167

162-
![Ubuntu Pro](/images/install-ubuntu/ubuntu-24.04_initial-setup-2.png)
168+
Canonical offers Ubuntu Pro for free on up to 5 machines, but it is not required to use Ubuntu and its features, and it does not change the user experience.
163169

164-
Canonical offers Ubuntu Pro for free on up to 5 machines, but it is not required to use Ubuntu and its features, and does not change the user experience.
170+
![Ubuntu Pro](/images/install-ubuntu/ubuntu-24.04_initial-setup-2.png)
165171

166172
### Telemetry
167173

168-
![Telemetry](/images/install-ubuntu/ubuntu-24.04_initial-setup-3.png)
169-
170174
Canonical asks you if you would like to send some system information to them to improve Ubuntu. Opting in or out of this option will not affect your Ubuntu features or experience.
171175

172-
### Ready to Go
176+
![Telemetry](/images/install-ubuntu/ubuntu-24.04_initial-setup-3.png)
173177

174-
![Ready](/images/install-ubuntu/ubuntu-24.04_initial-setup-4.png)
178+
### Ready to Go
175179

176180
Congratulations, Ubuntu is now installed on your system!
177181

182+
![Ready](/images/install-ubuntu/ubuntu-24.04_initial-setup-4.png)
183+
178184
### Available Updates
179185

180-
Often, after a fresh install some packages will have been updated since the ISO file was created. If there are new updates available you'll see a dialogue box pop up like this:
186+
Often after a fresh install, some packages will have been updated since the ISO file was created. If there are new updates available, you'll see a dialogue box like this pop up:
181187

182188
![Updates Available](/images/install-ubuntu/ubuntu-updater.png)
183189

184-
You can opt to install the updates later, or install them now by clicking **Install Now.**
185-
186-
And often will prompt for a restart once complete:
190+
You can opt to install the updates later, or install them now by clicking **Install Now.** You may be prompted to reboot after the updates have finished installing.
187191

188192
![Updates Complete](/images/install-ubuntu/ubuntu-updater-finished.png)
189193

0 commit comments

Comments
 (0)