mvallim / live-custom-ubuntu-from-scratch

(Yes, the project is still alive 😃) This procedure shows how to create a bootable and installable Ubuntu Live (along with the automatic hardware detection and configuration) from scratch.
https://mvallim.github.io/live-custom-ubuntu-from-scratch/
GNU General Public License v3.0
397 stars 186 forks source link

Secure Boot and Nvidia Drivers Installations #58

Open qeroll opened 1 year ago

qeroll commented 1 year ago

Hi,

Have you had any experience with creating an image which includes Nvidia drivers, or compiled drivers which require MOK enrollment?

Running with Nvidia Drivers requires secure boot, and the MOK key is enrolled during apt installation. Later the computer requires a reboot, and an enrollment from UEFI to the said key. I was wondering if that step can somehow be automated as part of the image.

Regards,

Anduin2017 commented 3 days ago

I also had the same issue. Tried #62 and I believe this should be working.