SSD preparation for image transfer sudo apt install git libusb-1.0-0-dev pkg-config sudo mkdir usbboot cd usbboot git clone –depth=1 https://github.com/raspberrypi/usbboot make sudo ./rpiboot -d recovery RPIBOOT: build-date Apr 14 2023 version 20221215~105525 21ba5119 Loading: recovery/bootcode4.bin Waiting for BCM2835/6/7/2711... Loading: recovery/bootcode4.bin Sending bootcode.bin Successful read 4 bytes Waiting for BCM2835/6/7/2711... Loading: recovery/bootcode4.bin Second stage boot server Loading: recovery/config.txt File read: config.txt Loading: recovery/pieeprom.bin Loading: recovery/pieeprom.bin Loading: recovery/pieeprom.sig File read: pieeprom.sig Loading: recovery/pieeprom.bin File read: pieeprom.bin Second stage boot server done sudo ./rpiboot -d mass-storage-gadget RPIBOOT: build-date Apr 14 2023 version 20221215~105525 21ba5119 Loading: mass-storage-gadget/bootcode4.bin Waiting for BCM2835/6/7/2711... Loading: mass-storage-gadget/bootcode4.bin Sending bootcode.bin Successful read 4 bytes Waiting for BCM2835/6/7/2711... Loading: mass-storage-gadget/bootcode4.bin Second stage boot server Loading: mass-storage-gadget/config.txt File read: config.txt Loading: mass-storage-gadget/boot.img File read: boot.img Second stage boot server done usbboot$ lsusb Bus 002 Device 002: ID 0644:0200 TEAC Corp. All-In-One Multi-Card Reader CA200/B/S Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 014: ID 0a5c:0104 Broadcom Corp. Raspberry Pi multi-function USB device Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 003: ID 413c:2107 Dell Computer Corp. Dell USB Entry Keyboard Bus 003 Device 002: ID 046d:c050 Logitech, Inc. RX 250 Optical Mouse Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub sudo dmesg [11336.670444] scsi 8:0:0:0: Direct-Access nvme0n1 PQ: 0 ANSI: 2 [11336.670446] scsi 7:0:0:0: Direct-Access mmcblk0 PQ: 0 ANSI: 2 [11336.670937] scsi 7:0:0:0: Attached scsi generic sg7 type 0 [11336.671437] sd 8:0:0:0: Attached scsi generic sg8 type 0 [11336.671897] sd 7:0:0:0: Power-on or device reset occurred [11336.672003] sd 8:0:0:0: Power-on or device reset occurred [11336.672811] sd 8:0:0:0: [sdh] 250069680 512-byte logical blocks: (128 GB/119 GiB) [11336.672813] sd 7:0:0:0: [sdg] 15269888 512-byte logical blocks: (7.82 GB/7.28 GiB) [11336.792494] sd 8:0:0:0: [sdh] Write Protect is off [11336.792498] sd 8:0:0:0: [sdh] Mode Sense: 0f 00 00 00 [11336.792721] sd 7:0:0:0: [sdg] Write Protect is off [11336.792728] sd 7:0:0:0: [sdg] Mode Sense: 0f 00 00 00 [11336.905340] sd 7:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [11336.905544] sd 8:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [11337.166387] sdh: sdh1 sdh2 [11337.415169] sd 7:0:0:0: [sdg] Attached SCSI removable disk [11337.425166] sd 8:0:0:0: [sdh] Attached SCSI removable disk [11337.811815] FAT-fs (sdh1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [11337.857409] EXT4-fs (sdh2): recovery complete [11337.858838] EXT4-fs (sdh2): mounted filesystem with ordered data mode. Opts: (null)