The SCSI controller - Failed to Boot

hendra_manto

New Member
Mar 10, 2024
2
0
1
I have migrated a mail server (OS CentOs 7) from VMware ESXi to Proxmox with command :
#qm importovf 101 /pindahan-esxi/ZIMBRA-10.0.0.150/ZIMBRA-10.0.0.150.ovf local --format qcow2

VM Config in Proxmox
root@node-1:~# qm config 101
boot: order=scsi0
cores: 4
cpu: x86-64-v2-AES
memory: 8192
name: ZIMBRA-10.0.0.150
numa: 0
ostype: other
scsi0: local:101/vm-101-disk-0.qcow2,iothread=1,size=150G
scsihw: virtio-scsi-single
smbios1: uuid=d24b66dd-d298-478f-81d6-0208dd13671a
sockets: 1
vmgenid: a9f704d5-d08c-4629-bbfa-0af53f6fc81e
root@node-1:~#

When I tried to start virtual machine : Failed

Error :
Warning: /dev/Zimbra/LVroot does not exist
Warning: /dev/Zimbra/LVSwap does not exist
Warning: /dev/mapper/Zimbra-LVroot does not exist

Does anyone know how to get this vm run?