Package Details: linux-clear-lts2018 4.19.295-1

Git Clone URL: https://aur.archlinux.org/linux-clear-lts2018.git (read-only, click to copy)
Package Base: linux-clear-lts2018
Description: The Clear Linux lts2018 kernel and modules
Upstream URL: https://github.com/clearlinux-pkgs/linux-lts2018
Licenses: GPL2
Provides: VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE
Submitter: metak
Maintainer: metak
Last Packager: metak
Votes: 3
Popularity: 0.000000
First Submitted: 2019-04-19 13:19 (UTC)
Last Updated: 2023-10-06 14:06 (UTC)

Dependencies (12)

Required by (4)

Sources (5)

Pinned Comments

metak commented on 2019-04-19 13:22 (UTC)

1. Binaries available in my repo: http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/x86_64/
2. After install adjust your boot cmd line. ClearLinux uses clr-boot-manager which takes care of that. This is upstream default:
quiet console=tty0 console=ttyS0,115200n8  initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 rw  
3. For loading unsigned modules. (nvidia, virtualbox, etc.)

If secure boot is disabled just add module.sig_unenforce boot parameter. Otherwise, you'll have to build your kernel with CONFIG_MODULE_SIG_FORCE disabled.

Latest Comments

metak commented on 2019-09-09 11:16 (UTC)

@longspear Built as a module by default just like in stock arch kernel.

longspear commented on 2019-09-09 09:26 (UTC)

humble request: any chance you could provide source with CAKE Queue Management Algorithm selected for compilation?

longspear commented on 2019-04-19 13:29 (UTC)

Thank you Metak! Really useful!

metak commented on 2019-04-19 13:22 (UTC)

1. Binaries available in my repo: http://download.opensuse.org/repositories/home:/metakcahura:/kernel/Arch_Extra_standard/x86_64/
2. After install adjust your boot cmd line. ClearLinux uses clr-boot-manager which takes care of that. This is upstream default:
quiet console=tty0 console=ttyS0,115200n8  initcall_debug tsc=reliable no_timer_check noreplace-smp kvm-intel.nested=1 rootfstype=ext4,btrfs,xfs intel_iommu=igfx_off cryptomgr.notests rcupdate.rcu_expedited=1 rcu_nocbs=0-64 rw  
3. For loading unsigned modules. (nvidia, virtualbox, etc.)

If secure boot is disabled just add module.sig_unenforce boot parameter. Otherwise, you'll have to build your kernel with CONFIG_MODULE_SIG_FORCE disabled.