In an effort to try to capture the boot process to the logfile I'm trying to specify the "syslog" bootcode.
My GRUB command list looks as follows:
kernel /boot/vmlinuz
syslog
initrd /boot/core.gz
but I'm getting
syslog
Error 27: Unrecognized command
What am I doing wrong?