I'm trying to get Makemkv to work on a VM on my proxmox host. It didn't work by passing the disc drive to the VM from the GUI. I've read the best way to do this was to passthrough a sata controller to the VM and connect the disc drive to that. So now I'm going through this guide to setup up PCI(e) passthrough:
https://pve.proxmox.com/wiki/PCI(e)_Passthrough#qm_pci_passthrough_update_initramfs
My mobo is a ROG STRIX B550-F GAMING and I bough this controller https://www.newegg.com/syba-si-pex40156-pci-express/p/1B3-002S-00003?Item=9SIA3XWC5Z0785
I think I've hit a roadblock with the controller but I'm not sure. This is what I see when I run lspci -nnk (I've removed what I didn't think was relevant)
My concern is that both the sata controller on the mobo and the new one use the same driver "ahci". If I add
to /etc/modprobe.d/.conf will that stop the sata controller built in to the mobo from working?
https://pve.proxmox.com/wiki/PCI(e)_Passthrough#qm_pci_passthrough_update_initramfs
My mobo is a ROG STRIX B550-F GAMING and I bough this controller https://www.newegg.com/syba-si-pex40156-pci-express/p/1B3-002S-00003?Item=9SIA3XWC5Z0785
I think I've hit a roadblock with the controller but I'm not sure. This is what I see when I run lspci -nnk (I've removed what I didn't think was relevant)
Code:
root@proxmox1:~# lspci -nnk
...
02:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] Device [1022:43eb]
Subsystem: ASMedia Technology Inc. Device [1b21:1062]
Kernel driver in use: ahci
Kernel modules: ahci
...
04:00.0 SATA controller [0106]: ASMedia Technology Inc. Device [1b21:1064] (rev 02)
Subsystem: ZyDAS Technology Corp. Device [2116:2116]
Kernel driver in use: ahci
Kernel modules: ahci
...
My concern is that both the sata controller on the mobo and the new one use the same driver "ahci". If I add
Code:
blacklist achi