Hi, everyone
I pass a sata SSD that already has Windows 10 installed on it to a VM on Proxmox.
And after Windows recognized the hardware again the system start up and everything looks alright... but when I log in to my user so after a few seconds / minutes the VM just shuts down. Like I pressed Stop to the VM in Proxmox WebUI
I look at the Logs when it happened and I think it's related:
Here is the VM config:
Thanks
Itay
I pass a sata SSD that already has Windows 10 installed on it to a VM on Proxmox.
And after Windows recognized the hardware again the system start up and everything looks alright... but when I log in to my user so after a few seconds / minutes the VM just shuts down. Like I pressed Stop to the VM in Proxmox WebUI
I look at the Logs when it happened and I think it's related:
Code:
Jul 03 20:25:27 I1-PVE QEMU[21949]: KVM internal error. Suberror: 1
Jul 03 20:25:27 I1-PVE QEMU[21949]: emulation failure
Jul 03 20:25:27 I1-PVE QEMU[21949]: EAX=0000b364 EBX=00000000 ECX=00000000 EDX=000000b2
Jul 03 20:25:27 I1-PVE QEMU[21949]: ESI=00000000 EDI=00000000 EBP=d778f3b0 ESP=d778f278
Jul 03 20:25:27 I1-PVE QEMU[21949]: EIP=00008000 EFL=00010002 [-------] CPL=0 II=0 A20=1 SMM=1 HLT=0
Jul 03 20:25:27 I1-PVE QEMU[21949]: ES =0000 00000000 ffffffff 00809300
Jul 03 20:25:27 I1-PVE QEMU[21949]: CS =3000 00030000 ffffffff 00809300
Jul 03 20:25:27 I1-PVE QEMU[21949]: SS =0000 00000000 ffffffff 00809300
Jul 03 20:25:27 I1-PVE QEMU[21949]: DS =0000 00000000 ffffffff 00809300
Jul 03 20:25:27 I1-PVE QEMU[21949]: FS =0000 00000000 ffffffff 00809300
Jul 03 20:25:27 I1-PVE QEMU[21949]: GS =0000 00000000 ffffffff 00809300
Jul 03 20:25:27 I1-PVE QEMU[21949]: LDT=0000 00000000 ffffffff 00c00000
Jul 03 20:25:27 I1-PVE QEMU[21949]: TR =0040 86065000 00000067 00008b00
Jul 03 20:25:27 I1-PVE QEMU[21949]: GDT= 86066fb0 00000057
Jul 03 20:25:27 I1-PVE QEMU[21949]: IDT= 00000000 00000000
Jul 03 20:25:27 I1-PVE QEMU[21949]: CR0=00050032 CR2=1d212000 CR3=db04c002 CR4=00000000
Jul 03 20:25:27 I1-PVE QEMU[21949]: DR0=0000000000000000 DR1=0000000000000000 DR2=0000000000000000 DR3=0000000000000000
Jul 03 20:25:27 I1-PVE QEMU[21949]: DR6=00000000ffff0ff0 DR7=0000000000000400
Jul 03 20:25:27 I1-PVE QEMU[21949]: EFER=0000000000000000
Jul 03 20:25:27 I1-PVE QEMU[21949]: Code=kvm: /build/pve-qemu/pve-qemu-kvm-5.1.0/include/hw/core/cpu.h:651: cpu_asidx_from_attrs: Assertion `ret < cpu->num_ases && ret >= 0' failed.
Jul 03 20:25:27 I1-PVE kernel: sda: sda1 sda2 sda3 sda4 sda5
Jul 03 20:25:28 I1-PVE kernel: fwbr100i0: port 2(tap100i0) entered disabled state
Jul 03 20:25:28 I1-PVE kernel: fwbr100i0: port 2(tap100i0) entered disabled state
Jul 03 20:25:28 I1-PVE qmeventd[710]: Starting cleanup for 100
Jul 03 20:25:28 I1-PVE kernel: fwbr100i0: port 1(fwln100i0) entered disabled state
Jul 03 20:25:28 I1-PVE kernel: vmbr0: port 3(fwpr100p0) entered disabled state
Jul 03 20:25:28 I1-PVE kernel: device fwln100i0 left promiscuous mode
Jul 03 20:25:28 I1-PVE kernel: fwbr100i0: port 1(fwln100i0) entered disabled state
Jul 03 20:25:28 I1-PVE kernel: device fwpr100p0 left promiscuous mode
Jul 03 20:25:28 I1-PVE kernel: vmbr0: port 3(fwpr100p0) entered disabled state
Here is the VM config:
Code:
agent: 1
bios: ovmf
boot:
cores: 4
cpu: host
hostpci0: 01:00,pcie=1,x-vga=1
machine: q35
memory: 8192
name: Windows-10
net0: virtio=66:2D:A7:45:6E:58,bridge=vmbr0,firewall=1
numa: 0
ostype: win10
sata2: /dev/disk/by-id/ata-HFS500G32TND-N1A2A_EJ73N465010103B9L,size=488386584K,ssd=1#This is the drive
sata3: /dev/disk/by-id/ata-WDC_WD20EZRZ-00Z5HB0_WD-WCC4M1FZ42ZF,size=1953514584K
scsihw: virtio-scsi-pci
smbios1: uuid=9178e446-8732-4416-87eb-32d9baaebd06
sockets: 1
unused0: local-lvm:vm-100-disk-1
unused1: local-lvm:vm-100-disk-0
unused2: local-lvm:vm-100-disk-2
unused3: local-lvm:vm-100-disk-3
usb0: host=045e:0745
vga: none
vmgenid: 4afbea3b-fdd8-4a0e-96e0-3e462e945fd9
Thanks
Itay