portellam / deploy-VFIO

Effortlessly deploy a hardware-passthrough (VFIO) setup for Virtual Machines (VMs) on a Linux desktop. Includes quality-of-life features that you didn't think you need!
GNU General Public License v3.0
17 stars 0 forks source link

Unable to proceed on Linux Mint error #57

Closed tastyhub closed 1 month ago

tastyhub commented 1 month ago

I'd like to give your script a try as i've been unsuccessful stubbing out my gpu. I have 2 AMD gpus, RX 570 and 5700XT.

Running Linux Mint 21.3 x86_64, kernel 6.5.0-44-generic

$ sudo bash deploy-vfio --ignore-distro deploy-vfio: An error occurred: System distribution 'linuxmint' is not explicitly supported. deploy-vfio: An error occurred: System is not supported.

portellam commented 1 month ago

What a pleasant surprise, thank you for trying out my script!

May I ask, did you pull down from the master branch?

Regarding your issue, I see that the logic to set the flag is never called. For now, please uncomment the following line, found in deploy-vfio.d/bin/args_common:

# is_option_of_compatibility "$@" || return 1

change to...

is_option_of_compatibility "$@" || return 1

Please let me know of any issues.

I cannot guarantee 100% stability with this version of the script. I recommend using Static VFIO setup for now. The README and/or HELP may show commands which are not currently enabled.

I am in the process of doing a major rewrite. Unfortunately, I am one man and I have a lot of work lately. Assume it to be finished by EOY.

Thanks again for choosing my script. I was actually working on another related project, now about to head to bed.

portellam commented 1 month ago

Closing ticket after no response from user. Please let me know of any issues.