How to open another shell (on another virtual terminal/console) in recovery mode

There might be a better/simpler way, but I just applied this Stack Exchange answer by wurtel (edited by Stéphane Chazelas):

setsid sh -c 'exec /bin/bash /dev/tty2 >&0 2>&1'