[Solved] Kernel Error (Maybe !)

installed linux-zen & linux kernel along with headers and ran grub-mkconfig -o /boot/grub/grub.cfg then restarted... and now it shows

failed to start Light Display Manager
failed to activate swap SWAP Block/Partition

what to do

1 Like

boot to live usb. open garuda boot repair. select the partition garuda is installed and reinstall grub then create config again with the same tool.

2 Likes

?EnOS / Arch style?

Install

sudo pacman -Syu update-grup

and save time …

Simple shell script
#!/bin/sh
set -e
exec grub-mkconfig -o /boot/grub/grub.cfg "$@"

then use always

sudo update-grub
2 Likes

not fixed :sob::sob::sob: still same issue

when i type startx in tty nothing happens

1 Like

trying to use the last snapshot and it worked

2 Likes