I see that I use to do (but haven't tested in years) opening another terminal, for example, using alt+F3, I would then use
Code:
vidcontrol -p < /dev/ttyv0 > shot1.scr
Then, using scr2png I would convert the scr to a png image. (It might also work with ImageMagick's convert but I've not tried that)
I would do that on the machine I was using for install, at least the vidcontrol < /dev/ttyv0 > shot1.scr.
Then, after installation, I would just scp the scr's over to another machine and do the scr2png there. Of course, you could also install scr2png on the machine you're installing, once finished with the install, and do the work on that machine.