WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: trying to boot to logfile  (Read 1511 times)

Offline teebolek

  • Newbie
  • *
  • Posts: 6
trying to boot to logfile
« on: April 20, 2014, 03: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?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: trying to boot to logfile
« Reply #1 on: April 20, 2014, 03:53:39 PM »
Boot options go on the kernel line.
Also, this is not a core issue.

Offline teebolek

  • Newbie
  • *
  • Posts: 6
Re: trying to boot to logfile
« Reply #2 on: April 20, 2014, 03:58:49 PM »
Thanks. Sorry, my first  time here.