[SOLVED] VM is not bootable after disk device changing from sata to scsi

mikiz

New Member
Jul 7, 2025
11
1
3
Hi everybody,

I migrated Vmware vm to proxmox using proxmox import tool.When vm were imported, disk device were sata i change it to scsi but vm is not bootable.Vm is windows server 2016. But i change disk device sata again vm can be bootable.What do i miss?

Note:I reordered the boot order.

Thanks
 
There’s a process to detect/install the SCSI controller driver.

 
  • Like
Reactions: _gabriel
There’s a process to detect/install the SCSI controller driver.

Thank you

I tried to change disk device before installing virtio driver. After installing works perfectly.
 
  • Like
Reactions: SteveITS
But i have a problem.After changing to scsi some application based windows services is not starting on the vm.This can be about the changing to scsi?
 
Windows doesn’t install the driver until it sees the controller, which happens after boot.

Re services, we didn’t have such problems. If Windows boots I doubt service problems are related to the disk controller used.