Lines Matching full:terminal
52 * Serial terminal:: Using GRUB via a serial line
285 To support computers with no console, GRUB provides remote terminal
287 serial terminal support is implemented at the moment.
1272 File: grub.info, Node: Network, Next: Serial terminal, Prev: Configuration, Up: Top
1387 File: grub.info, Node: Serial terminal, Next: Preset Menu, Prev: Network, Up: Top
1392 This chapter describes how to use the serial terminal support in GRUB.
1399 serial ports. In addition, a terminal emulator is also required, such as
1403 As for GRUB, the instruction to set up a serial terminal is quite
1407 terminal support already.
1409 Then, initialize your serial terminal after GRUB starts up. Here is
1413 grub> terminal serial
1420 The command `terminal' (*note terminal::) chooses which type of
1421 terminal you want to use. In the case above, the terminal will be a
1422 serial terminal, but you can also pass `console' to the command, as
1423 `terminal serial console'. In this case, a terminal in which you press
1424 any key will be selected as a GRUB terminal.
1426 However, note that GRUB assumes that your terminal emulator is
1427 compatible with VT100 by default. This is true for most terminal
1429 command if your terminal emulator is not VT100-compatible or implements
1432 menu requires several fancy features of your terminal.
1435 File: grub.info, Node: Preset Menu, Next: Security, Prev: Serial terminal, Up: Top
1443 critical to set up the serial terminal as soon as possible, since you
1444 cannot see any message until the serial terminal begins to work. So it
1445 is good to run the commands `serial' (*note serial::) and `terminal'
1446 (*note terminal::) before anything else at the start-up time.
1481 # Set up the serial terminal, first of all.
1483 terminal --timeout=0 serial
1877 When your terminal is dumb or you request GRUB to hide the menu
1883 When you interrupt the timeout and your terminal is dumb, GRUB falls
1978 displayed on the control terminal, and the default entry will be
2026 * terminal:: Choose a terminal
2027 * terminfo:: Define escape sequences for a terminal
2255 `terminal' command is used (*note terminal::).
2258 support. See also *Note Serial terminal::.
2261 File: grub.info, Node: setkey, Next: terminal, Prev: serial, Up: General commands
2387 File: grub.info, Node: terminal, Next: terminfo, Prev: setkey, Up: General commands
2389 13.2.14 terminal
2392 -- Command: terminal [`--dumb'] [`--no-echo'] [`--no-edit']
2395 Select a terminal for user interaction. The terminal is assumed to
2401 serial support. See also *Note Serial terminal::.
2408 The option `--lines' defines the number of lines in your terminal,
2413 any key. This might be useful if your system has no terminal
2422 File: grub.info, Node: terminfo, Next: tftpserver, Prev: terminal, Up: General commands
2430 Define the capabilities of your terminal. Use this command to
3341 This error is returned if you try to change your terminal to a
3588 that your terminal is vt100-compatible by default, this would be useful
3589 only if your terminal is uncommon (such as vt52).
4282 * terminal: terminal. (line 9)
4342 Node: Serial terminal53211
4378 Node: terminal87341