> 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/learn-the-platform/vi/mo-dun-3-cai-dat/03-installation.md).

# Tổng quan

## Mục tiêu học tập

Kết thúc mô-đun này, bạn sẽ có thể:

* **Chuẩn bị phần cứng bare metal** để cài đặt VergeOS (cấu hình BIOS, bộ điều khiển đĩa, mạng)
* **Thực hiện cài đặt VergeOS hoàn chỉnh trên 2 nút** từ phương tiện khởi động USB
* **Hoàn thành danh sách kiểm tra xác minh sau cài đặt** để xác nhận hệ thống hoạt động khỏe mạnh
* **Khắc phục các sự cố cài đặt thường gặp** và biết khi nào cần chuyển cấp

## Yêu cầu tiên quyết

* Hoàn thành [Mô-đun 1: Kiến thức cơ bản về kiến trúc](/learn-the-platform/vi/mo-dun-1-kien-thuc-co-ban-ve-kien-truc/01-architecture.md) -- hiểu về vai trò của node, core fabric và các khái niệm cụm
* Hoàn thành [Mô-đun 2: Định cỡ & Thiết kế](/learn-the-platform/vi/mo-dun-2-dinh-co-and-thiet-ke/02-sizing-design.md) -- phần cứng đã được chọn và xác định phạm vi

## Thời gian ước tính

**2,5 giờ** (1 giờ đọc + 1,5 giờ thực hành)

## Chủ đề

* [**Danh sách kiểm tra trước cài đặt**](/learn-the-platform/vi/mo-dun-3-cai-dat/01-pre-installation.md) — Cấu hình BIOS, chế độ bộ điều khiển đĩa, xác định giao diện mạng và chuẩn bị phương tiện khởi động.
* [**Cài đặt bộ điều khiển**](/learn-the-platform/vi/mo-dun-3-cai-dat/02-controller-installation.md) — Cài đặt từng bước Node 1 (bộ điều khiển) và Node 2 (bộ điều khiển), bao gồm cấu hình mạng và tạo cụm.
* [**Thêm nút**](/learn-the-platform/vi/mo-dun-3-cai-dat/03-adding-nodes.md) — Các nút mở rộng, các nút chỉ lưu trữ và các nút chỉ tính toán. Mở rộng cụm của bạn vượt ra ngoài triển khai ban đầu 2 nút.
* [**Xác minh sau cài đặt**](/learn-the-platform/vi/mo-dun-3-cai-dat/04-post-install-verification.md) — Kiểm tra tình trạng bảng điều khiển, xác minh vSAN, kết nối mạng, cấu hình ban đầu và kiểm thử triển khai cuối cùng.
* [**Thực hành: Cài đặt 2 nút**](/learn-the-platform/vi/mo-dun-3-cai-dat/lab.md) — Thực hiện cài đặt VergeOS hoàn chỉnh trên cụm 2 nút bằng playground Terraform hoặc phần cứng vật lý.


---

# 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/learn-the-platform/vi/mo-dun-3-cai-dat/03-installation.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.
