I've been dualbooting Artix runit with Windows 7 without any problem for several months now. But today, when restart from Windows, Artix displayed this error
/dev/sda3: recovering journal
/dev/sda3: clean, 194917/11231232 files, 3226083 blocks
ERROR: Root device mounted successfully, but /sbin/init does not exist.
Bailing out, you are on your own. Good luck.
sh: can't access tty: job control turned off
I did some research myself but most source are from Arch/systemd so I don't think they are useful in my case.
My ls -l sbin/init
returned
lrwxrwxrwx 1 0 0 7 Jan 1 1970 sbin/init -> busybox
Some changes to the system that I made that could lead to the error:
+ I installed .NET framework 4 in my Windows
+ I removed some unused dependencies that did not appeared in pacman -Qdtq
+ Some Arch users got root root instead of the double 0s when run ls -l sbin/init so I think that could be the problem
I appreciate all help and support.
Thank you!