Skip to content

Commit 2eff99d

Browse files
authored
Fix various typos (#668)
1 parent 3631b3e commit 2eff99d

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

docs/distributions/fedora/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This may be due to differences between USB-C to USB-A adapters. Try a different
88

99
# My touchbar is blank
1010

11-
Follow the instructions in the [post-install guide](https://wiki.t2linux.org/guides/postinstall/#setting-up-the-touch-bar). If it still is not working, try updating your macOS instalation.
11+
Follow the instructions in the [post-install guide](https://wiki.t2linux.org/guides/postinstall/#setting-up-the-touch-bar). If it still is not working, try updating your macOS installation.
1212

1313
# I get an error about the bootloader when installing
1414

docs/distributions/fedora/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Many thanks to [Mike](https://github.com/mikeeq/) for building. You can download
1818

1919
## Installing unsupported spins
2020

21-
1. Follow the installation instructions above, but use your custom (vanilla) ISO. You need an external keyboard and mouse. If you do not have a wired internet connection, you need to follow the [Wi-Fi guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) on the live ISO before proceding.
21+
1. Follow the installation instructions above, but use your custom (vanilla) ISO. You need an external keyboard and mouse. If you do not have a wired internet connection, you need to follow the [Wi-Fi guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) on the live ISO before proceeding.
2222
2. Add our DNF repo: `sudo dnf copr enable sharpenedblade/t2linux`
2323
3. Install the kernel: `sudo dnf swap --from-repo="copr:copr.fedorainfracloud.org:sharpenedblade:t2linux" kernel kernel`
2424
4. Install other packages:

docs/distributions/ubuntu/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ There is a way to stop this. Boot into the installation media with an External U
66

77
Scroll to the bottom with the arrow keys, and type in ``efi=noruntime``. With the External keyboard, then press CTRL+X or F10 to boot into the Live Media. The installation should work fine now.
88

9-
This issue has occured for anyone on the 16,1 and maybe the 16,4.
9+
This issue has occurred for anyone on the 16,1 and maybe the 16,4.
1010

1111
# Making the GRUB Menu appear
1212

1313
The GRUB bootloader by default turns off the GRUB Menu. This means you can't boot into Bootcamp Windows if it's installed. This can be easily fixed after Ubuntu is fully installed.
1414

15-
In a Terminal in Ubuntu, edit file ``/etc/default/grub`` with any preferred editior (nano/vim) and with root permissions. Change line ``GRUB_TIMEOUT_STYLE`` to ``GRUB_TIMEOUT_STYLE=MENU``. Save the file once you're done.
15+
In a Terminal in Ubuntu, edit file ``/etc/default/grub`` with any preferred editor (nano/vim) and with root permissions. Change line ``GRUB_TIMEOUT_STYLE`` to ``GRUB_TIMEOUT_STYLE=MENU``. Save the file once you're done.
1616

1717
We've now changed the GRUB Bootloader settings, but we now need to update GRUB to apply these changes. Type in ``sudo update-grub`` and hit enter. After the command is done, you're finished.
1818

docs/distributions/ubuntu/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ We currently support the following flavours of Ubuntu:
2424
## Install Procedure
2525

2626
1. Follow the [Pre-installation](https://wiki.t2linux.org/guides/preinstall) steps to prepare your Mac for Ubuntu.
27-
2. Boot into the Live ISO. You should now be in the GRUB boot menu. Select the option which is relevent to you.
27+
2. Boot into the Live ISO. You should now be in the GRUB boot menu. Select the option which is relevant to you.
2828
3. Start the installer and install it like normal until you get to the partition option. MAKE SURE YOU CHOOSE MANUAL PARTITIONING (USUALLY DISPLAYED AS "Something else" OPTION IN UBUNTU).
2929
4. Find the partition you made for Linux when you were following the Pre-installation steps. MAKE SURE TO SELECT THE RIGHT PARTITION OR ELSE YOUR DATA WILL BE LOST. Delete it to make free space. You'll need to make these partitions:
3030

31-
1. If you want, you can make seperate partitions for **swap**, `/home`, `/boot` etc as you do in a normal PC.
31+
1. If you want, you can make separate partitions for **swap**, `/home`, `/boot` etc as you do in a normal PC.
3232

3333
2. The only partition to be made compulsorily is the one mounted at `/` and formatted to **ext4** or **btrfs**.
3434

docs/guides/hybrid-graphics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you experience system freezes, then the laptop's fans becoming loud, before t
2626
2727
## Enabling the iGPU
2828
29-
1. Configue apple-gmux to switch to the iGPU at boot
29+
1. Configure apple-gmux to switch to the iGPU at boot
3030
3131
1. Create `/etc/modprobe.d/apple-gmux.conf` with the following contents:
3232

docs/guides/postinstall.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page explains how to perform a basic set up after installing Linux on a T2
44

55
## Do you need to do this?
66

7-
This guide is mainly relevent in the following cases :
7+
This guide is mainly relevant in the following cases :
88

99
1. If you have installed Linux using an official ISO, instead of a T2 ISO.
1010
2. The [Make modules load on early boot](#make-modules-load-on-early-boot) section is relevant for those who wish to encrypt their disk drives using LUKS or some other similar software.
@@ -33,7 +33,7 @@ Many distro maintainers provide compiled kernels which can be installed on your
3333

3434
If compiled kernels for your distro are not available, then you shall have to compile a kernel on your own. You can follow the [Kernel](https://wiki.t2linux.org/guides/kernel/) guide for help.
3535

36-
## Add necessary kernel paramaters
36+
## Add necessary kernel parameters
3737

3838
Using your bootloader, add the `intel_iommu=on iommu=pt pcie_ports=compat` kernel parameters. For example in GRUB:
3939

docs/guides/startup-manager.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ More details about this can be found in the [triple boot guide](https://wiki.t2l
2828

2929
In this case the Windows startup disk is used to boot both Windows and Linux. Thus, it is not recommended to set special labels for Linux as it may cause errors with the Windows startup disk.
3030

31-
## Setting label in case you are using a seperate EFI partition for Linux
31+
## Setting label in case you are using a separate EFI partition for Linux
3232

3333
More details about this can be found in the [triple boot guide](https://wiki.t2linux.org/guides/windows/#using-seperate-efi-partitions).
3434

3535
In this case, boot into macOS, open a terminal window and run:
3636

3737
```bash
38-
IDENTIFIER=$(diskutil info <NAME OF SEPERATE EFI PARTITION> | grep "Device Identifier" | cut -d: -f2 | xargs)
38+
IDENTIFIER=$(diskutil info <NAME OF SEPARATE EFI PARTITION> | grep "Device Identifier" | cut -d: -f2 | xargs)
3939
sudo diskutil mount $IDENTIFIER
40-
bless --folder /Volumes/<NAME OF SEPERATE EFI PARTITION>/EFI/BOOT --label "<YOUR DISTRO'S NAME>"
40+
bless --folder /Volumes/<NAME OF SEPARATE EFI PARTITION>/EFI/BOOT --label "<YOUR DISTRO'S NAME>"
4141
```
4242

43-
Replace `<NAME OF SEPERATE EFI PARTITION>` with the label you set using in the above triple boot guide and `<YOUR DISTRO'S NAME>` with your distro's name. E.g.: If you are using Ubuntu and you set the label to `EFI2`, run:
43+
Replace `<NAME OF SEPARATE EFI PARTITION>` with the label you set using in the above triple boot guide and `<YOUR DISTRO'S NAME>` with your distro's name. E.g.: If you are using Ubuntu and you set the label to `EFI2`, run:
4444

4545
```bash
4646
IDENTIFIER=$(diskutil info EFI2 | grep "Device Identifier" | cut -d: -f2 | xargs)
@@ -63,8 +63,8 @@ In other cases, put an `icns` image file with your desired icon in the top direc
6363

6464
In this case you will have to set the Windows startup disk as the default startup disk. It is recommended to follow [Apple's documentation](https://support.apple.com/en-in/guide/mac-help/mchlp1034/mac) where you have to follow the **Change your startup disk for every startup** section.
6565

66-
If this method is not working for you, then follow the instructions given in [Case of seperate EFI partition for Linux as well as case of using the EFI partition available by default in Mac and are on a dual boot system](https://wiki.t2linux.org/guides/startup-manager/#case-of-seperate-efi-partition-for-linux-as-well-as-case-of-using-the-efi-partition-available-by-default-in-mac-and-are-on-a-dual-boot-system) section, where you have to consider the Windows startup disk as the Linux startup disk.
66+
If this method is not working for you, then follow the instructions given in [Case of separate EFI partition for Linux as well as case of using the EFI partition available by default in Mac and are on a dual boot system](https://wiki.t2linux.org/guides/startup-manager/#case-of-separate-efi-partition-for-linux-as-well-as-case-of-using-the-efi-partition-available-by-default-in-mac-and-are-on-a-dual-boot-system) section, where you have to consider the Windows startup disk as the Linux startup disk.
6767

68-
## Case of seperate EFI partition for Linux as well as case of using the EFI partition available by default in Mac and are on a dual boot system
68+
## Case of separate EFI partition for Linux as well as case of using the EFI partition available by default in Mac and are on a dual boot system
6969

7070
In these cases, start your Mac and press and hold down the Option key. When the startup manager gets displayed, release the option key. Now press and hold the Control key and without releasing the Control key, boot into the Linux startup disk as you usually do. This will make it the default startup disk.

docs/guides/uninstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You may want to do this from macOS Recovery as you will be resizing (expanding)
1818

1919
## If using a separate EFI partition
2020

21-
Follow the same steps to remove the seperate EFI partition as you followed to remove the Linux partition.
21+
Follow the same steps to remove the separate EFI partition as you followed to remove the Linux partition.
2222

2323
## If using the EFI partition already available in your Mac.
2424

docs/guides/windows.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Introduction
22

3-
This page is a guide on getting Windows and Linux both installed. Secure Boot Must be disabled from macOS recovery. If you want to be able to choose from macOS, Windows, or Linux in the Startup Manager (the menu you get by holding ⌥ key), goto 'Using seperate EFI partitions'. If you just want to select between Linux and Windows in the GRUB bootloader, goto 'Using the same EFI partition'.
3+
This page is a guide on getting Windows and Linux both installed. Secure Boot Must be disabled from macOS recovery. If you want to be able to choose from macOS, Windows, or Linux in the Startup Manager (the menu you get by holding ⌥ key), goto 'Using separate EFI partitions'. If you just want to select between Linux and Windows in the GRUB bootloader, goto 'Using the same EFI partition'.
44

5-
The simplist way to triple boot is to install Windows first, and install Linux on the same EFI partition, so that the Windows option in Startup Manager will let you pick Linux or Windows. To do that, follow the first set of instructions here.
5+
The simplest way to triple boot is to install Windows first, and install Linux on the same EFI partition, so that the Windows option in Startup Manager will let you pick Linux or Windows. To do that, follow the first set of instructions here.
66

77
# Using the same EFI partition
88

@@ -24,7 +24,7 @@ The simplist way to triple boot is to install Windows first, and install Linux o
2424
3. Enable the GRUB menu so that you'll have time to pick Windows:
2525

2626
1. Boot into your Linux install by selecting the Windows option in startup manager.
27-
2. Edit `/etc/default/grub` with any preferred editior (nano/vim/) and with `sudo`. Change line `GRUB_TIMEOUT_STYLE` to `GRUB_TIMEOUT_STYLE=MENU`. If you are using `nano`, save the file by doing CTRL+X, Y, then enter.
27+
2. Edit `/etc/default/grub` with any preferred editor (nano/vim/) and with `sudo`. Change line `GRUB_TIMEOUT_STYLE` to `GRUB_TIMEOUT_STYLE=MENU`. If you are using `nano`, save the file by doing CTRL+X, Y, then enter.
2828
3. We've now changed the GRUB Bootloader settings, but we now need to update GRUB to apply these changes. Type in `sudo update-grub` (For Ubuntu) or `sudo grub-mkconfig -o /boot/grub/grub.cfg` (For Arch based distros) and hit enter. After the command is done, you're finished.
2929

3030
!!! note "Using bootloaders other than GRUB"
@@ -34,8 +34,8 @@ The simplist way to triple boot is to install Windows first, and install Linux o
3434

3535
## If Linux is installed first
3636

37-
1. Make sure that your Linux partitions are not labled as `Microsoft Basic Data`, if they are, Bootcamp Assistant will think Windows is already installed. To fix this, go to Linux and do `sudo cfdisk /dev/nvme0n1` and change the type of your Linux partitions to `Linux Filesystem`.
38-
2. Install Windows normaly with Bootcamp. Windows will replace your Linux boot option.
37+
1. Make sure that your Linux partitions are not labeled as `Microsoft Basic Data`, if they are, Bootcamp Assistant will think Windows is already installed. To fix this, go to Linux and do `sudo cfdisk /dev/nvme0n1` and change the type of your Linux partitions to `Linux Filesystem`.
38+
2. Install Windows normally with Bootcamp. Windows will replace your Linux boot option.
3939
3. Boot into macOS.
4040
4. `sudo diskutil mount disk0s1`
4141
5. Go to `/Volumes/EFI/efi`
@@ -52,14 +52,14 @@ The simplist way to triple boot is to install Windows first, and install Linux o
5252
9. Enable the GRUB menu so that you'll have time to pick Windows
5353

5454
1. Boot into your Linux install by selecting the Windows option in startup manager.
55-
2. Edit ``/etc/default/grub`` with any preferred editior (nano/vim/) and with sudo. Change line ``GRUB_TIMEOUT_STYLE`` to ``GRUB_TIMEOUT_STYLE=MENU``. If you are using `nano`, save the file by doing CTRL+X, Y, then enter.
55+
2. Edit ``/etc/default/grub`` with any preferred editor (nano/vim/) and with sudo. Change line ``GRUB_TIMEOUT_STYLE`` to ``GRUB_TIMEOUT_STYLE=MENU``. If you are using `nano`, save the file by doing CTRL+X, Y, then enter.
5656
3. We've now changed the GRUB Bootloader settings, but we now need to update GRUB to apply these changes. Type in ``sudo update-grub`` and hit enter. After the command is done, you're finished.
5757

5858
10. You should now be able to boot either Windows or Linux from the GRUB bootloader.
5959

6060
It may be possible to skip steps 5-8 by doing the following command in macOS: `sudo sh -c "bless --mount /Volumes/EFI --setBoot --file /Volumes/EFI/efi/$(ls /Volumes/EFI/efi|grep -i -e microsoft -e boot -e apple -v)/grubx64.efi --shortform"` This might not prevent step 8 from being needed.
6161

62-
# Using seperate EFI partitions
62+
# Using separate EFI partitions
6363

6464
## Installing Linux (With or without Windows already installed)
6565

@@ -77,7 +77,7 @@ If you are using an interactive installer:
7777
1. Set the `EFI2` partition to be mounted at `/boot/efi` and set it as "ESP"/"Boot"/"EFI System Partition". Don't use the partition labeled `EFI` located at `/dev/nvme0n1p1`, to avoid breaking the Windows bootloader stored there. Ensure that `/dev/nvme0n1p1` wasn't set by default to be used as the "EFI System Partition".
7878

7979
!!! info "Ubuntu"
80-
On Ubuntu since the installer doesn't support seperate EFI partitions, install normally to the Windows EFI partition and follow [this section](https://wiki.t2linux.org/guides/windows/#seperate-the-efi-partition-after-linux-is-installed) to seperate out the partition.
80+
On Ubuntu since the installer doesn't support separate EFI partitions, install normally to the Windows EFI partition and follow [this section](https://wiki.t2linux.org/guides/windows/#separate-the-efi-partition-after-linux-is-installed) to separate out the partition.
8181

8282
2. Your main partition that were formatted as macOS Extended/HFS+ can be mounted at `/`.
8383

@@ -103,10 +103,10 @@ If you are doing it manually:
103103
2. If your second EFI partition is labeled as `EFI System`, you'll need to use `cfdisk` again to make it not that, as the Windows installer fails if there are two.
104104
3. Bootcamp should install Windows normally. If you put your Linux bootloader on `/dev/nvme0n1p1`, Windows will replace it, and that's why a second EFI partition is ideal.
105105

106-
## Seperate the EFI partition after Linux is installed
106+
## Separate the EFI partition after Linux is installed
107107

108-
In case you have installed Linux to the same EFI partition as used by Windows, and now want to seperate it out, then:
108+
In case you have installed Linux to the same EFI partition as used by Windows, and now want to separate it out, then:
109109

110110
1. Using disk utility, make a 500Mb FAT32 partition, call it something like `EFI2`. Make sure you do not use `EFI` as the label.
111111
2. Download [this script](https://wiki.t2linux.org/tools/efi.sh).
112-
3. Run this script using `bash /path/to/script <Name of seperate partition>` in Linux. E.g.: If your seperate partition has the name `EFI2`, and script is in your Downloads folder, run `bash $HOME/Downloads/efi.sh EFI2`.
112+
3. Run this script using `bash /path/to/script <Name of separate partition>` in Linux. E.g.: If your separate partition has the name `EFI2`, and script is in your Downloads folder, run `bash $HOME/Downloads/efi.sh EFI2`.

docs/state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ While Linux is usable on all T2 models, some features are limited due to the lac
2626

2727
- Linux using APFS filesystems: Linux cannot read the internal SSD's macOS APFS parition's Data and System volume (for other APFS volumes, [linux-apfs-rw](https://github.com/linux-apfs/linux-apfs-rw) can be used for reading data, but attempting to write is risky).
2828

29-
- macOS using Linux filesystems: There are FUSE implementations of some Linux Filesystems that can be used on macOS (but again, most only have experemental write support).
29+
- macOS using Linux filesystems: There are FUSE implementations of some Linux Filesystems that can be used on macOS (but again, most only have experimental write support).

0 commit comments

Comments
 (0)