Hi, I was looking to backup my files and found out about timeshit. Tried creating a snapshot of my system in an USB but when I opened disk usage analyzer, I realized the snapshot was being created in my main SSD's run directory instead so I immediately cancelled the snapshot creation process and tried deleting the 'timeshift' directory that was automatically created inside the run directory. I used the command sudo rm -rf timeshift after cd-ing into /run.
This is where things went south, this command threw some errors before becoming unstoppable (literally!!). I tried Ctrl + C multiple times but the command kept popping up. Then I checked the Files app and noticed all the directories turned into blurry pixelated 'A' shaped squares, and when i closed the terminal running the command everything turned blurry and pixelated. Horror movie stuff 😭
I rebooted my device and was greeted with "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". My heart sank lower than the titanic. Tried looking up the error and found that adding init=/usr/lib/systemd or init=/bin/run-init might help boot up the system but neither of them did. But I did verify that both run-init and systemd existed in the paths specified.
Couldn't find much more that helped my situation but I believe the problem is here
Running ls -l /sbin/init returns /sbin/init -> busybox. It looks to me like maybe the /sbin/init is linking to the wrong location.
But yea, idk what else to do any help or insight on how to get my system back up would be appreciated, thanks in advance!!
p.s: I don't have an usb with arch on it rn so i cant chroot into live usb, so i'd prefer to fix it without one. if there's no other way around it, i will then create one