> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/plan-and-deploy/vi/huong-dan-trien-khai/install-media.md).

# Tạo phương tiện cài đặt có khả năng khởi động

Hướng dẫn này giải thích cách tạo một USB có thể khởi động để cài đặt VergeOS trên các hệ điều hành khác nhau.

## Windows

1. **Tải xuống ISO cài đặt VergeOS**.
   * Vui lòng [Liên hệ với chúng tôi](/overview/vi/support-and-services.md) để lấy liên kết tải xuống.
2. **Cắm một ổ USB** vào máy tính của bạn.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Ổ USB này sẽ bị ghi đè.</p></div>
3. **Tải xuống và chạy Rufus** từ <https://rufus.ie/en/>.
4. Trong Rufus:
   * Chọn **thiết bị USB** trong mục **Thiết bị**.
   * Nhấn nút **Chọn** và chọn ISO cài đặt VergeOS.
   * Nhấn **Bắt đầu**.
5. Khi được nhắc, hãy chọn **chế độ DD** để ghi ảnh.

   <div data-gb-custom-block data-tag="hint" data-style="danger" class="hint hint-danger"><p><strong>Quan trọng: Chọn chế độ DD</strong></p><p>Rufus mặc định ở chế độ ISO, nhưng bạn <strong>phải chọn chế độ DD</strong> cho VergeOS. Việc chọn chế độ ISO sẽ dẫn đến một ổ USB không thể khởi động.</p></div>
6. Rufus sẽ bắt đầu tạo USB có thể khởi động. Khi hoàn tất, USB của bạn đã sẵn sàng để dùng cài đặt VergeOS.

***

## macOS

1. **Tải xuống ISO cài đặt VergeOS**.
   * Vui lòng [Liên hệ với chúng tôi](/overview/vi/support-and-services.md) để lấy liên kết tải xuống.
2. **Cắm một ổ USB** vào máy tính của bạn.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Ổ USB này sẽ bị ghi đè.</p></div>
3. **Tải xuống và cài đặt BalenaEtcher** từ <https://www.balena.io/etcher/>.
4. **Khởi chạy BalenaEtcher** và:
   * Nhấn **Ghi từ tệp**, và chọn ISO VergeOS.
   * Chọn đích **ổ đĩa USB** (hãy cẩn thận không chọn các ổ đĩa ẩn).
   * Nhấn **Ghi!** để bắt đầu quá trình.
5. Sau khi quá trình ghi hoàn tất, ổ USB của bạn sẽ sẵn sàng để khởi động và cài đặt VergeOS.

***

## Linux Mint

1. **Tải xuống ISO cài đặt VergeOS**.
   * Vui lòng [Liên hệ với chúng tôi](/overview/vi/support-and-services.md) để lấy liên kết tải xuống.
2. **Cắm một ổ USB** vào máy tính của bạn.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Ổ USB này sẽ bị ghi đè.</p></div>
3. Dùng trình quản lý tệp của Mint, điều hướng đến tệp ISO đã tải xuống:
   * **Nhấp chuột phải** vào ISO và chọn **Tạo USB có thể khởi động**.
   * Trong USB Image Writer, chọn **thiết bị USB** để ghi tệp cài đặt vào.
   * Xác thực bằng mật khẩu quản trị của bạn khi được nhắc.
   * Nhấn **Xác thực** để bắt đầu ghi ISO vào ổ USB.
4. Sau khi quá trình hoàn tất, USB có thể khởi động của bạn sẽ sẵn sàng để cài đặt VergeOS.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/plan-and-deploy/vi/huong-dan-trien-khai/install-media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
