(no title)
jkrejcha | 2 months ago
1. /sbin/init
2. /etc/init
3. /bin/init
4. /bin/sh
It dropping you into a shell is a pretty neat little way to allow recovery if you somehow really borked your init
jkrejcha | 2 months ago
1. /sbin/init
2. /etc/init
3. /bin/init
4. /bin/sh
It dropping you into a shell is a pretty neat little way to allow recovery if you somehow really borked your init
wibbily|2 months ago
> Bailing out, you are on your own. Good luck.
https://unix.stackexchange.com/questions/96720
kmm|2 months ago
The kernel has a different error message: "No working init found. Try passing init= option to kernel."[2]
1: https://github.com/archlinux/mkinitcpio/blob/2dc9e12814aafcc... 2: https://github.com/torvalds/linux/blob/d358e5254674b70f34c84...