[SOLVED] Windows 2008 BSOD after migration from ESXi 6.0

beriapl

Active Member
Jan 22, 2019
23
0
41
42
Hello,

I'm a bit stuck here.
I need to recover the old VM from died ESXi 6.0
I've got only files from VMWare, and in .vmx I've got this line:

Code:
scsi0.virtualDev = "lsisas1068"

I've converted .vmdk to qcow2 using qemu-img convert.

I'm able to see boot same as in this thread: https://forum.proxmox.com/threads/windows-2008-r2-guest-bsod-proxmox-6-0.56100/

When I go to repair windows installation - I need to first add drivers from virtio.iso, (without adding drivers this installed windows disk is not even visible) then I see this:

1619644769200.png

But it won't repair system when I go next, so my best guess is just missing driver during boot. But... how to actually inject those drivers?

This is my VM config on proxmox (newest one 6.4-4 - fresh installation):

Code:
qm config 100
boot: order=scsi0
cores: 1
ide2: local:iso/virtio-win-0.1.185.iso,media=cdrom,size=402812K
machine: pc-i440fx-5.2
memory: 2048
name: DP-SERVER-WRO
net0: e1000=2E:92:EC:9E:09:DB,bridge=vmbr0,firewall=1
numa: 0
ostype: w2k8
scsi0: local-lvm:vm-100-disk-1,size=40G
scsihw: virtio-scsi-pci
smbios1: uuid=29c30ea0-4c39-4c54-89a2-5561f70f78ae
sockets: 1
unused0: local-lvm:vm-100-disk-0
vmgenid: 72740e4d-3534-4062-8b03-ba5c2479ce7c
 
Last edited:
You're better off attaching the disk using IDE or SATA, getting it to boot up, then install virtio driver and finally switch it over.
Going straight to any disk controller with no driver will almost always BSOD with Windows 7/2008 variants.
 
  • Like
Reactions: beriapl
I've tried almost all of those, and it worked with: LSI53C810 + HDDs on IDE.

Thanks for suggestions!