From: Robert Reif <reif@earthlink.net>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Can't boot my sparc system anymore
Date: Sun, 28 Sep 2008 14:21:20 -0400 [thread overview]
Message-ID: <48DFCB20.7090106@earthlink.net> (raw)
In-Reply-To: <f43fc5580809281108la718e4co713ef6ec8e762397@mail.gmail.com>
Blue Swirl wrote:
> 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.
>
>
>
>
It may not be right but it does (did) work. Here is current svn with
the failing command line test disabled running:
qemu-system-sparc -hda c.img -M SS-10 -append "Linux console=ttyS0
video=tcxfb:off" -nographic
Configuration device id QEMU version 1 machine id 64
CPUs: 1 x TI,TMS390Z55
Welcome to OpenBIOS v1.0RC1 built on Sep 18 2008 19:07
Type 'help' for detailed information
[sparc] Booting file 'disk' with parameters 'Linux console=ttyS0
video=tcxfb:off'
Not a bootable ELF image
Not a Linux kernel image
Loading a.out image...
Loaded 7680 bytes
entry point is 0x4000
Jumping to entry point...
SILO Version 1.4.13
Uncompressing image...
next prev parent reply other threads:[~2008-09-28 18:21 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
2008-09-28 18:21 ` Robert Reif [this message]
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=48DFCB20.7090106@earthlink.net \
--to=reif@earthlink.net \
--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 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.