Skip to content

Commit 2bdd2c8

Browse files
authored
Merge pull request #4 from Byson94/main
Updated dual-boot.md based on my critiques
2 parents a76e568 + e504ebb commit 2bdd2c8

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

src/content/docs/guides/dual-boot.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Dual boot tutorial
2+
title: Dual boot
33
description: How do do a dual boot with Windows (or any other OS)
44
---
55

@@ -12,14 +12,13 @@ How to do a full **dual boot installation** with **Windows 11** and **AxOS** (Wi
1212
1313
## Step 0: Before You Begin
1414

15-
> I will **skip the steps** for flashing AxOS to a USB. Please make sure you’ve already created a **bootable USB**.
15+
> I will **skip the steps** for flashing AxOS to a USB. Please make sure you’ve already created a **bootable USB** by following [this guide](https://www.axos-project.com/docs/get-started/installation/#create-the-installation-media).
1616
17-
18-
## Step 1: Create Free Space on Your Disk (Windows)
17+
## Step 1: Create Free Space on Your Disk
1918

2019
We need to shrink an existing partition to make room for AxOS.
2120

22-
### Instructions:
21+
### Windows
2322

2423
1. Press `Win + X` → choose **Disk Management**
2524
*or*
@@ -32,6 +31,17 @@ We need to shrink an existing partition to make room for AxOS.
3231

3332
This will create **unallocated space** which we’ll use to install AxOS.
3433

34+
### Linux
35+
36+
1. Open a terminal.
37+
2. Type in `lsblk -f` to see all the partitions.
38+
3. In the `lsblk -f` output:
39+
* Decide what partition you want to shrink.
40+
* You can choose the root partition (/) to make room for AxOS.
41+
4. You’ll need to shrink the partition using a Live USB and a tool like **GParted**.
42+
43+
→ Don’t worry, we cover this in more detail in [Step 4](#step-4-create-partitions-with-gdisk).
44+
3545

3646
## Step 2: Boot into AxOS from USB
3747

0 commit comments

Comments
 (0)