Grub2
I knew Grub2 was coming and I would have to figure out how to use it. The grub terminal has somewhat changed; e.g. the kernel command got replaced by the linux command. To get my MacMini booting from the grub terminal I need the following commands:
root (hd0,4)
linux /vmlinuz root=/dev/sda4
boot