-
Prepare bootable USB stick
-
Boot the Raspberry Pi from the stick OR adjust the source partitions below if using a NVMe to USB adapter
-
Format NVMe drive to 4K sector size
apt install nvme-cli
nvme format /dev/nvme0n1 --lbaf=1Prepare bootable USB stick
Boot the Raspberry Pi from the stick OR adjust the source partitions below if using a NVMe to USB adapter
Format NVMe drive to 4K sector size
apt install nvme-cli
nvme format /dev/nvme0n1 --lbaf=1or if booted to OS from https://github.com/raspberrypi/rpi-eeprom/tree/master/firmware-2712/default
wget path/pieeprom.bin
rpi-eeprom-update -df pieeprom.bin