retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

CentOS 6:No useable disks have been found #591

Closed xiaoqian2006 closed 10 months ago

xiaoqian2006 commented 10 months ago

I basically went to install a centos6 with the default configuration, but came across the following image image image

catborise commented 10 months ago

it seems centos6 does not suport virtio bus. then you must choose ide or scsi bus image steps;

  1. shutdown instance
  2. detach all disks
  3. add disk - existing disk.
  4. choose bus as scsi
  5. add

image

xiaoqian2006 commented 10 months ago

I have tried both ide and scsi, scsi is still undetectable, but ide boots up with the error "unsupported configuration: IDE controllers are unsupported for this QEMU binary or machine type", I looked on the net and it says to use sata bus, so far it works!