Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions src/content/docs/guides/dual-boot.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Dual boot tutorial
title: Dual boot
description: How do do a dual boot with Windows (or any other OS)
---

Expand All @@ -12,14 +12,13 @@ How to do a full **dual boot installation** with **Windows 11** and **AxOS** (Wi

## Step 0: Before You Begin

> I will **skip the steps** for flashing AxOS to a USB. Please make sure you’ve already created a **bootable USB**.
> 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).


## Step 1: Create Free Space on Your Disk (Windows)
## Step 1: Create Free Space on Your Disk

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

### Instructions:
### Windows

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

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

### Linux

1. Open a terminal.
2. Type in `lsblk -f` to see all the partitions.
3. In the `lsblk -f` output:
* Decide what partition you want to shrink.
* You can choose the root partition (/) to make room for AxOS.
4. You’ll need to shrink the partition using a Live USB and a tool like **GParted**.

→ Don’t worry, we cover this in more detail in [Step 4](#step-4-create-partitions-with-gdisk).


## Step 2: Boot into AxOS from USB

Expand Down