Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.17 KB

restoring_image.md

File metadata and controls

20 lines (19 loc) · 1.17 KB

Restoring Reanimator image

REANIMATOR.jpg

1. Restoring Reanimator to a SD Card or in VirtualBox

1.1 Uncompress the .tar.gz file using for example 7-Zip in Windows or "tar xzvf file.tar.gz" in GNU/Linux

1.2 Restoring to a SD Card (16 GB or more) for Raspberry Pi

Restore the .img file extracted, you can use these tools:
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

1.3 Restoring to VirtualBox

- 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.