Closed quisys closed 4 years ago
Fixed by using /dev/sdXX in fstab instead of UUIDs, still a weird issue through.
This is working as intended, fsck
failed which drops you into an emergency shell.
Now, according to busybox's sources when
UUIDis used it'll try to execute
fsck.auto`. This executable doesn't exist which causes the open error I believe.
Will look into this.
Swapping from busybox's utilities to util-linux's will allow you to use UUIDs. busybox is rather barebones.
At the "checking filesystems" portion of init, I get
I am using default init and have dosfstools installed. It's trying to check /dev/sdb3 (fat32) but failing for some reason.