Raspberry Pi setup & burn
How to run a headles, savely and fast debian OS on your Pi
Requirements
- Raspberry Pi4 Bord or a Bundle
- Powersupply (5V, min 2.5A)
- mSATA SSD adaptor to USB 3.0
- Msata M.1 SSD min.32GB
- Imager
- SSH-Client
- a cup of coffee
Prepair the Guest OS and USB-SSD
- Download and install the imager
- plugin the USB-SSD
- open a shell with command or powershell as admin and type the following commands:
(start diskpart within the shell and list all known disks on the computer)
diskpart
list disk
remember the number on your USB-SSD disk, in this example we use no. 10
make shure you type the right disk number on this command:
select disk 10
in five steps you prepair the writable partition
clean
create partition primary
sel par 1
format fs=fat32 label=F32 quick
assign
leave diskpart
exit
PI OS-Installation
- Open the imager and select the RASPBERRY PI OS (32-BIT) on the left Button
- select on the right button your USB-SSD
- don't make changes on the options an write the image to our disk
PI prepair and boot
- open a fileexplorer to the USB-SSD root and create a file named "ssh" (without a fileexentsion!)
- close the fileexplorer, unmount the USB-SSD from the computer
- plugin the USB-SSD to the USB3 port on the RPI
- connect the lan port on the pi within our local network, like a switch or router (we doesn't use wifi)
- plugin the powersupply to start the RPI