AKA you are trying to install Raspberry Pi OS Lite headlessly, yet someone didn't include the service file responsible for enabling SSH.
- Mount the medium:
# Find which device corresponds to the card: lsblk # Make a mount point: mkdir /mnt/ext01 # Mount, use device ID from earlier: mount /dev/<device> /mnt …