I installed Raspberry Pi OS Lite on a headless Pi5, I got a NVME hat and I'm trying to move the boot to it. I do not have a gui so I used usb-boot to replicate the SD on the NVME disk. After that I used raspi-config to set the boot order starting from NVME. The first couple of attempt the Pi5 was turning off after sometime (front led red), after that booted correctly but using SD for boot partition and NVME for root:If I remove the SD card it does not boot. I also mounted and checked the boot partition of NVME and apparently looks fine, no error and all files are present.
I'm confused, how can I make the system booting from NVME only?
Code:
dfFilesystem 1K-blocks Used Available Use% Mounted onudev 4089744 0 4089744 0% /devtmpfs 825728 13600 812128 2% /run/dev/nvme0n1p2 959786736 2822500 908135992 1% /tmpfs 4128592 0 4128592 0% /dev/shmtmpfs 5120 48 5072 1% /run/lock/dev/mmcblk0p1 522230 56932 465298 11% /boot/firmwaretmpfs 825712 0 825712 0% /run/user/1000I'm confused, how can I make the system booting from NVME only?
Statistics: Posted by jimmi61 — Mon May 26, 2025 3:31 am — Replies 2 — Views 46