Is there a guide somewhere on how I can install RPI OS into the fresh new NVME and boot from it. I have Neo 5 with NVME and so far there are no direct guide on how to setup from 0. I mean how can I put the OS into my NVME and then boot it up from it. TIA.
For my RPI4 I created a bootable SD card for a my target OS, in my case with LibreELEC-RPi4.aarch64-12.0.1.img. Then I booted that SD card and downloaded the same image again onto it. Then wrote that image to the nvme disc: ‘dd if=./LibreELEC-RPi4.aarch64-12.0.1.img of=/dev/nvmedisc bs=1M’.
- /dev/nvmedisc is most likely ‘/dev/sda’ but cant remember right now, first disc on the system that isnt the SD card itself, run ‘blkid’ or ‘lsblk’. Must point to the entire disc not a partition.
After writing the image I made sure with raspi-config that bootorder had nvme enabled (advanced options/boot order) and then I shut down, removed the SD card and powered up. Voila.
Cant see a reason why this shouldn’t work with a raspios image.