qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Tilman Sauerbeck <tilman@code-monkey.de>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] qemu-system-ppc: blank screen
Date: Wed, 6 Jul 2005 23:02:46 +0200	[thread overview]
Message-ID: <20050706210246.GA7000@code-monkey.de> (raw)
In-Reply-To: <20050630183736.GA3023@code-monkey.de>

Tilman Sauerbeck <tilman@code-monkey.de> [2005-06-30 20:37]:
> Next, I tried to install a real Linux distro (CRUX PPC,
> cruxppc.sunsite.dk):
> 
> I created a disk image (crux-ppc-2.0.img) and started qemu like this:
> 
> qemu-system-ppc -M prep -kernel zImage.prep -cdrom crux-ppc-2.0.iso
> -boot d -hda crux-ppc-2.0.img 
> 
> However, it doesn't boot correctly:
> http://code-monkey.de//files/qemu-crux_ppc.png

I was using the wrong root partition, the kernel tried to use /dev/hda6
instead of the cdrom, so I replaced
root=/dev/hda6 in zImage.prep with root=/dev/hdb.

Now the problem is that CRUX depends on devfs, which isn't enabled in
the stock prep kernel.

Does anyone have a prep kernel that includes devfs support?
Both Linux 2.4 and Linux 2.6 kernels would be appreciated (is Linux 2.6
supported by qemu-system-ppc yet?)

Thanks,
Tilman

-- 
learn to quote: http://www.netmeister.org/news/learn2quote.html

  parent reply	other threads:[~2005-07-06 21:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-30 16:20 [Qemu-devel] qemu-system-ppc: blank screen Tilman Sauerbeck
2005-06-30 16:45 ` Tero Kaarlela
2005-06-30 18:37   ` Tilman Sauerbeck
2005-06-30 19:35     ` Jim C. Brown
2005-06-30 19:59       ` Tilman Sauerbeck
2005-07-06 21:02     ` Tilman Sauerbeck [this message]
2005-06-30 20:16 ` [Qemu-devel] qemu-system-ppc Fabrice Bellard

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=20050706210246.GA7000@code-monkey.de \
    --to=tilman@code-monkey.de \
    --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).