qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Blue Swirl" <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Can't boot my sparc system anymore
Date: Sun, 28 Sep 2008 21:08:42 +0300	[thread overview]
Message-ID: <f43fc5580809281108la718e4co713ef6ec8e762397@mail.gmail.com> (raw)
In-Reply-To: <48DFC2A5.6040305@earthlink.net>

On 9/28/08, Robert Reif <reif@earthlink.net> wrote:
> I tried running  one of my sparc system boot scripts that does:
>
>  qemu-system-sparc -hda c.img -M SS-10 -append "console=ttyS0
> video=tcxfb:off" -nographic
>
>  and I now get:
>
>  -append only allowed with -kernel option
>
>  This is a recent regression.  Do I need to do this differently now or is
> this a bug?

It has never worked. -append is used only with preloaded Linux kernel
, it is not passed to the boot loader. Please use -prom-env, for
example -prom-env 'boot-args=linux single'.

Also -nographic is passed to OpenBIOS which switches prom console to
serial, so it is not necessary to use 'console=xxx' or 'video=xxx'
options. Linux uses prom console before switching to its own console
functions.

  reply	other threads:[~2008-09-28 18:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-28 17:45 [Qemu-devel] Can't boot my sparc system anymore Robert Reif
2008-09-28 18:08 ` Blue Swirl [this message]
2008-09-28 18:21   ` Robert Reif
2008-09-28 18:48     ` Blue Swirl
2008-09-29  0:04       ` Robert Reif
2008-09-29 15:50         ` Blue Swirl
2008-09-30  0:52           ` Robert Reif
2008-09-30 16:06             ` Blue Swirl
2008-09-30 16:16               ` Anthony Liguori
2008-09-30 18:25             ` Anthony Liguori
2008-09-30 22:37               ` Robert Reif
2008-10-01 17:43                 ` Anthony Liguori
2008-10-02  0:08                   ` Robert Reif

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=f43fc5580809281108la718e4co713ef6ec8e762397@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).