This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pi5_proxmox [2024/04/27 11:46] – [Display setup for console] 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" | * Additional information on how to create a VM (section "VM erstellen" | ||
| Line 62: | Line 63: | ||
| ==== Change boot order to boot from NVMe ==== | ==== Change boot order to boot from NVMe ==== | ||
| - | Run '' | + | Run '' |
| < | < | ||
| Line 119: | Line 121: | ||
| </ | </ | ||
| + | |||
| + | ==== Configure SSH ==== | ||
| + | |||
| + | Allow the '' | ||
| + | |||
| + | < | ||
| + | PermitRootLogin yes | ||
| + | </ | ||
| + | |||
| + | Set a password for the root user: | ||
| + | |||
| + | < | ||
| + | passwd | ||
| + | </ | ||
| + | |||
| + | |||
| + | Restart ssh | ||
| + | |||
| + | < | ||
| + | systemctl restart sshd | ||
| + | </ | ||
| ===== Network ===== | ===== Network ===== | ||
| Line 169: | Line 192: | ||
| ===== Required VM settings, otherwise it won't boot ===== | ===== 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 " | Select the VM to be configured. Click on " | ||
| Line 176: | Line 203: | ||
| * Machine: Default (virt) | * Machine: Default (virt) | ||
| * Add -> EFI Disk, select " | * Add -> EFI Disk, select " | ||
| + | |||
| + | |||
| + | Hardware settings | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Add EFI Disk | ||
| + | |||
| + | {{: | ||