Oracle Linux: System Boot Error: "Failed to Execute /sbin/init"
in Linux
Note!!Please register a free account to access the full content and also to participate in Q&A in the community
Applies To:
Oracle Cloud Infrastructure
Oracle Linux 8
Symptoms:
When booting the instance, the following errors are displayed in the console output:
[ **** ] Failed to execute /sbin/init
[ **** ] systemd[1]: Failed to execute /bin/sh, giving up: No such file or directory
[ **** ] Failed to execute fallback shell.
Cause:
Although /sbin/init and /bin/sh exist, the shared libraries they depend on are missing or corrupt.
# ls -l /sbin/init /bin/sh
lrwxrwxrwx. 1 root root 22 Mar 11 11:53 /sbin/init -> ../lib/systemd/systemd
lrwxrwxrwx. 1 root root 4 May 22 2024 /bin/sh -> bash
0