Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
installation_von_loxberry:die_installation_von_loxberry:proxmox [2024/03/10 14:04] – [Download, extract and import the DietPi image] Michael Schlenstedtinstallation_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 35: Zeile 35:
 apt full-upgrade apt full-upgrade
 apt install xz-utils apt install xz-utils
-curl -O https://dietpi.com/downloads/images/DietPi_Proxmox-x86_64-Bullseye.qcow2.xz +curl -O https://dietpi.com/downloads/images/DietPi_Proxmox-x86_64-Bookworm.qcow2.xz 
-xz -d DietPi_Proxmox-x86_64-Bullseye.qcow2.xz+xz -d DietPi_Proxmox-x86_64-Bookworm.qcow2.xz
 </code>Optionally verify the SHA256 hash of the downloaded file via:<code bash> </code>Optionally verify the SHA256 hash of the downloaded file via:<code bash>
-sha256sum -c < <(mawk '/SHA256/{print $2"  DietPi_Proxmox-x86_64-Bullseye.qcow2"}' hash.txt)+sha256sum -c < <(mawk '/SHA256/{print $2"  DietPi_Proxmox-x86_64-Bookworm.qcow2"}' hash.txt)
 </code>As next, the disk image is imported.\\ **Note**: Replace ''100'' below with the **VM ID** entered during VM creation.<code bash> </code>As next, the disk image is imported.\\ **Note**: Replace ''100'' below with the **VM ID** entered during VM creation.<code bash>
 ID=100 ID=100
-qm importdisk "$ID" DietPi_Proxmox-x86_64-Bullseye.qcow2 local-lvm+qm importdisk "$ID" DietPi_Proxmox-x86_64-Bookworm.qcow2 local-lvm
 qm set "$ID" --scsi0 "local-lvm:vm-$ID-disk-0" qm set "$ID" --scsi0 "local-lvm:vm-$ID-disk-0"
 qm set "$ID" --boot order=scsi0 qm set "$ID" --boot order=scsi0
 </code> </code>
   - Finally, you can remove the downloaded and extracted files and close the console:<code bash>   - Finally, you can remove the downloaded and extracted files and close the console:<code bash>
-rm DietPi_Proxmox-x86_64-Bullseye.* hash.txt README.md+rm DietPi_Proxmox-x86_64-Bookworm.* hash.txt README.md
 </code> </code>
  
Zeile 54: Zeile 54:
  
 {{https://dietpi.com/docs/assets/images/proxmox3.png?600x590|Proxmox VM starting}} {{https://dietpi.com/docs/assets/images/proxmox3.png?600x590|Proxmox VM starting}}
- 
  
 ====== Weiter mit der LoxBerry Installation ====== ====== Weiter mit der LoxBerry Installation ======