This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pi5_proxmox [2024/04/26 20:28] – admin | pi5_proxmox [2024/05/05 10:44] (current) – [Change boot order to boot from NVMe] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Proxmox on Raspberry Pi5 ====== | ====== Proxmox on Raspberry Pi5 ====== | ||
+ | This is a little summary on how to setup an run VMs using Proxmox on a NVMe | ||
===== Resources ===== | ===== Resources ===== | ||
- | * NVMe setup: [[https:// | + | * NVMe setup: [[https:// |
* Proxmox install: https:// | * Proxmox install: https:// | ||
+ | * Additional information on how to create a VM (section "VM erstellen" | ||
+ | |||
+ | First of all, install Raspberry Pi OS as you would normally using Pi Imager or alike | ||
===== NVMe setup ===== | ===== NVMe setup ===== | ||
Line 59: | Line 63: | ||
==== Change boot order to boot from NVMe ==== | ==== Change boot order to boot from NVMe ==== | ||
- | Run '' | + | Run '' |
< | < | ||
Line 116: | Line 121: | ||
</ | </ | ||
+ | |||
+ | ==== Configure SSH ==== | ||
+ | |||
+ | Allow the '' | ||
+ | |||
+ | < | ||
+ | PermitRootLogin yes | ||
+ | </ | ||
+ | |||
+ | Set a password for the root user: | ||
+ | |||
+ | < | ||
+ | passwd | ||
+ | </ | ||
+ | |||
+ | |||
+ | Restart ssh | ||
+ | |||
+ | < | ||
+ | systemctl restart sshd | ||
+ | </ | ||
===== Network ===== | ===== Network ===== | ||
Line 165: | Line 191: | ||
when logged in as '' | when logged in as '' | ||
+ | ===== Required VM settings, otherwise it won't boot ===== | ||
+ | |||
+ | When you get " | ||
+ | that you need to change the settings as described below. | ||
+ | |||
+ | |||
+ | Select the VM to be configured. Click on " | ||
+ | |||
+ | * CD/DVD Drive: select a ISO file (arm64 images required) | ||
+ | * BIOS: OVMF (UEFI) | ||
+ | * Machine: Default (virt) | ||
+ | * Add -> EFI Disk, select " | ||
+ | |||
+ | |||
+ | Hardware settings | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Add EFI Disk | ||
+ | |||
+ | {{: |