summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/1636217
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/hypervisor/1636217
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloademulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
emulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1636217')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/163621751
1 files changed, 51 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1636217 b/results/classifier/deepseek-2-tmp/output/hypervisor/1636217
new file mode 100644
index 00000000..5d81108c
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1636217
@@ -0,0 +1,51 @@
+
+qemu-kvm 2.7 does not boot kvm VMs with virtio on top of VMware ESX
+
+After todays Proxmox update all my Linux VMs stopped booting.
+
+# How to reproduce
+- Have KVM on top of VMware ESX (I use VMware ESX 6)
+- Boot Linux VM with virtio Disk drive.
+
+
+# Result
+virtio based VMs do not boot anymore:
+
+root@demotuxdc:/etc/pve/nodes/demotuxdc/qemu-server# grep virtio0 100.conf 
+bootdisk: virtio0
+virtio0: pvestorage:100/vm-100-disk-1.raw,discard=on,size=20G
+
+(initially with cache=writethrough, but that doesn´t matter)
+
+What happens instead is:
+
+- BIOS displays "Booting from harddisk..."
+- kvm process of VM loops at about 140% of Intel(R) Core(TM) i5-6260U CPU @ 1.80GHz Skylake dual core CPU
+
+Disk of course has valid bootsector:
+
+root@demotuxdc:/srv/pvestorage/images/100# file -sk vm-100-disk-1.raw 
+vm-100-disk-1.raw: DOS/MBR boot sector DOS/MBR boot sector DOS executable (COM), boot code
+root@demotuxdc:/srv/pvestorage/images/100# head -c 2048 vm-100-disk-1.raw | hd | grep GRUB
+00000170  be 94 7d e8 2e 00 cd 18  eb fe 47 52 55 42 20 00  |..}.......GRUB .|
+
+
+# Workaround 1
+- Change disk from virtio0 to scsi0
+- Debian boots out of the box after this change
+- SLES 12 needs a rebuilt initrd
+- CentOS 7 too, but it seems that is not even enough and it still fails (even in hostonly="no" mode for dracut)
+
+
+# Workaround 2
+Downgrade pve-qemu-kvm 2.7.0-3 to 2.6.2-2.
+
+
+# Expected results
+Disk boots just fine via virtio like it did before.
+
+
+# Downstream bug report
+Downstream suggests an issue with upstream qemu-kvm:
+
+https://bugzilla.proxmox.com/show_bug.cgi?id=1181
\ No newline at end of file