Hi,
after fixing my W10 OVMF problems with the help of this forum, i am continuing my installtion.
I want to passthrough a LSI HBA SAS Controller 9201-16e to a freenas VM.
I flashed the controller with the latest Firmware, IT Mode. Bios is empty. So its just a HBA in IT Mode passing through as JBOD.
I tested with a hardware Freenas Device, working properly. As devices i am using a Netapp DS4243 with a sbb2-601 controller for the sff-8088 ports.
I inserted a sata drive as well as 2 sas drives and all of them are recognized on the Freenas Hardware.
Also they are recognized in Proxmox properly and i coulid add a disk if i would like to.
But when i try to passing it to the VM, its not working and i cant see why.
lspci:
82:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2116 PCI-Express Fusion-MPT SAS-2 [Meteor] (rev 02)
I already passed through a AMD Radeon GPU (2 different ones at the same time) to my new W10 VM. Thats working.
I am passing through 2 USB Sticks to my iobroker VM. Working like hell
I serached a lot but everything i tried didnt succeed.
I also tried romfile=path for the romfile of the card. No success. rombar=1 also. CPU = host same.
Would be nice to get this running. But i dont know where i am stuck
Thanks and happy easter to all of you!
after fixing my W10 OVMF problems with the help of this forum, i am continuing my installtion.
I want to passthrough a LSI HBA SAS Controller 9201-16e to a freenas VM.
I flashed the controller with the latest Firmware, IT Mode. Bios is empty. So its just a HBA in IT Mode passing through as JBOD.
I tested with a hardware Freenas Device, working properly. As devices i am using a Netapp DS4243 with a sbb2-601 controller for the sff-8088 ports.
I inserted a sata drive as well as 2 sas drives and all of them are recognized on the Freenas Hardware.
Also they are recognized in Proxmox properly and i coulid add a disk if i would like to.
But when i try to passing it to the VM, its not working and i cant see why.
Code:
cat /etc/pve/qemu-server/105.conf
bios: ovmf
bootdisk: scsi0
cores: 4
efidisk0: wonderland-zfs:vm-105-disk-0,size=1M
hostpci0: 82:00,pcie=1,rombar=0
machine: q35
memory: 16384
name: freetest
net0: virtio=06:0A:D3:D7:61:C6,bridge=vmbr0,firewall=1
numa: 0
ostype: other
scsi0: local-zfs:vm-105-disk-0,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=4f625084-0e02-4102-8789-66af8ebc1ee2
sockets: 2
vmgenid: cd5cc229-4786-41f9-8d4e-bcc8315e172e
lspci:
82:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2116 PCI-Express Fusion-MPT SAS-2 [Meteor] (rev 02)
Code:
pveversion -v
proxmox-ve: 6.1-2 (running kernel: 5.3.18-3-pve)
pve-manager: 6.1-8 (running version: 6.1-8/806edfe1)
pve-kernel-helper: 6.1-8
pve-kernel-5.3: 6.1-6
pve-kernel-5.3.18-3-pve: 5.3.18-3
pve-kernel-5.3.18-2-pve: 5.3.18-2
pve-kernel-5.3.10-1-pve: 5.3.10-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.3-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: residual config
ifupdown2: 2.0.1-1+pve8
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.15-pve1
libpve-access-control: 6.0-6
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.0-17
libpve-guest-common-perl: 3.0-5
libpve-http-server-perl: 3.0-5
libpve-storage-perl: 6.1-5
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 3.2.1-1
lxcfs: 4.0.1-pve1
novnc-pve: 1.1.0-1
openvswitch-switch: 2.12.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.1-3
pve-cluster: 6.1-4
pve-container: 3.0-23
pve-docs: 6.1-6
pve-edk2-firmware: 2.20200229-1
pve-firewall: 4.0-10
pve-firmware: 3.0-7
pve-ha-manager: 3.0-9
pve-i18n: 2.0-4
pve-qemu-kvm: 4.1.1-4
pve-xtermjs: 4.3.0-1
qemu-server: 6.1-7
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.3-pve1
I already passed through a AMD Radeon GPU (2 different ones at the same time) to my new W10 VM. Thats working.
I am passing through 2 USB Sticks to my iobroker VM. Working like hell
I serached a lot but everything i tried didnt succeed.
I also tried romfile=path for the romfile of the card. No success. rombar=1 also. CPU = host same.
Would be nice to get this running. But i dont know where i am stuck
Thanks and happy easter to all of you!