You are not logged in.
Last edited by jbreese321 (2024-06-05 16:44:24)
Offline
What is the version of the installed kernel package? Was /boot mounted when you performed the system update?
Offline
The kernel showing is 6.8.9-zen1-2-zen
And yes /boot was mounted during the upgrade
Last edited by jbreese321 (2024-05-26 23:50:33)
Offline
The installed kernel package is 6.9.2.zen1-1 but the kernel from the log in the original post is 6.8.9-zen1-2-zen. If /boot was mounted then the kernel is not being loaded from /boot.
Offline
Ok. So what will I have to do in order to get my system working again?
Offline
You need to adjust whatever is loading the kernel that is not on /boot to instead use the kernel that is on /boot.
Offline
I am not aware of making any custom changes to elicit this behavior. Is there a wiki article I can reference. I am a novice when it comes to linux.
Offline
Offline
I am still unclear on how to go about this.
Offline
BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=b3b1db16-d789-4448-a2a1-e9ce5262f9b0 rw radeon.dpm=1, loglevel=3 quietYou're not using any boot partition.
Boot the install iso, mount the installation root into /mnt, arch-chroot there, do NOT mount the supposed boot partition but re-install the kernel (into the /boot directory of the root partition) and alter your fstab to not mount anything into /boot
If you want to change the behavior of the bootloader, that starts with identifying what your bootloader actually is.
Offline
I am using grub for my bootloader. When I open up /etc/default/grub I don't see BOOT_IMAGE or root= anywhere, so i'm not sure how I would change those options.
Offline
Depending on wether this is an UEFI or BIOS/MBR system, see https://wiki.archlinux.org/title/GRUB#Installation resp. https://wiki.archlinux.org/title/GRUB#Installation_2
Mount the boot partition into place and re-install grub and then also don't forget to regenerate the configuration.
Offline
My system is using UEFI. I tried the following commands, but I ran into the same error.
First I mounted /dev/sda1
Then I ran grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB
Finally I ran grub-mkconfig -o /boot/grub/grub.cfg
Offline
Ah, you of course also need to re-install/update the kernel into the proper location.
"cat /proc/cmdline" now says "/vmlinuz-linux-zen"? Not "/boot/vmlinuz-linux-zen"
Offline
Correct I get the following output when I use the command cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=b3b1db16-d789-4448-a2a1-e9ce5262f9b0 rw radeon.dpm=1, loglevel=3 quiet
Offline
There's a stray comma?
Did you re-install the kernel w/ the boot partition mounted into place?
Offline
I did re-install the kernel w the boot partition mounted, but I got an error that the vfat filesystem was not recognized and I got booted into emergency mode.
Offline
This typically indicates that booting and installed kernel mismatch.
Check
uname -a in the rescue shell to see what kernel version you're booting.
The failsafe initramfs will btw. likely still boot.
Offline
I redid the following steps and I was able to boot into Gnome
When I run uname -a I get the following
Linux arch-pc 6.9.2-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sun, 26 May 2024 01:30:09 +0000 x86_64 GNU/Linux
When I run pacman -Si linux-zen
I get
Version : 6.9.3.zen1-1
Offline
I ran pacman -Syu and for uname -a I get Linux arch-pc 6.9.3-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14
and for pacman -Si linuz-zen I get Version : 6.9.3.zen1-1
Offline
So… is there still a problem?
Otherwise please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Apparently there is not. Thanks for your help.
Offline