On 2024-01-10, Herb Garcia wrote:

> Does this method also create the modules?

>> make menuconfig

this one permits you to change kernel parameters if needed

>> make bindeb-pkg

this one compiles kernel and produces

linux-headers-*.deb
linux-image-*.deb

linux-image contains kernel and internal modules

you have to install first linux-headers, so dkms can compile external modules
(such as nvidia), and then install linux-image which will compile external
modules, create initrd, install kernel and initrd in /boot, install all
modules in /lib/modules

Reply via email to