summaryrefslogtreecommitdiffstats
path: root/results/classifier/accel-gemma3:12b/kvm/1904206
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
commit4d9e26c0333abd39bdbd039dcdb30ed429c475ba (patch)
tree4010d5fb3e8bc48c110a2c1ff2a16b8648cb86bb /results/classifier/accel-gemma3:12b/kvm/1904206
parent5541099586dbd6018574cb44e1934907c121526f (diff)
downloademulator-bug-study-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.tar.gz
emulator-bug-study-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.zip
add gemma accelerator classification results
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1904206')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/190420619
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1904206 b/results/classifier/accel-gemma3:12b/kvm/1904206
new file mode 100644
index 00000000..39897763
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1904206
@@ -0,0 +1,19 @@
+
+install QEMU
+
+I want install QEMU on Kali, I write :
+
+qemu-system-arm -kernel ~/qemu_vms/kernel-qemu-3.10.25-wheezy -cpu arm1176 -m 256 -M versatilepb -serial stdio -append "root=/dev/sda2 rootfstype=ext4 rw" -hda ~/qemu_vms/2020-08-20-raspios-buster-armhf-full.img -nic user,hostfwd=tcp::5022-:22 -no-reboot
+
+The answer :
+
+WARNING: Image format was not specified for '/home/kali/qemu_vms/2020-08-20-raspios-buster-armhf-full.img' and probing guessed raw.
+ Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
+ Specify the 'raw' format explicitly to remove the restrictions.
+pulseaudio: set_sink_input_volume() failed
+pulseaudio: Reason: Invalid argument
+pulseaudio: set_sink_input_mute() failed
+pulseaudio: Reason: Invalid argument
+Uncompressing Linux... done, booting the kernel.
+
+I tried a lot of solutions but nothing worked. Please help \ No newline at end of file