I don't know if "single user mode" is the correct term for that but here I go:
On the GRUB menu, I pressed E to edit the run configurations. To the line that starts with linux
, I have appended the following:
rw init=/bin/bash
and pressed F10. The computer boots up to a root shell without asking any password.
The problem is, signals are not working. For example, when I run a command, I cannot exit from that command by pressing Ctrl + C.
Is this expected? If yes, what is the reason for this and how can I fix this? Is it related to the terminal emulator in single user mode?
tmux
appears to enable ctrl+c somehow. of course, this is untested and, Surely, bad advice – ThorSummoner Oct 02 '22 at 02:00