I can't get XanMod to properly make an initcpio, it just says that errors were encountered and the resulting image hangs the machine.
Search Criteria
Package Details: linux-xanmod 6.13.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-xanmod.git (read-only, click to copy) |
---|---|
Package Base: | linux-xanmod |
Description: | The Linux kernel and modules with Xanmod patches |
Upstream URL: | http://www.xanmod.org/ |
Licenses: | GPL2 |
Provides: | KSMBD-MODULE, NTFS3-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | Yoshi2889 |
Maintainer: | figue (figuepluto, jfigueras) |
Last Packager: | figue |
Votes: | 132 |
Popularity: | 1.20 |
First Submitted: | 2017-02-14 09:40 (UTC) |
Last Updated: | 2025-03-23 19:58 (UTC) |
Dependencies (15)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 52 Next › Last »
daemonspudguy commented on 2023-11-23 05:06 (UTC)
murlakatamenka commented on 2023-11-03 11:35 (UTC)
@figue ah yes, sorry for the fuss, my bad
You can remove our comments since they don't contribute anything valuable to the discussion.
figue commented on 2023-10-31 16:12 (UTC)
@murlakatamenka stable version is:
Linux 6.5 Stable Mainline [MAIN] 6.5.9-xanmod1
If you want to install edge, use https://aur.archlinux.org/packages/linux-xanmod-edge
figue commented on 2023-09-08 22:13 (UTC)
@BryanLiang SourceForge was down yesterday, so patches were not available. It was fixed today.
BryanLiang commented on 2023-09-08 06:08 (UTC)
What happened to Linux-Xanmod 6.4.15? Why it is reverted?
smn commented on 2023-08-12 18:24 (UTC)
6.4.10-1 not building with clang:
clang-15: error: optimization flag '-fexcess-precision=fast' is not supported [-Werror,-Wignored-optimization-argument]
smn commented on 2023-08-06 06:23 (UTC) (edited on 2023-08-06 06:23 (UTC) by smn)
6.4.8-1 currently not building with clang:
clang-15: error: unknown argument: '-fcx-limited-range'
clang-15: error: optimization flag '-fexcess-precision=fast' is not supported [-Werror,-Wignored-optimization-argument]
figue commented on 2023-08-03 15:33 (UTC)
Hi @Anarconda
please don't flag out-of-date if official release is not ready yet:
figue commented on 2023-07-07 18:26 (UTC)
@duht I'll wait a bit more. Perhaps the final fix will be realeased in next minor release.
duht commented on 2023-07-07 11:59 (UTC) (edited on 2023-07-07 12:02 (UTC) by duht)
@figue firstly thank you for your support, you're doing a great job!
I installed 6.4.2-3
and VMA_LOCK is disabled here. Working for now without issues.
As you can read here Suren Baghdasaryan posted "the fix along with another less critical one" at link.
With that fix there is no need to disable vma locking anymore. Maybe you want to add this fix intsead of v4 workaround before they add this to the main kernel.
Pinned Comments
anlorsp commented on 2024-07-13 17:07 (UTC) (edited on 2024-07-15 04:53 (UTC) by anlorsp)
Adding
to myconfig does solve the "Failed to insert module 'nvidia': Key was rejected by service" problem.
Anyone who configured secure boot using sbctl and want to load dkms modules can try this solution.
figue commented on 2018-12-14 00:50 (UTC) (edited on 2023-02-27 20:00 (UTC) by figue)
This package have several variables to enable/disable features.
Personally I'm running now xanmod kernel compiled with this:
Also, you can now create the file myconfig in your local repo to build this package with a custom config or use ${XDG_CONFIG_HOME}/linux-xanmod/myconfig. This file can be a full kernel config or be a script with several entries to add/remove options (you have several examples in PKGBUILD by using scripts/config):
Code involved: