I have already set up console redirection in the BIOS; that's how I'm getting the initial messages from the bootloader, as I described in my initial post. The problem is that once the kernel loads and the VMWare installer starts, I don't get anything else -- presumably because the installer is trying to push the output to the VGA card that isn't there.
The linux kernel has an option console=ttyS0 that will tell it to send kernel messages to the serial port. I'm wondering if VMWare has that option.
If not, I could live with specifiying all the options in the boot configuration file (rootpass, IP info, install disk, etc) so that it wouldn't ask me any questions, just install to the one disk, and start up the management server on the specified IP address. Is that possible?
Thank you.