I cannot get the Raspberry pi 5to boot from NVMe, I set NVMe first for boot but it seems to give up quickly and go on to USB and SD… without USB or SD present
I booted from an SD updated, updated firmware, installed the recommended Pi OS 64 bit on the NVMe with no errors, chose to boot from NVMe first in the Raspberry pi app… I then tried installing the OS on both drives… I then removed the SD card and nothing makes it boot the NVMe.
I also can’t figure out how to mount the drives booted from SD or USB thumb drive… they appear with lsblk but I can’t figure out how to mount them.
I’ve read that the Pi doesn’t like to boot from “behind a PCI bridge” which I’m assuming is what is happening but I also see people sucessfully booting from the duo?
The drives came with the nvme board so I assume they are compatable…
Someone had a hack where they booted from a USB partition but then configured that to load the OS from a NVMe, but I can’t mount the drive to get it’s ID to put in the config file…
I did not overclock the pci bus… to level 3 or whatever
Been there done that on a couple of occasions. ;) It happens.
I do believe its because of the PCIe Gen2 Packet Switcher. The current Pi 5 Firmware isn’t able to boot from it.
Sounds like you’d need to add them to /etc/fstab - from vague memory I think the default one has some notes explaining the various settings (don’t think any of my Pi are in a state for me to look right now!)
I did some digging and I got them mounted… but now I need a use case for fast external storage… I’m used to big external USB drives being
Anybody have some tips?
I saw one person editing the boot partition from a USB to pointing at one of the NVMe drives… but needed to find the /fstab code for the drive to put into the boot file…
I wonder why a USB drive and editing the boot partition on the SD Card?
I don’t know if it still applies to the PI 5, but I seem to recall it was possible to put some form of minimal “boot” on a microSD that then loads the OS from another drive. I think it worked for the PI 3 anyway. At the time I just wanted to boot from a USB drive because I’d already worn out a microSD card.