Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
installation_von_loxberry:die_installation_von_loxberry:proxmox [2023/03/16 06:27] – Michael Schlenstedt | installation_von_loxberry:die_installation_von_loxberry:proxmox [2024/11/04 13:10] (aktuell) – Bei der Loxberry Installation wird die Bookworm Version gefordert, daher habe ich die Informationen von Bullseye nach Bookworm geändert. Heiko Ofer | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Proxmox (VM) ====== | ||
- | |||
FIXME **Diese Seite wurde noch nicht vollständig übersetzt. Bitte helfen Sie bei der Übersetzung.**\\ //(diesen Absatz entfernen, wenn die Übersetzung abgeschlossen wurde)// | FIXME **Diese Seite wurde noch nicht vollständig übersetzt. Bitte helfen Sie bei der Übersetzung.**\\ //(diesen Absatz entfernen, wenn die Übersetzung abgeschlossen wurde)// | ||
+ | |||
+ | ====== Proxmox (VM) ====== | ||
<WRAP center round tip 100%> | <WRAP center round tip 100%> | ||
- | == Grundinstallation | + | == Vorbereitungen |
- | Lese Dir zuerst die → [[installation_von_loxberry: | + | Lese Dir zuerst die → [[installation_von_loxberry: |
</ | </ | ||
Zeile 31: | Zeile 31: | ||
- Select the Proxmox node, then click the **Shell** button at the top right corner. Alternatively connect via SSH to the Proxmox server, using the same login credentials you used for the Proxmox web interface. | - Select the Proxmox node, then click the **Shell** button at the top right corner. Alternatively connect via SSH to the Proxmox server, using the same login credentials you used for the Proxmox web interface. | ||
- | - In the console window, enter the following commands to download the DietPi image, extract it via '' | + | - In the console window, enter the following commands to download the DietPi image, extract it via '' |
apt update | apt update | ||
apt full-upgrade | apt full-upgrade | ||
- | apt install | + | apt install |
- | curl -O https:// | + | curl -O https:// |
- | 7zr x DietPi_Proxmox-x86_64-Bullseye.7z | + | xz -d DietPi_Proxmox-x86_64-Bookworm.qcow2.xz |
</ | </ | ||
- | sha256sum -c < <(mawk '/ | + | sha256sum -c < <(mawk '/ |
</ | </ | ||
ID=100 | ID=100 | ||
- | qm importdisk " | + | qm importdisk " |
qm set " | qm set " | ||
qm set " | qm set " | ||
</ | </ | ||
- Finally, you can remove the downloaded and extracted files and close the console:< | - Finally, you can remove the downloaded and extracted files and close the console:< | ||
- | rm DietPi_Proxmox-x86_64-Bullseye.* hash.txt README.md | + | rm DietPi_Proxmox-x86_64-Bookworm.* hash.txt README.md |
</ | </ | ||
Zeile 57: | Zeile 57: | ||
====== Weiter mit der LoxBerry Installation ====== | ====== Weiter mit der LoxBerry Installation ====== | ||
- | → [[installation_von_loxberry: | + | → [[installation_von_loxberry: |