Is this being built against glibc 2.34? Unable to get nvidia dkms driver to build. Seeing scripts/basic/fixdep: /usr/lib/libc.so.6: version 'GLIBC_2.34' not found (required by scripts/basic/fixdep) in the dkms build log
Hi @radiomike. I'm not sure what environment Intel builds it in and I don't use nvidia so I can't help there. We are only re-packaging the binary builds Intel makes available publicly for Clear Linux.
Pinned Comments
aorth commented on 2020-04-09 07:01 (UTC) (edited on 2020-09-27 12:08 (UTC) by aorth)
Stock kernel parameters are saved in
/boot/vmlinuz-linux-clear.cmdline
. Although you may not need to apply all the parameters, you should copy most of these into your systemd-boot or GRUB configuration.If you are using out-of-tree kernel modules with dkms you will need to add the
module.sig_unenforce
parameter to allow loading of unsigned kernel modules.Please check the Clear Linux kernel releases on GitHub (not kernel.org) before flagging out of date here.