How to boot RHEL with no bash?
- by nmelmun
How can I boot a RHEL VM if I deleted /bin/bash? When trying to boot, I now get the following error:
"INIT: Cannot execute "/etc/rc/d/rc.sysinit"
The next thing I tried was to modify the kernel boot parameters by adding init=/bin/ksh at the end of the line, which gave me a functional shell. After this, in order to get write permissions, I…