Open avizack18 opened 1 month ago
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