-
Notifications
You must be signed in to change notification settings - Fork 45
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
NVIDIA drivers missing in live CD #408
Comments
I thinks it's something to do with driver signing that get corrupted while creating the live cd? |
Have you tried adding firmwares to the iso build (penguins-wardrobe/accessories/firmwares) before eggs produce --clone? |
I honestly don't know. but on the parent machine there is the nvidia card and it is working? It could simply be that the specific driver is missing, I only work with virtual machines and can't do a test, in any case if the driver in the original machine is there and it works, then the problem could be in the initrd. Try to reinstall it or look if we must to add something for initram here. |
There is also yolk.yaml #- firmware-amd-graphics_20230210-5_all.deb |
Description
When installing the NVIDIA driver (version 550) on the host machine using
apt
, it is visible in the package list:However, after creating an ISO with penguins-eggs and booting into the live CD, the NVIDIA driver is missing from the package list.
Steps to Reproduce
Expected Behavior
The NVIDIA driver should be present in the package list of the live CD, just as it is on the host machine.
Actual Behavior
The NVIDIA driver is missing from the package list when booted into the live CD.
Additional Information
The text was updated successfully, but these errors were encountered: