So here’s what I did and it appears to be working fine…granted I’ve probably been through 30 variations of starting from scratch to figure all these steps out and what order they need to take place in).
Booted into the Pi5 using RaspberryOS lite.
Updated the EEPROM, switched boot order and changed PCIE speed using raspi-config.
Burned Volumio image to the SSD using Pi Imager.
Conceded via browser and preformed all the require configuration, including 5.5 AMOLED display
I’ve installed the following PlugIns and everything seems to be working:
Thank you for the detailed report. This is significant taking that the WD SN740 series NVMe based on 20-82-10081-A1 Polaris MP16+ controller had issues in the past.
Beginning of this thread has the summary of our findings: PCIe NVMe compatibility.
Frequently it is related to the absence of lane controller on most of the HATs. Engineers from Pineberry are not taking shortcuts here. Although I can not find WD SN740 being explicitly mentioned in the eeprom releases rpi-eeprom/firmware-2712/release-notes.md at master · raspberrypi/rpi-eeprom · GitHub nonetheless could have been fixed back in January.
It’s been a while since I installed a 1TB NVMe on my RPi5 and been working flawlessly. My friend asks me to build him one set but with a 4TB NVMe, so I order all the same components except using a 4TB NVMe this time.
After inserted a Micro SD card with Volumio 3.757 and up to the point of installing to Disk NVMe, Volumio sees 3.7T (which is normal for a 4TB size) and then it says “Install to Disk failed: undefined”.
I was expecting incompatibly from partition type with larger storage device. I do not have automated install at this time (yet).
Let me test manual steps with gparted or similar available in Buster.
Thanks for sharing. Based on the screenshot, you’re looking at the Silicon Power US75 NVMe M.2 SSD, which is available in 2TB to 4TB capacities and uses the Phison E18 controller with PCIe Gen4 x4 support.
Compatibility with Raspberry Pi 5 (with PCIe HAT):
Electrical Compatibility:
Yes, the drive is electrically compatible through the Raspberry Pi 5’s PCIe interface via your M.2 HAT+ or equivalent adapter.
Power Consideration (Important):
The Phison E18 controller draws a significant amount of power - up to 6-8W under load, which exceeds what the Pi5 can safely supply through PCIe. If you’re not using a powered NVMe adapter or a powered USB enclosure, the system may crash, fail to boot, or throttle.
Performance:
Raspberry Pi 5 provides only a single PCIe Gen 2 x1 lane, so your real-world speed will be limited to around 400-500 MB/s regardless of the SSD’s higher rated speeds.
Thermals:
The US75 can run hot during sustained activity. Make sure to apply a heatsink or thermal pad for safe operation, especially inside tight enclosures.
Recommendation:
If you already have a powered M.2 PCIe adapter (i.e., one that supplies 3.3V externally), then yes - this SSD should work fine. If not, I suggest using a lower-power NVMe drive (e.g., Phison E19T or SMI SM2263XT-based) to avoid instability.
Let me know what adapter you’re using and I can confirm power delivery specifics.
I think you are referring to the 2-pin XH2.54 5V power connector mating power pins from the 40 pin header with the X1001 HAT rather than an external power plug. In my lab tests I am using a Waveshare Power Over Ethernet HAT (F) with current supplied from a PoE+ (IEEE 802.3at) switch over CAT 6A RJ45 cable. The external power plug is connected to the PoE+ switch, not to the Raspberry Pi itself.
The reason for using auxiliary power over the 2-pin XH2.54 connector is simple - the SM2263XT controller on the Lexar NM610 Pro needs more power than the PCIe ribbon cable can provide on the Raspberry Pi. The PCIe interface is limited to around 3W, but NVMe SSDs like the NM610 Pro can draw more power during peak operations like sustained writes or intensive random access. A good example of such workload is building or scanning of a large music library.
Without the auxiliary power connection, you might experience:
Random disconnects or drive drops during heavy I/O upon scanning and rebuilding
Slower performance as the drive throttles due to insufficient power
Boot failures or the drive not being recognized consistently
Data corruption in worst-case scenarios
The 2-pin connector taps into the 5V rail from the 40-pin GPIO header, which can handle the additional current needed. When you get your X1001, I would strongly recommend using the auxiliary power connection, especially if you plan to do any write-intensive tasks or sustained I/O operations.
If you are not using PoE like I am, you can still use the auxiliary power connector - just make sure your Raspberry Pi power supply can handle the extra load (a good quality 5V/3A or higher USB-C power supply should work).