All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1767200] [NEW] Kernel Panic Unable to mount root fs on unknown-block(31, 3)
@ 2018-04-26 21:14 nada
  2018-04-27  4:10 ` [Qemu-devel] [Bug 1767200] " Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: nada @ 2018-04-26 21:14 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Using the latest qemu:
qemu-system-arm.exe -kernel C:\Users\a\Downloads\kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -machine versatilepb -cdrom C:\Users\a\Downloads\picore-9.0.3.img

Gives error:
Kernel Panic Unable to mount root fs on unknown-block(31,3)

I have tried different ARMv6 ARMv7 images/kernels with the same result.

** Affects: qemu
     Importance: Undecided
         Status: New

** Attachment added: "VFS Kernel Panic Unable to mount root fs on unknown-block(31,3)"
   https://bugs.launchpad.net/bugs/1767200/+attachment/5127917/+files/Qemu-PANIC-VFS-31-3.JPG

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1767200

Title:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

Status in QEMU:
  New

Bug description:
  Using the latest qemu:
  qemu-system-arm.exe -kernel C:\Users\a\Downloads\kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -machine versatilepb -cdrom C:\Users\a\Downloads\picore-9.0.3.img

  Gives error:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

  I have tried different ARMv6 ARMv7 images/kernels with the same
  result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1767200/+subscriptions

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

* [Qemu-devel] [Bug 1767200] Re: Kernel Panic Unable to mount root fs on unknown-block(31, 3)
  2018-04-26 21:14 [Qemu-devel] [Bug 1767200] [NEW] Kernel Panic Unable to mount root fs on unknown-block(31, 3) nada
@ 2018-04-27  4:10 ` Thomas Huth
  2018-04-27 10:15 ` Peter Maydell
  2018-06-27  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2018-04-27  4:10 UTC (permalink / raw)
  To: qemu-devel

Did it work with a previous version of QEMU? If yes, which version? And
since you're using -kernel ... don't you maybe have to use -initrd here,
too?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1767200

Title:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

Status in QEMU:
  Incomplete

Bug description:
  Using the latest qemu:
  qemu-system-arm.exe -kernel C:\Users\a\Downloads\kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -machine versatilepb -cdrom C:\Users\a\Downloads\picore-9.0.3.img

  Gives error:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

  I have tried different ARMv6 ARMv7 images/kernels with the same
  result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1767200/+subscriptions

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

* [Qemu-devel] [Bug 1767200] Re: Kernel Panic Unable to mount root fs on unknown-block(31, 3)
  2018-04-26 21:14 [Qemu-devel] [Bug 1767200] [NEW] Kernel Panic Unable to mount root fs on unknown-block(31, 3) nada
  2018-04-27  4:10 ` [Qemu-devel] [Bug 1767200] " Thomas Huth
@ 2018-04-27 10:15 ` Peter Maydell
  2018-06-27  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2018-04-27 10:15 UTC (permalink / raw)
  To: qemu-devel

That's a guest error message, meaning it couldn't mount the root filesystem. This is almost certainly because you're not telling the guest kernel the right argument for where to find its rootfs (which you've provided with -cdrom). Googling suggests that you're getting this kernel from https://github.com/dhruvvyas90/qemu-rpi-kernel -- which has a readme file which tells you what command line options you need to use. Specifically:
 * you need to have 'root=/dev/sda2' in your -append argument
 * you want to use -hda rather than -cdrom

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1767200

Title:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

Status in QEMU:
  Incomplete

Bug description:
  Using the latest qemu:
  qemu-system-arm.exe -kernel C:\Users\a\Downloads\kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -machine versatilepb -cdrom C:\Users\a\Downloads\picore-9.0.3.img

  Gives error:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

  I have tried different ARMv6 ARMv7 images/kernels with the same
  result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1767200/+subscriptions

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

* [Qemu-devel] [Bug 1767200] Re: Kernel Panic Unable to mount root fs on unknown-block(31, 3)
  2018-04-26 21:14 [Qemu-devel] [Bug 1767200] [NEW] Kernel Panic Unable to mount root fs on unknown-block(31, 3) nada
  2018-04-27  4:10 ` [Qemu-devel] [Bug 1767200] " Thomas Huth
  2018-04-27 10:15 ` Peter Maydell
@ 2018-06-27  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2018-06-27  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1767200

Title:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

Status in QEMU:
  Expired

Bug description:
  Using the latest qemu:
  qemu-system-arm.exe -kernel C:\Users\a\Downloads\kernel-qemu-4.4.34-jessie -cpu arm1176 -m 256 -machine versatilepb -cdrom C:\Users\a\Downloads\picore-9.0.3.img

  Gives error:
  Kernel Panic Unable to mount root fs on unknown-block(31,3)

  I have tried different ARMv6 ARMv7 images/kernels with the same
  result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1767200/+subscriptions

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

end of thread, other threads:[~2018-06-27  4:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 21:14 [Qemu-devel] [Bug 1767200] [NEW] Kernel Panic Unable to mount root fs on unknown-block(31, 3) nada
2018-04-27  4:10 ` [Qemu-devel] [Bug 1767200] " Thomas Huth
2018-04-27 10:15 ` Peter Maydell
2018-06-27  4:17 ` Launchpad Bug Tracker

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.