All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mulyadi Santosa <a_mulyadi@softhome.net>
To: qemu-devel@nongnu.org
Subject: SOLVED Re: [Qemu-devel] inside qemu, kernel 2.6.17-mm6 fails to boot disk image
Date: Wed, 15 Nov 2006 15:33:15 +0700	[thread overview]
Message-ID: <200611151533.15347.a_mulyadi@softhome.net> (raw)
In-Reply-To: <200611101629.33619.a_mulyadi@softhome.net>

Hi..

> Hello everybody
>
> Today I boot my FC2 disk image along with 2.6.17-mm6 kernel using
> this command line:
> qemu -hda ./fc2.img -m 64 -net none -kernel
> /mnt/linux/linux-2.6.17-mm6-HZ1000/arch/i386/boot/bzImage -no-kqemu
> -append root=/dev/hda1

Following up my own post, I revealed that this problem was related with 
the fact that both of these kernel configs were disabled:
CONFIG_IDE_GENERIC
CONFIG_BLK_DEV_GENERIC

The solution , in case you meet the same trouble like me, is to enable 
those two configs and it should boot fine.

NB: Of course, it wouldn't hurt if you check the partition with fsck so 
you're sure nothing is wrong inside the partition itself. In my case, 
fsck found nothing wrong in my disk image.

regards,

Mulyadi

      reply	other threads:[~2006-11-15  8:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-10  9:29 [Qemu-devel] inside qemu, kernel 2.6.17-mm6 fails to boot disk image Mulyadi Santosa
2006-11-15  8:33 ` Mulyadi Santosa [this message]

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=200611151533.15347.a_mulyadi@softhome.net \
    --to=a_mulyadi@softhome.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.