Skip to content
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

Open
avizack18 opened this issue Oct 14, 2024 · 4 comments
Open

NVIDIA drivers missing in live CD #408

avizack18 opened this issue Oct 14, 2024 · 4 comments

Comments

@avizack18
Copy link

Description

When installing the NVIDIA driver (version 550) on the host machine using apt, it is visible in the package list:

dpkg -l | grep -i nvidia-driver

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

  1. Install NVIDIA driver on the host machine:
    sudo apt install nvidia-driver-550
    
  2. Verify the driver is installed:
    dpkg -l | grep -i nvidia-driver
    
  3. Create an ISO using penguins-eggs
  4. Boot into the live CD
  5. Check for NVIDIA drivers:
    dpkg -l | grep -i nvidia-driver
    

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

  • Lubuntu 24.04 latest
  • penguins-eggs version latest
@avizack18
Copy link
Author

I thinks it's something to do with driver signing that get corrupted while creating the live cd?

@yonacwy
Copy link

yonacwy commented Oct 16, 2024

Have you tried adding firmwares to the iso build (penguins-wardrobe/accessories/firmwares) before eggs produce --clone?

@pieroproietti
Copy link
Owner

pieroproietti commented Oct 16, 2024

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.

@yonacwy
Copy link

yonacwy commented Oct 16, 2024

There is also yolk.yaml #- firmware-amd-graphics_20230210-5_all.deb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants