diff options
Diffstat (limited to 'results/classifier/gemma3:12b/boot/1904206')
| -rw-r--r-- | results/classifier/gemma3:12b/boot/1904206 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/boot/1904206 b/results/classifier/gemma3:12b/boot/1904206 new file mode 100644 index 000000000..398977635 --- /dev/null +++ b/results/classifier/gemma3:12b/boot/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 |