grub.rst
changeset 2230 9e6ad6607a9e
parent 1912 8b81a8f0f692
equal deleted inserted replaced
2229:1a0b6597e594 2230:9e6ad6607a9e
    33 
    33 
    34 Specifies the VGA text mode that should be selected when booting. mode defaults
    34 Specifies the VGA text mode that should be selected when booting. mode defaults
    35 to the VGA mode setting in the kernel image. The values are not case-sensitive.
    35 to the VGA mode setting in the kernel image. The values are not case-sensitive.
    36 They are:
    36 They are:
    37 
    37 
    38   ask
    38 ``ask``
    39       Prompts the user for the text mode. Pressing Enter in response to the
    39   Prompts the user for the text mode. Pressing Enter in response to the
    40       prompt displays a list of the available modes. extended (or ext)
    40   prompt displays a list of the available modes. extended (or ext)
    41       Selects 80x50 text mode.
    41   Selects 80x50 text mode.
    42   normal
    42 ``normal``
    43       Selects normal 80x25 text mode.
    43   Selects normal 80x25 text mode.
    44   number
    44 ``number``
    45       Uses the text mode that corresponds to number. A list of available
    45   Uses the text mode that corresponds to number. A list of available
    46       modes for your video card can be obtained by booting with vga=ask and
    46   modes for your video card can be obtained by booting with vga=ask and
    47       pressing Enter.
    47   pressing Enter.
    48 
    48 
    49 ::
    49 ::
    50 
    50 
    51   F00 80x25
    51   F00 80x25
    52   F01 80x50
    52   F01 80x50