1.1 Uncompress the .tar.gz file using for example 7-Zip in Windows or "tar xzvf file.tar.gz" in GNU/Linux
Windows: Raspberry Pi Imager
GNU/Linux:
- open a terminal
- check your SD device, for example /dev/mmcblk0
- sudo dd if=Reanimator-Pi-server-SD16GB-no-images.img of=/dev/mmcblk0 bs=4M
- File -> Virtual media manager -> Add .vdi file extracted
Create a new VirtualBox virtual machine:
- Machine -> New. Name "Debian i386-Reanimator", type "Linux" and version "Debian (32-bit)"
- Memory size: 512 MB
- Use existing virtual hard disk file -> select .vdi file extracted
- When the virtual machine has been created, select "Configuration", "Network" and select "Connected to:" -> "Bridge adapter". Select the specific adapter name of your computer.