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.000303
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 »

mashaal95 commented on 2020-04-24 04:01 (UTC)

@aorth your latest fix has worked. Thank you! One more thing though, this small warning has always popped up while upgrading:

==> Generating module dependencies ==> 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

aorth commented on 2020-04-23 12:51 (UTC) (edited on 2020-04-23 13:35 (UTC) by aorth)

@mashaal95 the name of the source files never change (Manifest.kernel-native) so you need to remove them after every build. Let me see if I can modify the PKGBUILD to use unique names for these files.

Edit: as of 5.6.6.942-1 the PKGBUILD now uses unique names for these files and should not cause issues with users not clearing their build directory between builds.

dedguy21 commented on 2020-04-23 02:57 (UTC)

@mashaal95 -- I had the same issue before, I basically it wasn't overwriting a file that needed to be overwritten. So I had to complete delete the folder and bring it in as new.

I was using git directly, you might be using yay or not, but if you are, doing it as new build option instead of the default 'no'

mashaal95 commented on 2020-04-23 02:44 (UTC)

I have just received an update to the kernel today but unfortunately, its giving me this error:

==> Validating source files with b2sums... Manifest.kernel-native ... FAILED pack-kernel-native-from-0.tar ... FAILED ==> ERROR: One or more files did not pass the validity check!

Any clue on how to solve it?

lucasrizzini commented on 2020-04-10 22:56 (UTC)

Is there any wait to apply the futex-wait-multiple patch here?

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.

aorth commented on 2020-04-09 06:58 (UTC) (edited on 2020-04-09 06:59 (UTC) by aorth)

@MikeDee the instruction about copying parameters into linux-clear-bin.conf only applies if you're using systemd-boot, not GRUB. I haven't used GRUB in years, but the Arch wiki might help you figure out how to add kernel parameters to GRUB. Sorry I can't be more help.