-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will this work? #7
Comments
Can you check in your BIOS/UEFI if VT-X and VT-D are enabled? The script might be reporting it incorrectly. |
Hello! I found someone who has passthrough running perfectly with MSI GT70, I have the GS70 (slim version) which reportedly has VT-X (I believe it works, based on running VM's with Windows as host) however no option in BIOS & other users reporting on MSI website issues with VT-X. Unsure whether Muxed or muxless? sudo echo "10de 11e1" > "/sys/bus/pci/drivers/vfio-pci/new_id" |
Having a laptop with passthrough setup would be absolutely amazing - solving a lot for me! https://0bin.net/paste/tryip14PlmoCeA6U#BUi8Ee-uWdXN9X8skDZkjR7j48sp9zafQ6JLNMMHLD2 |
sudo+echo to a file isn't that simple. I thimk you could use tee for that or you do it like this:
... |
Superb thanks for your response! The next error to tackle: I will try seobios mod and report back. |
Please run this script and tell me what the output is: https://github.com/T-vK/MobilePassThrough/blob/master/utils/lsiommu |
lsiommu: 3: lsiommu: shopt: not found |
Your iGPU doesn't show up in that output. Have you installed Bumblebee? If so, please run |
Computer:
MSI-GS70
[Warning] VT-X / AMD-V virtualization is not enabled in the UEFI! This is required to run virtual machines!
[OK] VT-D / IOMMU is enabled in the UEFI.
[OK] The IOMMU kernel parameters are set.
[Success] GPU with ID '01:00.0' could be passed through to a virtual machine!
[Error] Failed to find the IOMMU group of the GPU with the ID 00:02.0! Have you enabled iommu in the UEFI and kernel?
[Success] There are 1 GPU(s) in this system that could be passed through to a VM!
Is Compatible? Name IOMMU_GROUP PCI Address
Yes GK106M [GeForce GTX 765M] 1 pci@0000:01:00.0
[OK] You have GPUs that are not in the same IOMMU group. At least one of these could be passed through to a VM and at least one of the remaining ones could be used for the host system.
[Info] Device name: GS70 2OD
[Info] BIOS version: E1771IMS.70G
[Warning] This system is probably MUX-less. (The connection between the GPU(s) and the [internal display]/[display outputs] is not multiplexed.)
[OK] Logs have been created in /home/phill/MobilePassThrough/logs/GS70 2OD/E1771IMS.70G
The text was updated successfully, but these errors were encountered: