The official SD card images are not GPT, but MBR images. Watch out.I recently extracted an M2 NVMe from a lenovo thinkpad laptop. I have use fdisk to remove all data and create new gpt table. i then cloned my sd card data to nvme. i changed boot settings to boot from nvme. i also changed nvme delay settings and it just does not boot. I am not sure what to do. my pi recognizes the m2 nvme, and i am using a pironman5 max.
How did you clone? The easiest way is with the standard Unix dd:
dd if=/dev/mmcblk0 of=/dev/sdx bs=1M status=progress
where mmcblk0 is your SD card reader and /dev/sdx is your SSD.
What does the Debug Uart (the small port between the HDMI ports) say? Get an USB adapter and a suitable cable and have a look!
Statistics: Posted by fchk — Tue Jan 06, 2026 6:20 pm