Skip to content

Booting a ScreenInvader disk image in a VM

Amir Hassan edited this page Apr 22, 2015 · 5 revisions

Install Qemu

apt-get install qemu-system

Boot the screeninvader

You'll need to replace image.dd with a screeninvader image file.

Debug (amd64) image
./runimage.sh -a amd64 image.dd
Release (armhf) image
./runimage.sh -a armhf image.dd

Note that the vm does not allow any incoming network traffic to the guest system except for tcp connections on port 2222 (ssh), 8000 (http) and 8080 (websocket) of the host system which are forwarded to the guest system.