Skip to content

Commit daf4b91

Browse files
Update writing for TTY Mode.
I clearly guide you through TTY mode while the GRUB loader fails.
1 parent d8a3360 commit daf4b91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

system.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ user@machine:~$ unity --reset-icons
3535

3636
 
3737

38-
### 5. TTY Mode
38+
### 5. TTY Mode:
39+
# We can use shortcut key: control + alter + F7 # Try F2, F3, ... F6 (i.e., F2 through F6)
40+
This shoud bring up a text-based login prompt. Afterward, log in with your username (`whoami`) and password.
3941
```console
40-
user@machine:~$ sudo chvt 7 # Try 1, 2, 3, ... 7
41-
42-
# or, we can use shortcut key: control + alter + F7 # Try F1, F2, F3, ... F7
42+
user@machine:~$ sudo chvt 7 # Try 1, 2, 3, ... 7
4343
```
4444

4545
 

0 commit comments

Comments
 (0)