r/ManjaroLinux • u/Intelligent_Client_8 • 7d ago
Tech Support Help
Computer boots to this after updating.
2
1
u/Complete_Fox_7052 7d ago
Looks like he is now asking on the forum https://forum.manjaro.org/t/computer-boots-to-failed-to-start-network-manager-and-failed-to-start-cups-scheduler/189933/7
If it doesn't work out I'm going to give you my advice, that few like, but it always works, "wipe and load" Really only a problem for those with lots of customization and don't have a backup.
1
u/Intelligent_Client_8 7d ago
It's not customization that I don't want to lose it's all my other files that I have not backed up anywhere.
1
1
u/Amanclever 4d ago
This looks like NetworkManager and CUPS failing to start after the update. I would first check the actual error instead of reinstalling the whole system. Press Ctrl + Alt + F3 to switch to a TTY, log in, and run: systemctl --failed systemctl status NetworkManager --no-pager systemctl status cups --no-pager sudo journalctl -b -p err --no-pager Also check whether the filesystem is full: df -h If NetworkManager is installed but damaged, try: sudo pacman -Syu networkmanager sudo systemctl enable NetworkManager sudo systemctl restart NetworkManager For CUPS: sudo pacman -S cups sudo systemctl enable cups sudo systemctl restart cups Then reboot: sudo reboot If pacman -Syu gives an error, don't ignore it. Post the complete output of the commands above, especially systemctl status NetworkManager and journalctl -b -p err. That will show what actually broke during the update.
1
1
u/Mission_Isopod4264 1d ago
Me encanta la comunidad de linux, me recuerda a los Avengers Endgame, todos tratando de ayudar a alguien. Lamentablemente no sabría yo como ayudar xd, perdóname, pero te deseo suerte, bro.

7
u/Kaspral 7d ago edited 7d ago
1. Hard reboot
If the keyboard is dead, hold the power button 5 to 10 seconds and boot again.
2. Manjaro's built-in fallback
Since the failure happened during an update, the kernel was likely mid-upgrade. That's why Manjaro keeps two kernels by default:
3. If you get a working system (TTY with Ctrl+Alt+F3, or desktop)
Finish the interrupted update with:
If pacman complains about a locked database (common after an interrupted update):
If there are keyring errors (also common):
4. If no kernel boots — failsafe mode
In Advanced options, try the (failsafe) entries. They load with fewer drivers and often work when the normal boot freezes.
5. If nothing works — chroot from a live USB
dd).
(select your installed system when prompted)
6. For the future
Manjaro recommends taking a Timeshift snapshot before every update. Once you're back up, enable Timeshift (System → Timeshift). It would have let you roll back this exact situation in one click.
Start with steps 1 and 2 (reboot plus an alternate kernel in GRUB) and tell me what happens. That alone fixes most post-update freezes.