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 [2024/03/06 06:11] – 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 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.xv | + | 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 54: | Zeile 54: | ||
{{https:// | {{https:// | ||
- | |||
- | ====== LXC Container instead of Virtual Machine? (Advanced users only) ====== | ||
- | |||
- | LXC containers have some advantages compared to a virtual machine (needs less ressources). LoxBerry will also run in an container instead of a full virtual machine. Follow this Howto to convert your VM into a LXC container (Note! You do not need to create the template decribed in the howto! Just convert your VM). | ||
- | |||
- | [[https:// | ||
====== Weiter mit der LoxBerry Installation ====== | ====== Weiter mit der LoxBerry Installation ====== |