summary refs log tree commit diff stats
path: root/results/classifier/108/other/1767200
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/1767200')
-rw-r--r--results/classifier/108/other/176720036
1 files changed, 36 insertions, 0 deletions
diff --git a/results/classifier/108/other/1767200 b/results/classifier/108/other/1767200
new file mode 100644
index 000000000..bb1d49972
--- /dev/null
+++ b/results/classifier/108/other/1767200
@@ -0,0 +1,36 @@
+graphic: 0.822
+device: 0.659
+semantic: 0.544
+network: 0.426
+performance: 0.331
+files: 0.286
+other: 0.284
+permissions: 0.250
+socket: 0.234
+vnc: 0.216
+boot: 0.212
+PID: 0.178
+debug: 0.163
+KVM: 0.009
+
+Kernel Panic Unable to mount root fs on unknown-block(31,3)
+
+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.
+
+
+
+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?
+
+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
+
+
+[Expired for QEMU because there has been no activity for 60 days.]
+