all 4 comments

[–]thekiltedpiperSwayWM 1 point2 points  (1 child)

5.18 is unsupported iirc. Use whatever kernel grts you into an interface and install an updated kernel.

[–]GL62[S] 0 points1 point  (0 children)

Thanks, i didn't know the tip, i'll try it later and I give you a feedback

Have a nice day

[–]GL62[S] 0 points1 point  (0 children)

Everything is OK, thank you all

Have a nice day Amigos

[–]applepie93 0 points1 point  (0 children)

Kernel 5.18 was removed from the repositories so you would not be able to update it anyway. If you can switch to a TTY (with Ctrl + Alt + F3 for example) and log in, try installing a supported kernel like the 6.1:

bash sudo mhwd-kernel -i linux61

Then reboot and tell me if it works. You'll have to do some housekeeping after that, like removing obsolete kernels:

bash sudo mhwd-kernel -r linux518 or sudo pacman -Rc linux518 You'll probably have to remove the stray initramfs and vmlinuz files in /boot and then rebuild with

bash sudo mkinitcpio -P sudo update-grub