Hi everyone,
I tried installing FreeBSD 12-RELEASE as guest in QEMU/KVM (Ubuntu 18.04.2 host) onto Virtio HDD but the kernel with builtin virtio drivers are not detecting the both the hard drive and NIC. According the dmesg
The chipset used for the VM is Q35. If I change the hard drive to SATA type and NIC to e1000, the installer proceeds OK. Also, if I use the i440FX chipset with virtio HDD and NIC instead of the Q35, it also works OK. Would someone please advise on how I can install FreeBSD guest using the Q35 chipset?
Thank you in advance,
Tommy
I tried installing FreeBSD 12-RELEASE as guest in QEMU/KVM (Ubuntu 18.04.2 host) onto Virtio HDD but the kernel with builtin virtio drivers are not detecting the both the hard drive and NIC. According the dmesg
Code:
# dmesg | egrep -i 'scsi|virt|vt|ata'
VT(vga): text 80x25
vtvga0: <VT VGA driver> on motherboard
ahci0: <Intel ICH9 AHCI SATA controller> port 0xd0c0-0xd0df mem 0xfd019000-0xfd019ff irq 16 at device 31.2 on pci0
cd0: <QEMU QEMU DVD-ROM 2.5+> Removable CD-ROM SCSI device
cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes)
The chipset used for the VM is Q35. If I change the hard drive to SATA type and NIC to e1000, the installer proceeds OK. Also, if I use the i440FX chipset with virtio HDD and NIC instead of the Q35, it also works OK. Would someone please advise on how I can install FreeBSD guest using the Q35 chipset?
Thank you in advance,
Tommy