From: Stephane Eranian <eranian@frankl.hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Serial console during linux boot
Date: Mon, 12 Feb 2001 15:45:08 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590693005135@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590693005123@msgid-missing>
Hi,
>
> : eisa@scali9-13:eisa; cat /boot/efi/startup.nsh
> lilo -a -i initrd-2.4.0-0.43smp.img vmlinux-2.4.0-0.43smp root=/dev/sda2
> console=ttyS0,115200n8
>
You are missing the quotes around the console= command.
>
> : eisa@scali9-13:eisa; cat /boot/efi/startup.nsh
> lilo -a -i initrd-2.4.0-0.43smp.img vmlinux-2.4.0-0.43smp root=/dev/sda2
> console=tty console=ttyS0,115200n8
>
You are missing the quotes around the console= command here also.
Here is the valid command:
lilo -a -i initrd-2.4.0-0.43smp.img vmlinux-2.4.0-0.43smp root=/dev/sda2
console=tty0 console="ttyS0,115200n8"
> root=/dev/sda2 console=tty console=ttyS0 115200n8
> LILO for EFI/IA-64 1.1
> lilo: ignoring trailing 108 characters on command line
> kernel is 'vmlinux-2.4.0-0.43smp'
> arguments are 'root=/dev/sda2 console=tty console=ttyS0 115200n8'
^^^^^^^^^^^^^^
You see here that without quotes, the comma is dropped and the kernel simply
ignores the option. That's why you don't see anything.
>
> I use the "out of box" RedHat 7.0 smp kernel from the Dec 13 2000 beta
> distro.
>
> I have tried to grep for the "_PRT is missing package" but it didn't
Because this is a composite message coming from the ACPI code.
Hope this fixes it this time !
--
-Stephane
next prev parent reply other threads:[~2001-02-12 15:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-09 17:28 [Linux-ia64] Serial console during linux boot Einar Saltnes
2001-02-09 18:03 ` Stephane Eranian
2001-02-09 19:17 ` Andreas Schwab
2001-02-12 15:01 ` Einar Saltnes
2001-02-12 15:45 ` Stephane Eranian [this message]
2001-02-12 16:40 ` Einar Saltnes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590693005135@msgid-missing \
--to=eranian@frankl.hpl.hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.