Using VBoxManage I can get a capture of the screen, but I want to do some OS install automation without the benefit of the guest additions (wait for a screen, press a key, etc...). I wondered if there's a trick to getting the text-mode text from the screen before VirtualBox renders it into the frame buffer so I don't have to do OCR on the captured images.
I'm prepared to recompile VB to get this information out, I wondered if anyone knows how difficult it would be?
Thanks!