If anybody has a working config for either "grub" or "grub-legacy", I'd be curious to hear how you set it up / see your grub and kernel configs. So far, all my attempts end with selecting an entry on the grub prompt and then getting a black screen on console and the system hanging until I reboot.
Sample from one of my passes:
Code:
timeout 25
default 0
title latest
root (hd0)
kernel /boot/vmlinuz root=/dev/sda console=/dev/ttyS0
- Les
Edit: Figured it out, I'm dumb. For starters, it should be console=ttyS0, not /dev/ttyS0. Also, if you disable CONFIG_SERIAL_8250_CONSOLE, you're gonna have a bad time. Virtio block/network options are also helpful