You are not logged in.
I have kept to kernel 5.19.9-arch1-1 for some time now. I have zfs-linux and zfs-utils installed, and I keep both of those as well at linux and linux-headers listed in the 'ignore' section of pacman.conf.
Unfortunately, an openssl update breaks this version of zfs-linux. Forcing me to upgrade to kernel 6.x
The upgrade goes successfully, until reboot.
My arch install hangs at
Starting version 251.7-4-arch
Right before and never displaying the prompt to enter the cryptroot volume password.
I was able to chroot into the install, downgrade the kernel and boot into my WM sucessfully.
From there I used clonezilla to clone the boot drive for faster downgrade.
This time I uninstalled zfs-linux and zfs-utils. Then upgraded the kernel.
A reboot results in the same hanging as before at "Starting version ..."
The only other changes to my system startup are some vfio passthrough settings I've made. Could those be effecting the kernel update?
Any assistance will be greatly appreciated!
Last edited by DrLucky (2022-11-09 21:29:12)
Offline
Reinstall
Offline
Reinstallation is almost certainly unnecessary and (depending on the problem) might not even help.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
vfio settings do have a chance to have an effect since the 6.0 kernel. Make sure that the kernel module your actual display is using is loaded early as well in your mkinitcpio.conf
Offline