Posted over 1 year ago. Visible to the public.
Linux rescue
In grub menu select autoline and press e
. Find the line which is started with linux
and append
Copyinit=/bin/sh
to the end of this. After you will boot it (Ctrl-x), you will get a root shell immediately. But the filesystme will be in the readonly mode. To fix it execute:
Copymount -o remount, rw /