jiangcuo / Proxmox-Port

Proxmox VE arm64 riscv64 loongarch64
GNU Affero General Public License v3.0
727 stars 37 forks source link

Raspberry Pi 5 - NVME Pimoroni adapter not detected #90

Open sitymarz opened 4 months ago

sitymarz commented 4 months ago

Trying to use a Raspberry Pi 5 with the Pimoroni NVME adapter.

Proxmox will not detect the NVME drive / adapter. When testing with ESXI installer under UEFI, this does detect the NVME drive to install to

Anexgohan commented 1 month ago

make sure you have enabled the pcie interface in

Add to bottom of /boot/firmware/config.txt

# Enable pcie
dtparam=pciex1

# Note: You could also just add the following (it is an alias to the above line)
# dtparam=nvme

# Optionally, you can control the PCIe lane speed using this parameter, 3 sets to pcie gen 3 speed 10G/s, 2 is 5G/s
dtparam=pciex1_gen=3