Hirdetés

Keresés

Új hozzászólás Aktív témák

  • lajos0001

    tag

    válasz lev258 #8234 üzenetére

    1/

    Ezt:

    xxx@xxx-MS-7752 ~ $ sudo grub-install /dev/sda
    [sudo] xxx jelszava:
    Telepítés a(z) i386-pc platformhoz.
    A telepítés befejeződött. Nem jelentettek hibát.
    xxx@xxx-MS-7752 ~ $

    ========================
    2/

    sudo update-grub

    beírására pedig ezt kapom (és ez még több oldalon keresztül tovább folytatódik, semmi olyan nincs benne, hogy az update ténylegesen lement):

    Next: Shell-like scripting, Up: Configuration

    6.1 Simple configuration handling
    =================================

    The program 'grub-mkconfig' (*note Invoking grub-mkconfig::) generates
    'grub.cfg' files suitable for most cases. It is suitable for use when
    upgrading a distribution, and will discover available kernels and
    attempt to generate menu entries for them.

    'grub-mkconfig' does have some limitations. While adding extra
    custom menu entries to the end of the list can be done by editing
    '/etc/grub.d/40_custom' or creating '/boot/grub/custom.cfg', changing
    the order of menu entries or changing their titles may require making
    complex changes to shell scripts stored in '/etc/grub.d/'. This may be
    improved in the future. In the meantime, those who feel that it would
    be easier to write 'grub.cfg' directly are encouraged to do so (*note
    Booting::, and *note Shell-like scripting::), and to disable any system
    provided by their distribution to automatically run 'grub-mkconfig'.

    The file '/etc/default/grub' controls the operation of
    'grub-mkconfig'. It is sourced by a shell script, and so must be valid
    POSIX shell input; normally, it will just be a sequence of 'KEY=value'
    lines, but if the value contains spaces or other special characters then
    it must be quoted. For example:

    GRUB_TERMINAL_INPUT="console serial"

    Valid keys in '/etc/default/grub' are as follows:

    'GRUB_DEFAULT'
    The default menu entry. This may be a number, in which case it
    identifies the Nth entry in the generated menu counted from zero,
    or the title of a menu entry, or the special string 'saved'. Using
    the id may be useful if you want to set a menu entry as the default
    even though there may be a variable number of entries before it.

    For example, if you have:

    menuentry 'Example GNU/Linux distribution' --class gnu-linux --id example-gnu-linux {
    ...
    }
    -----Info: (grub.info.gz)Simple configuration, 345 lines --Top------------------------------------------------------------------------------------------------
    Welcome to Info version 6.1. Type H for help, h for tutorial.

Új hozzászólás Aktív témák