Practicing with a FreeBSD installation as a guest operating system on VirtualBox I found a way to make a cool animated gif, take a look.

Installing FreeBSD

To find a slow motion version you can go here.

And if you want to create your own animated gif you can install Imagemagick and run the command:

$ convert -delay 60 -loop 0 *.jpg your-animated.gif