Tiny Core Linux

General TC => General TC Talk => Topic started by: teebolek on April 20, 2014, 06:40:55 PM

Title: trying to boot to logfile
Post by: teebolek on April 20, 2014, 06:40:55 PM
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?
Title: Re: trying to boot to logfile
Post by: gerald_clark on April 20, 2014, 06:53:39 PM
Boot options go on the kernel line.
Also, this is not a core issue.
Title: Re: trying to boot to logfile
Post by: teebolek on April 20, 2014, 06:58:49 PM
Thanks. Sorry, my first  time here.