P pardeep New Member Feb 22, 2012 1 0 1 Feb 22, 2012 #1 After upgrading to Proxmox VE 2.0 RC1, none of the KVM VM's with SCSI disk type start up and run. Anybody else seen this issue?
After upgrading to Proxmox VE 2.0 RC1, none of the KVM VM's with SCSI disk type start up and run. Anybody else seen this issue?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,261 660 213 Austria www.proxmox.com Feb 22, 2012 #2 pardeep said: After upgrading to Proxmox VE 2.0 RC1, none of the KVM VM's with SCSI disk type start up and run. Anybody else seen this issue? Click to expand... Yes, the Qemu/KVM team decided to remove boot support for SCSI disks. I suggest you use ide or virtio instead.
pardeep said: After upgrading to Proxmox VE 2.0 RC1, none of the KVM VM's with SCSI disk type start up and run. Anybody else seen this issue? Click to expand... Yes, the Qemu/KVM team decided to remove boot support for SCSI disks. I suggest you use ide or virtio instead.
S spirit Distinguished Member Apr 2, 2010 6,978 1,084 273 www.groupe-cyllene.com Feb 22, 2012 #3 Workaround, edit your vm config file, and add : args: -option-rom 8xx_64.rom,bootindex=1 then download http://www.lsi.com/downloads/Public/Host Bus Adapters/Host Bus Adapters Common Files/lsi_bios.zip and extract 8xx_64.rom to /usr/share/kvm/ start your vm, it must boot
Workaround, edit your vm config file, and add : args: -option-rom 8xx_64.rom,bootindex=1 then download http://www.lsi.com/downloads/Public/Host Bus Adapters/Host Bus Adapters Common Files/lsi_bios.zip and extract 8xx_64.rom to /usr/share/kvm/ start your vm, it must boot
K kcalliauw Active Member Jan 13, 2012 42 0 26 Belgium Feb 22, 2012 #4 Not sure if this is the same issue that I had but here's what I had to do: 1. Download http://www.lsi.com/downloads/Public/Host Bus Adapters/Host Bus Adapters Common Files/lsi_bios.zip 2. Unzip it 3. Move the 8xx_64.rom file to /usr/share/kvm 4. Add this line to the VM config file: args: -option-rom 8xx_64.rom,bootindex=1 Hope that helps. Cheers, K! pardeep said: After upgrading to Proxmox VE 2.0 RC1, none of the KVM VM's with SCSI disk type start up and run. Anybody else seen this issue? Click to expand...
Not sure if this is the same issue that I had but here's what I had to do: 1. Download http://www.lsi.com/downloads/Public/Host Bus Adapters/Host Bus Adapters Common Files/lsi_bios.zip 2. Unzip it 3. Move the 8xx_64.rom file to /usr/share/kvm 4. Add this line to the VM config file: args: -option-rom 8xx_64.rom,bootindex=1 Hope that helps. Cheers, K! pardeep said: After upgrading to Proxmox VE 2.0 RC1, none of the KVM VM's with SCSI disk type start up and run. Anybody else seen this issue? Click to expand...