Package Details: linux-clear-bin 6.2.11.1297-1

Git Clone URL: https://aur.archlinux.org/linux-clear-bin.git (read-only, click to copy)
Package Base: linux-clear-bin
Description: Clear Linux kernel and modules in binary
Upstream URL: https://github.com/clearlinux-pkgs/linux
Licenses: GPL2
Provides: WIREGUARD-MODULE
Submitter: yw662
Maintainer: aorth
Last Packager: aorth
Votes: 13
Popularity: 0.000121
First Submitted: 2019-08-04 22:33 (UTC)
Last Updated: 2023-04-18 04:10 (UTC)

Dependencies (7)

Required by (2)

Sources (2)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

aorth commented on 2021-08-14 13:10 (UTC) (edited on 2021-11-06 16:20 (UTC) by aorth)

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.

radiomike commented on 2021-08-13 15:05 (UTC) (edited on 2021-08-13 15:06 (UTC) by radiomike)

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

aorth commented on 2021-05-05 13:19 (UTC)

Linux 5.12 is finally in Clear Linux. It seems they skipped 5.11 entirely! Enjoy.

yw662 commented on 2020-12-13 10:10 (UTC)

It make sense that kernel should not be in /boot directly, and that we want a simple tool to take care of everything. It is a good design for this part. But I just don't like the name for the tool (mkinitcpio). It should be more like boot-manager or maybe bootctl (if systemd acquire it), it is not only, or maybe not at all for initcpio. It is esp. for clear kernel since it has almost every possible rootfs built in. And this idea should also apply to ucode. They should not be in /boot either. Has it been decided where they should go ?

aorth commented on 2020-12-13 09:15 (UTC)

I must have got a bit confused but, what is the right way to copy the kernel to /boot ? I see no alpm hooks here.

@yw662 in 2019-11 there were changes to Arch's mkinitcpio package. Installation to /boot is automatic when usr/lib/modules/*/vmlinuz is changed.

I updated linux-clear-bin here: https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-clear-bin&id=c3e28f0845d3e78c0cbe3dd527a4ae0a6109fce8

yw662 commented on 2020-12-11 17:38 (UTC)

I must have got a bit confused but, what is the right way to copy the kernel to /boot ? I see no alpm hooks here.

aorth commented on 2020-06-11 10:08 (UTC)

@asasione that's a known issue that is harmless. It will be fixed with an update to mkinitcpio eventually. See:

https://bugs.archlinux.org/task/65725

asasione commented on 2020-06-11 09:51 (UTC) (edited on 2020-06-11 09:52 (UTC) by asasione)

I am getting two errors on this kernel:

cp: cannot stat '(builtin)': No such file or directory


==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-clear-bin-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
Error while configuring 
Error: command failed to execute correctly

Is there some configuration missing for this kernel?