Diese Seite wurde noch nicht vollständig übersetzt. Bitte helfen Sie bei der Übersetzung.
(diesen Absatz entfernen, wenn die Übersetzung abgeschlossen wurde)
Lese Dir zuerst die → Anleitung zur Vorbereitung durch!
https://<your.IP>:8006
root
<root user password you entered during Proxmox VE install>
q35
, but the older default will work as well. We recommend the para-virtualised VirtIO SCSI controller, which should be the default. Click Next.scsi0
disk with the red trash bin button, then click Next.kvm64
type. Then click Next.Transferring a disk image to Proxmox: A DietPi disk image can be transferred to the Proxmox server via e.g. USB flash drive or by uploading it as CD/DVD ISO image. Since the import needs to be done via console (accessible via web interface and SSH), we guide you through the path of downloading it directly on the Proxmox server.
xv
, import it as disk to your new VM (using the VM ID you chose during creation) and make it the boot drive.apt update apt full-upgrade apt install xz-utils curl -O https://dietpi.com/downloads/images/DietPi_Proxmox-x86_64-Bookworm.qcow2.xz xz -d DietPi_Proxmox-x86_64-Bookworm.qcow2.xz
Optionally verify the SHA256 hash of the downloaded file via:
sha256sum -c < <(mawk '/SHA256/{print $2" DietPi_Proxmox-x86_64-Bookworm.qcow2"}' hash.txt)
As next, the disk image is imported.
Note: Replace 100
below with the VM ID entered during VM creation.
ID=100 qm importdisk "$ID" DietPi_Proxmox-x86_64-Bookworm.qcow2 local-lvm qm set "$ID" --scsi0 "local-lvm:vm-$ID-disk-0" qm set "$ID" --boot order=scsi0
rm DietPi_Proxmox-x86_64-Bookworm.* hash.txt README.md
The VM can now be started, select it via left side navigation of the Proxmox web interface, then the Start button at the top right side, finally the Console button to watch and finish the DietPi first run setup.
Alternatively you can connect to the VM via SSH, after giving it some time to finish initial setup steps and obtaining its IP with your router or IP scanner.