> 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/de/modul-3-installation/03-installation.md).

# Überblick

## Lernziele

Am Ende dieses Moduls werden Sie in der Lage sein:

* **Bare-Metal-Hardware vorbereiten** für die VergeOS-Installation (BIOS-Einstellungen, Festplattencontroller, Netzwerkkonfiguration)
* **Führen Sie eine vollständige VergeOS-Installation mit 2 Knoten durch** von USB-Boot-Medien
* **Die Prüfliste zur Überprüfung nach der Installation abschließen** um ein funktionsfähiges System zu bestätigen
* **Häufige Installationsprobleme beheben** und wissen, wann eskaliert werden muss

## Voraussetzungen

* Abschluss von [Modul 1: Architekturgrundlagen](/learn-the-platform/de/modul-1-architekturgrundlagen/01-architecture.md) -- Verständnis von Knotenrollen, Core Fabric und Clusterkonzepten
* Abschluss von [Modul 2: Dimensionierung & Design](/learn-the-platform/de/modul-2-dimensionierung-and-design/02-sizing-design.md) -- Hardware wurde ausgewählt und der Umfang festgelegt

## Geschätzte Zeit

**2,5 Stunden** (1 Stunde Lektüre + 1,5 Stunden Labor)

## Themen

* [**Checkliste vor der Installation**](/learn-the-platform/de/modul-3-installation/01-pre-installation.md) — BIOS-Konfiguration, Modi der Festplattencontroller, Identifikation der Netzwerkschnittstellen und Vorbereitung des Bootmediums.
* [**Controller-Installation**](/learn-the-platform/de/modul-3-installation/02-controller-installation.md) — Schritt-für-Schritt-Installation von Knoten 1 (Controller) und Knoten 2 (Controller), einschließlich Netzwerkkonfiguration und Clusterbildung.
* [**Knoten hinzufügen**](/learn-the-platform/de/modul-3-installation/03-adding-nodes.md) — Scale-out-Knoten, reine Speicherknoten und reine Rechenknoten. Erweiterung Ihres Clusters über die anfängliche Bereitstellung mit 2 Knoten hinaus.
* [**Überprüfung nach der Installation**](/learn-the-platform/de/modul-3-installation/04-post-install-verification.md) — Gesundheitsprüfungen des Dashboards, vSAN-Überprüfung, Netzwerkkonnektivität, Erstkonfiguration und abschließende Bereitstellungstests.
* [**Labor: 2-Knoten-Installation**](/learn-the-platform/de/modul-3-installation/lab.md) — Führen Sie eine vollständige VergeOS-Installation auf einem 2-Knoten-Cluster mithilfe der Terraform-Playground-Umgebung oder physischer Hardware durch.


---

# 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/de/modul-3-installation/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.
