Lines Matching full:terminal
109 * Serial terminal:: Using GRUB via a serial line
336 To support computers with no console, GRUB provides remote terminal
338 terminal support is implemented at the moment.
1554 @node Serial terminal
1557 This chapter describes how to use the serial terminal support in GRUB.
1564 serial ports. In addition, a terminal emulator is also required, such as
1568 As for GRUB, the instruction to set up a serial terminal is quite
1572 terminal support already.
1574 Then, initialize your serial terminal after GRUB starts up. Here is an
1580 grub> @kbd{terminal serial}
1590 The command @command{terminal} (@pxref{terminal}) chooses which type of
1591 terminal you want to use. In the case above, the terminal will be a
1592 serial terminal, but you can also pass @code{console} to the command,
1593 as @samp{terminal serial console}. In this case, a terminal in which
1594 you press any key will be selected as a GRUB terminal.
1596 However, note that GRUB assumes that your terminal emulator is
1597 compatible with VT100 by default. This is true for most terminal
1599 the command if your terminal emulator is not VT100-compatible or
1602 menu requires several fancy features of your terminal.
1611 critical to set up the serial terminal as soon as possible, since you
1612 cannot see any message until the serial terminal begins to work. So it
1614 @command{terminal} (@pxref{terminal}) before anything else at the
1657 # Set up the serial terminal, first of all.
1659 terminal --timeout=0 serial
2056 When your terminal is dumb or you request GRUB to hide the menu
2062 When you interrupt the timeout and your terminal is dumb, GRUB falls
2158 displayed on the control terminal, and the default entry will be
2202 * terminal:: Choose a terminal
2203 * terminfo:: Define escape sequences for a terminal
2443 @command{terminal} command is used (@pxref{terminal}).
2446 support. See also @ref{Serial terminal}.
2581 @node terminal
2582 @subsection terminal
2584 @deffn Command terminal [@option{--dumb}] [@option{--no-echo}] [@option{--no-edit}] [@option{--timeout=secs}] [@option{--lines=lines}] [@option{--silent}] [@option{console}] [@option{serial}] [@option{hercules}]
2585 Select a terminal for user interaction. The terminal is assumed to be
2591 support. See also @ref{Serial terminal}.
2599 terminal, and it is used for the internal pager function. If you don't
2603 hit any key. This might be useful if your system has no terminal
2617 Define the capabilities of your terminal. Use this command to define
3479 This error is returned if you try to change your terminal to a serial
3738 that your terminal is vt100-compatible by default, this would be
3739 useful only if your terminal is uncommon (such as vt52).