jiangcuo/Proxmox-Port

Raspberry Pi 5 - NVME Pimoroni adapter not detected

Opened this issue · 1 comments

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

  • OS: proxmox-ve_8.1-7_arm64
  • ARCH: arm64 Raspberry Pi 5

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