# Creating a Bootable USB Drive

### Installing Rufus (Windows)

Rufus is a fast, lightweight, and open-source utility for creating bootable USB drives on Windows.

1. Go to [rufus.ie](https://rufus.ie/).
2. Download the latest standard Windows executable. It is portable, meaning no installation is required—just run the `.exe`.

### Creating the Bootable USB

Insert a blank USB drive (at least 8GB; all data will be erased) and open Rufus.

1. Device: Select your USB drive.
2. Boot Selection: Click "SELECT" and choose your downloaded Ubuntu `.iso` file.
3. Partition Scheme: Select GPT.
   * *Theory:* MBR (Master Boot Record) is an older standard for legacy BIOS systems. GPT (GUID Partition Table) is the modern standard used by nearly all computers made after 2012, designed to work with UEFI.
4. Target System: Select UEFI (non-CSM).
5. Click START. If prompted to download Syslinux or write in ISO/DD mode, choose the recommended (ISO) defaults.


---

# Agent Instructions: 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://shankar-lab.gitbook.io/mylearning/ubuntu-installation-guide/creating-a-bootable-usb-drive.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.
