mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 00:15:56 +03:00
[GH-ISSUE #591] CentOS 6:No useable disks have been found #347
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#347
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xiaoqian2006 on GitHub (Aug 14, 2023).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/591
I basically went to install a centos6 with the default configuration, but came across the following



@catborise commented on GitHub (Aug 14, 2023):
it seems centos6 does not suport virtio bus. then you must choose ide or scsi bus

steps;
@xiaoqian2006 commented on GitHub (Aug 15, 2023):
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!