Update eingefroren chroot und wie weiter?

Mein Notebook ist mitten im Update ausgestiegen.
Nun startet es nicht mehr mit der Fehlermeldung erst Kernel laden.
Habe jetzt nach dieser Anleitung

chroot erstellt.
Aber wie nun weiter ?
Bekomme ich das Update nochmal aufgenommen ?

so chroot into your manjaro, then run these commands:
β€’ To update/ repair a broken update, run:
pacman-mirrors -f 5 && pacman -Syyu
update-grub
sync
exit
systemctl reboot

Thx are it is not working.
Now only W10 in GRUB.

did everyhting worked properly, so boot again into liveusb, then chroot:
sudo manjaro-chroot -a
then update grub:
update-grub
and post the output

ok sudo manjaro-chroot -a output
Mounting ManjaroLinux /dev/sda4
mount /mnt
mount /mnt/media/Windows
mount /mnt/media/FTP

thats ok

i meant the output after you run update-grub in chroot

update-grub
Found Windows
Found Memtest
done

Shall i mkinitcpio -P ?

first try this: mhwd-kernel -li whats the output

linux515
linux516

warning: python-pyqt5: local (5.15.6-7.1) is newer then extra (5.15.6.7)
there is nothing to do 

are you on stable or unstable branch?
try uninstalling kernel 5.16:
sudo mhwd-kernel -r linux516
then reinstall 5.15:
sudo mhwd-kernel -i linux515
then run:
update-grub
and:
mkinitcpio -P
exit
systemctl reboot

1 Like

The System has booted :+1: :grinning: :blush:

THX a lot you Make my Day

PS: stable branch

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.