> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/plan-and-deploy/implementation-guide/install-media.md).

# Creating bootable installation media

This guide explains how to create a bootable USB to install VergeOS on different operating systems.

## Windows

1. **Download the VergeOS installation ISO**.
   * Please [Contact Us](/support-and-services.md) for the download link.
2. **Insert a USB drive** into your computer.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>This USB drive will be overwritten.</p></div>
3. **Download and launch Rufus** from <https://rufus.ie/en/>.
4. In Rufus:
   * Select your **USB device** under **Device**.
   * Click the **Select** button and choose the VergeOS installation ISO.
   * Click **Start**.
5. When prompted, select **DD mode** to write the image.

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p><strong>Important: Select DD Mode</strong></p><p>Rufus defaults to ISO mode, but you <strong>must select DD mode</strong> for VergeOS. Selecting ISO mode will result in an unbootable USB drive.</p></div>
6. Rufus will begin creating the bootable USB. Once complete, your USB is ready to be used for VergeOS installation.

***

## macOS

1. **Download the VergeOS installation ISO**.
   * Please [Contact Us](/support-and-services.md) for the download link.
2. **Insert a USB drive** into your computer.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>This USB drive will be overwritten.</p></div>
3. **Download and install BalenaEtcher** from <https://www.balena.io/etcher/>.
4. **Launch BalenaEtcher** and:
   * Click **Flash from file**, and select the VergeOS ISO.
   * Select the target **USB disk** (be careful not to select hidden drives).
   * Click **Flash!** to start the process.
5. Once the flashing process is complete, your USB drive will be ready to boot and install VergeOS.

***

## Linux Mint

1. **Download the VergeOS installation ISO**.
   * Please [Contact Us](/support-and-services.md) for the download link.
2. **Insert a USB drive** into your computer.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>This USB drive will be overwritten.</p></div>
3. Using Mint’s file browser, navigate to the downloaded ISO file:
   * **Right-click** the ISO and choose **Make bootable USB stick**.
   * In the USB Image Writer, select the **USB media** to write the installation file to.
   * Authenticate with your admin password when prompted.
   * Click **Authenticate** to start writing the ISO to the USB drive.
4. Once the process is finished, your bootable USB stick will be ready for VergeOS installation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vergeos-demo.com/plan-and-deploy/implementation-guide/install-media.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
