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) ======
== Vorbereitungen durchgeführt? ==
Lese Dir zuerst die → [[installation_von_loxberry:die_installation_von_loxberry:start|Anleitung zur Vorbereitung]] durch!
==== Generate a new Proxmox VM ====
- Access the Proxmox web interface via HTTPS on TCP port **8006**:
* URL:''%%https://:8006%%''
* Username: ''%%root%%''
* Password: ''%%%%''
- Tab **General**: Select the **Create VM** button at the top right corner. Choose a **Node**, a **VM ID** and a **Name**, then click **Next**.\\ \\ {{https://dietpi.com/docs/assets/images/proxmox2.png?500x314|Proxmox VM creation}}\\ \\ Remember the VM ID, you need it later.\\ \\
- Tab **OS**: Select “**Do not use any media** “, for the **Guest OS** assure that **Linux** and version “**5.x - 2.6 Kernel**” is selected, then click **Next**.
- Tab **System**: As **Machine** you can select ''q35'', but the older default will work as well. We recommend the para-virtualised **VirtIO SCSI** controller, which should be the default. Click **Next**.
- Tab **Disks**: Delete the default ''scsi0'' disk with the red trash bin button, then click **Next**.
- Tab **CPU**: Adjust CPU details as required, we recommend to use the default ''kvm64'' type. Then click **Next**.
- Tab **Memory**: While DietPi runs with less, depending on the software you want to install and run within the VM, we recommend at least 1024 MiB memory size, 2048 MiB allows the DietPi system to setup itself without a swap file by default. When done, click **Next**.
- Tab **Network**: Using a network bridge allows the VM to show up as dedicated system in your LAN, which simplifies SSH and network application access. We recommend to use the default para-virtualised **VirtIO** adapter model. When done, click **Next**.
- Tab **Confirm**: Start the VM creation by clicking **Finish**.
==== Download, extract and import the DietPi image ====
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.
- 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 ''xv'', import it as disk to your new VM (using the **VM ID** you chose during creation) and make it the boot drive.\\ //If not done yet, we recommend to upgrade all APT packages to the latest version.//
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
- Finally, you can remove the downloaded and extracted files and close the console:
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.
{{https://dietpi.com/docs/assets/images/proxmox3.png?600x590|Proxmox VM starting}}
====== Weiter mit der LoxBerry Installation ======
→ [[installation_von_loxberry:die_installation_von_loxberry:start#diet_pi_erstkonfiguration|Nun geht es hier weiter mit der DietPi Erstkonfiguration]]