April 3, 20197 yr Hi, I'm trying to get Debian 7 to work on Unraid. Currently I am stuck on trying to detect a disk. Here is the XML <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/name/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/debian-7.11.0-amd64-netinst.iso'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='2'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> In the VM (I've tried virtio_blk, virtio_scsci options that are available) lspci in VM: Any help would be appreciated, thanks ! Edited April 3, 20197 yr by bamtan
April 3, 20197 yr Did you tried to change the disk type to sata? I had some issues with some debian based distros using virtio or scsi as bus type.
April 3, 20197 yr Author 15 minutes ago, bastl said: Did you tried to change the disk type to sata? I had some issues with some debian based distros using virtio or scsi as bus type. That did the trick, thanks so much! I also had to change the network model type to e1000-82545em to get the network working Hopefully this helps someone out in the future 🙂
Archived
This topic is now archived and is closed to further replies.