Synopsis

Basically, we're going to use Raspberry Pi Imager to burn a bootable image of Raspberry Pi OS (64-bit) to a Micro-SD Card, insert it into the Pi, assemble the Pi, boot the Pi and then use the image on the SD card to image the SSD. It's possible to directly image the SSD if you have the right equipment, but this has the added bonus of having a bootable SD card in the Pi both for recovery purposes and to make an image-backup of the SSD environment.

Burn the Raspberry Pi OS onto the Micro-SD card

Assemble the parts and put into the case

Log into the Pi and update

NOTE: Everything in this section is updating the Micro-SD card. This is important for three reasons:

  1. You're going to use the SD card to install Raspberry Pi OS on the NVME SSD, and you don't want problems with that process
  2. The SSD is your "Recovery" system. If you end up with problems with the boot process on the NVME SSD, you can always revert to the Micro-SD for troubleshooting.
  3. In order to do an image backup of the SSD environment, we're going to be booting back into the Micro-SD card. So we want it up-to-date.

Burn the Raspberry Pi OS onto the NVME SSD

Previous: 1. Raspberry Pi Hardware
Next: Self-Hosting/3. Syncthing