Raspberry Pi setup & burn

How to run a headles, savely and fast debian OS on your Pi

Requirements

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