ilayna/Single-GPU-passthrough-amd-nvidia

Script from auto branch errors

Yaikava opened this issue · 5 comments

This is a known error, it almost always happen because your distro is not in the database, it is very easy to add it, all you need to do is share the text above the error, it should state your distro id in the message

Also please share your grub file which is usually located in /etc/default/grub

OS
image
/etc/default/grub

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true

pip pip 21.2.3 from /usr/lib/python3.10/site-packages/pip (python 3.10)

Whole error again.
image

btw I have proprietary nvidia drivers installed. Is that a problem?

The problem is caused because the script is looking for the 'GRUB_CMDLINE_LINUX_DEFAULT' and you don't have that inn your grub file for some reason, You can either add that line manually or wait until I fix that in the script, (probably tomorrow)
If you decide to add the line all you should do is add this line exactly somewhere in your grub file
GRUB_CMDLINE_LINUX_DEFAULT=" quiet "
and rerun script