Yes after attempting to update from 611 to 612.
Please donât mix âinstalling another kernelâ with âupdating the systemâ. There is no thing like âupdating from version 6.11 to version 6.12â. Updating a kernel means going from 6.12.0 to 6.12.1 etc.
Some background info:
I get it my semantics are wrong.
A this point how do I get out of this situation?
I would try inside manjaro-chroot environment to use pacman instead of mhwd-kernel if it failed:
pacman -Syu linux611
grub-mkconfig -o /boot/grub/grub.cfg
mkinitcpio -P
exit
exit
and reboot.
Near the end of the output from that command:
(4/6) Updating Kernel initcpios for Nvidia-DRM...
(5/6) Refreshing PackageKit...
Error connecting: Could not connect: No such file or directory
error: command failed to execute correctly
(6/6) Updating Grub-Bootmenu
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.11-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.11-x86_64.img
Found initrd fallback image: /boot/initramfs-6.11-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
done
I guess it should work already. If you want to fix the error message, do it again, but remove PackageKit first:
pacman -Rs packagekit packagekit-qt5
pacman -Syu linux611
grub-mkconfig -o /boot/grub/grub.cfg
mkinitcpio -P
exit
exit
and reboot.
mod. edit: packagekit-qt5 added afterwards
pacman -Rs packagekit
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing packagekit breaks dependency 'packagekit' required by packagekit-qt5
Then remove this as well.
A post was split to a new topic: Pamac not showing icons
Thanks everyone for all the help.
1 Like