qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] inside qemu, kernel 2.6.17-mm6 fails to boot disk image
@ 2006-11-10  9:29 Mulyadi Santosa
  2006-11-15  8:33 ` SOLVED " Mulyadi Santosa
  0 siblings, 1 reply; 2+ messages in thread
From: Mulyadi Santosa @ 2006-11-10  9:29 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

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

Strange thing is, it stucks on recognizing the root partition, which is 
formatted as ext3. This same disk image boots fine with 2.6.11.1 and 
2.6.15 (also with the same command line, different path of kernel image 
of course) . 

To clarify the issue, I attach the screenshot of the kernel's 
initialization phase. The kernel's configuration is also attached.

To get you more confused, this 2.6.17-mm6 kernel boots fine in real PC 
with the same disk image (FC2).

Anyone knows the real issue here? Thanks in advance.

regards,

Mulyadi

[-- Attachment #2: ext3-weirdness.jpeg.bz2 --]
[-- Type: application/x-bzip2, Size: 46219 bytes --]

[-- Attachment #3: .config.bz2 --]
[-- Type: application/x-bzip2, Size: 8182 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* SOLVED Re: [Qemu-devel] inside qemu, kernel 2.6.17-mm6 fails to boot disk image
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Mulyadi Santosa @ 2006-11-15  8:33 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-15  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` SOLVED " Mulyadi Santosa

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).