Works for me on default kernel.
Error msg only can't mount /boot. And running Single Mode. ls -l /boot empty on boot in linux-lqx.
I compile it as makepkg -sifC
# systemctl status boot.mount
● boot.mount - /boot
Loaded: loaded (/etc/fstab; generated; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2017-02-18 22:22:59 MSK; 2min 25s ago
Where: /boot
What: /dev/disk/by-uuid/8fd6580e-35ab-4edf-a0be-b0dcfe691886
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
Process: 305 ExecMount=/usr/bin/mount /dev/disk/by-uuid/8fd6580e-35ab-4edf-a0be-b0dcfe691886 /boot -t ext2 -o rw,relatime,block_validity,barrier,user_xattr,acl (code=exited, status=32)
Feb 18 22:22:59 atmxz systemd[1]: Mounting /boot...
Feb 18 22:22:59 atmxz systemd[1]: boot.mount: Mount process exited, code=exited status=32
Feb 18 22:22:59 atmxz systemd[1]: Failed to mount /boot.
Feb 18 22:22:59 atmxz systemd[1]: boot.mount: Unit entered failed state.
$ ls -lA /boot/
total 46736
drwxr-xr-x 6 root root 1024 Feb 18 22:37 grub
-rw-r--r-- 1 root root 14881152 Feb 18 22:54 initramfs-linux-fallback.img
-rw-r--r-- 1 root root 15447532 Feb 19 19:34 initramfs-linux-lqx-fallback.img
-rw-r--r-- 1 root root 3954396 Feb 19 19:34 initramfs-linux-lqx.img
-rw-r--r-- 1 root root 4072024 Feb 18 22:53 initramfs-linux.img
drwx------ 2 root root 12288 Feb 18 08:02 lost+found
-rw-r--r-- 1 root root 4863776 Feb 6 15:01 vmlinuz-linux
-rw-r--r-- 1 root root 4428576 Feb 19 19:18 vmlinuz-linux-lqx
/boot/grub/grub.cfg (generate as # grub-mkconfig -o /boot/grub/grub.cfg
...
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bd56223e-d6fd-4170-bb6c-f7de646ac28d' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_gpt
insmod ext2
set root='hd2,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt2 --hint-efi=hd2,gpt2 --hint-baremetal=ahci2,gpt2 8fd6580e-35ab-4edf-a0be-b0dcfe691886
else
search --no-floppy --fs-uuid --set=root 8fd6580e-35ab-4edf-a0be-b0dcfe691886
fi
echo 'Loading Linux linux-lqx ...'
linux /vmlinuz-linux-lqx root=UUID=bd56223e-d6fd-4170-bb6c-f7de646ac28d rw quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-lqx.img
}
...
/etc/fstab
# /dev/sdc4
UUID=bd56223e-d6fd-4170-bb6c-f7de646ac28d / ext4 rw,relatime,data=ordered 0 1
# /dev/sdc2
UUID=8fd6580e-35ab-4edf-a0be-b0dcfe691886 /boot ext2 rw,relatime,block_validity,barrier,user_xattr,acl 0 2
...
Search Criteria
Package Details: linux-lqx-headers 6.12.6.lqx1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-lqx.git (read-only, click to copy) |
---|---|
Package Base: | linux-lqx |
Description: | Headers and scripts for building modules for the Linux Liquorix kernel |
Upstream URL: | https://liquorix.net/ |
Keywords: | bbr2 bfq futex pds proton zen |
Licenses: | GPL-2.0-only |
Submitter: | akurei |
Maintainer: | sir_lucjan (damentz) |
Last Packager: | damentz |
Votes: | 161 |
Popularity: | 0.98 |
First Submitted: | 2011-08-08 16:08 (UTC) |
Last Updated: | 2024-12-20 19:38 (UTC) |
Dependencies (13)
- linux-lqxAUR
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (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)
- zstd (zstd-gitAUR, zstd-staticAUR) (make)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 39 40 41 42 43 44 45 46 47 48 49 .. 121 Next › Last »
whoami commented on 2017-02-19 19:48 (UTC)
sir_lucjan commented on 2017-02-19 18:14 (UTC)
I know this "depmod error" but I don't have problem with booting. Did you try with another kernels? Could you show me error's message?
whoami commented on 2017-02-19 18:11 (UTC)
No I'm not try 4.9.7 cause I'm new guy with this kernel. Should I do this?
sir_lucjan commented on 2017-02-19 17:31 (UTC)
Can anyone confirm this 'boot error'?
sir_lucjan commented on 2017-02-19 17:26 (UTC)
https://bbs.archlinux.org/viewtopic.php?id=219904
sir_lucjan commented on 2017-02-19 17:25 (UTC)
Did you try with 4.9.7?
whoami commented on 2017-02-19 17:24 (UTC)
I have issue "depmod: ERROR: Bad version passed %KERNVER%"
while install linux-lqx-headers-4.9.11-1 and linux-lqx-docs-4.9.11-1
but it installed.
Also I can't boot 4.9.8, 4.9.10, 4.9.11. I have /boot on ext2 with GPT Partition table
# /dev/sdc4
UUID=bd56223e-d6fd-4170-bb6c-f7de646ac28d / ext4 rw,relatime,data=ordered 0 1
# /dev/sdc2
UUID=8fd6580e-35ab-4edf-a0be-b0dcfe691886 /boot ext2 rw,relatime,block_validity,barrier,user_xattr,acl 0 2
# systemctl status boot.mount
● boot.mount - /boot
Loaded: loaded (/etc/fstab; generated; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2017-02-18 22:22:59 MSK; 2min 25s ago
Where: /boot
What: /dev/disk/by-uuid/8fd6580e-35ab-4edf-a0be-b0dcfe691886
Docs: man:fstab(5)
man:systemd-fstab-generator(8)
Process: 305 ExecMount=/usr/bin/mount /dev/disk/by-uuid/8fd6580e-35ab-4edf-a0be-b0dcfe691886 /boot -t ext2 -o rw,relatime,block_validity,barrier,user_xattr,acl (code=exited, status=32)
Feb 18 22:22:59 atmxz systemd[1]: Mounting /boot...
Feb 18 22:22:59 atmxz systemd[1]: boot.mount: Mount process exited, code=exited status=32
Feb 18 22:22:59 atmxz systemd[1]: Failed to mount /boot.
Feb 18 22:22:59 atmxz systemd[1]: boot.mount: Unit entered failed state.
also I add MODULES="ext2" into mkinitcpio.conf and do mkinitcpio -p linux-lqx, but still can't boot. UUID is correct.
sir_lucjan commented on 2017-02-18 19:57 (UTC)
@atommixz:
Please don't flag as out to date when it's up to date.
The newest liquorix patch is 4.9.10 (18th of Feb, 20:57):
https://liquorix.net/sources/?C=M;O=D
jeroni commented on 2017-02-10 09:28 (UTC) (edited on 2017-02-10 09:38 (UTC) by jeroni)
Thanks @spinvis I already tried it as @sir_lucjan suggested, but I got the same error by using makepkg.
UPDATE: cleaning the code worked fine!
Pinned Comments
damentz commented on 2020-08-31 15:22 (UTC) (edited on 2021-12-21 18:25 (UTC) by damentz)
Official binaries of linux-lqx, linux-lqx-headers, and linux-lqx-docs are now available: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#liquorix
Signing key import instructions:
sudo pacman-key --keyserver hkps://keyserver.ubuntu.com --recv-keys 9AE4078033F8024D && sudo pacman-key --lsign-key 9AE4078033F8024D