You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/guides/dual-boot.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Dual boot tutorial
2
+
title: Dual boot
3
3
description: How do do a dual boot with Windows (or any other OS)
4
4
---
5
5
@@ -12,14 +12,13 @@ How to do a full **dual boot installation** with **Windows 11** and **AxOS** (Wi
12
12
13
13
## Step 0: Before You Begin
14
14
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).
16
16
17
-
18
-
## Step 1: Create Free Space on Your Disk (Windows)
17
+
## Step 1: Create Free Space on Your Disk
19
18
20
19
We need to shrink an existing partition to make room for AxOS.
21
20
22
-
### Instructions:
21
+
### Windows
23
22
24
23
1. Press `Win + X` → choose **Disk Management**
25
24
*or*
@@ -32,6 +31,17 @@ We need to shrink an existing partition to make room for AxOS.
32
31
33
32
This will create **unallocated space** which we’ll use to install AxOS.
34
33
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).
0 commit comments