Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
installation_von_loxberry:die_installation_von_loxberry:proxmox [2023/03/16 06:11] 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 1: Zeile 1:
 +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) ====== ====== Proxmox (VM) ======
  
 <WRAP center round tip 100%> <WRAP center round tip 100%>
  
-== Grundinstallation durchgeführt? ==+== Vorbereitungen durchgeführt? ==
  
-Lese Dir zuerst die → [[installation_von_loxberry:die_installation_von_loxberry:start|Anleitung zur Grundinstallation]] durch!+Lese Dir zuerst die → [[installation_von_loxberry:die_installation_von_loxberry:start|Anleitung zur Vorbereitung]] durch!
  
 </WRAP> </WRAP>
Zeile 15: Zeile 17:
     * Username: ''%%root%%''     * Username: ''%%root%%''
     * Password: ''%%<root user password you entered during Proxmox VE install>%%''     * Password: ''%%<root user password you entered during Proxmox VE install>%%''
-  - 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 **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 **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 **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**.
Zeile 29: 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 ''p7zip'', 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.//<code bash>+  - 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.//<code bash>
 apt update apt update
 apt full-upgrade apt full-upgrade
-apt install p7zip +apt install xz-utils 
-curl -O https://dietpi.com/downloads/images/DietPi_Proxmox-x86_64-Bullseye.7z +curl -O https://dietpi.com/downloads/images/DietPi_Proxmox-x86_64-Bookworm.qcow2.xz 
-7zr x DietPi_Proxmox-x86_64-Bullseye.7z+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>
  
-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.+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}} {{https://dietpi.com/docs/assets/images/proxmox3.png?600x590|Proxmox VM starting}}
Zeile 53: Zeile 57:
 ====== Weiter mit der LoxBerry Installation ====== ====== Weiter mit der LoxBerry Installation ======
  
-→ [[installation_von_loxberry:die_installation_von_loxberry:start#diet_pi_erstkonfiguration|Nun geht es hier 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]]