Hello,
I have tried to make custom kernel and when I finished this guide wiki.archlinux.org (https://wiki.archlinux.org/title/Kernel/Traditional_compilation) I rebooted and I got stuck on "loading initial ramdisk". So I had to select advanced options in grub and boot the old kernel. It worked but it was annoying for me every to do this every time I boot. I have removed everything what I have created:
It was still there. I found that i need to update grub so i did it with:
After reboot I got this issue. I can't even go into fallback because it's the same.
Full error:
I found some articles on the internet but everyone got into fallback. I can only work in emergency shell.
Please help me, thank you.
Boot off LiveISO and fix your system (https://wiki.artixlinux.org/Main/Troubleshooting#Help.21_There_was_an_update_and_my_system_doesn.27t_boot.21)
Boot with the live ISO, mount the root partition under /mnt and artix-chroot into it. NOT just chroot, artix-chroot!
From there, re-install the kernel (pacman -S linux) and run grub-mkconfig -o /boot/grub/grub.cfg
Thank you guys for quick response and help. It worked.