Загрузчик — первый экран, который появляется при запуске Tails.

You can use the Boot Loader to modify the boot options. Boot options are special parameters used to troubleshoot or work around hardware support problems. For example, our list of known issues with graphics cards documents boot options for different graphics cards.

В зависимости от компьютера загрузчиком может быть либо GRUB, либо SYSLINUX.

In both GRUB and SYSLINUX, the keyboard layout of the Boot Menu is set to English (US).

Использование SYSLINUX

Вот как выглядит SYSLINUX:

Black screen ('SYSLINUX') with Tails
logo and 2 options: 'Tails' and 'Tails (Troubleshooting Mode)'.

Если ваш загрузчик выглядит иначе, обратитесь к дальнейшим инструкциям по изменению параметров загрузки с помощью GRUB.

Ниже описаны шаги для изменения параметров загрузки в SYSLINUX.

  1. При появлении SYSLINUX нажмите клавишу Tab.

    В нижней части экрана появится командная строка со списком параметров загрузки.

    SYSLINUX with
 a list of options starting with '/live/vmlinuz' at the bottom

  2. Внесите нужные вам изменения в параметры загрузки.

    Для добавления загрузочной опции нажмите клавишу Пробел и введите эту опцию.

    Если нужно добавить несколько параметров загрузки, введите их один за другим через Пробел.

  3. Для запуска Tails нажмите Enter.

Использование GRUB

GRUB выглядит примерно так:

Black screen ('GNU GRUB') with Tails
logo and 3 options: 'Tails' and 'Tails (Troubleshooting Mode)' and 'Tails (External Hard Disk)'.

Если ваш загрузчик выглядит иначе, обратитесь к инструкциям по изменению параметров загрузки с помощью SYSLINUX выше.

Чтобы изменить параметры загрузки в GRUB:

  1. При появлении GRUB нажмите e.

    Вы увидите новый экран с опциями.

    GRUB with a list of
options starting with 'setparams Tails'

  2. Внесите нужные вам изменения в параметры загрузки.

    To add a boot option, navigate with the arrows of the keyboard to the end of the line that starts with linux. Type the boot option that you want to add. The line is most likely wrapped and displayed on several lines but it is a single configuration line.

    Если нужно добавить несколько параметров загрузки, введите их один за другим через Пробел.

  3. Нажмите Ctrl+X, F10 или Fn+F10 для запуска Tails.

Modify the boot options on the USB stick

To use modified boot options automatically when restarting Tails, you can save these changes to your Tails USB stick.

These modifications are deleted each time you upgrade Tails. (#18268)

To do so:

  1. When starting Tails, set up an administration password.

  2. Open a Terminal.

  3. Execute to following command to allow modifying the content of the Tails partition on the USB stick.

    sudo mount -o remount,rw /lib/live/mount/medium/

  4. Execute the following command to edit the configuration of the Boot Loader.

    • If your computer uses SYSLINUX:

      gnome-text-editor admin:///lib/live/mount/medium/syslinux/live64.cfg

      The section label live corresponds to the default boot options.

      The section label livefailsafe corresponds to the troubleshooting mode.

    • If your computer uses GRUB:

      gnome-text-editor admin:///lib/live/mount/medium/EFI/debian/grub.cfg

      The section menuentry 'Tails 6.11' corresponds to the default boot options.

      The section menuentry 'Tails 6.11 (Troubleshooting Mode)' corresponds to the troubleshoot mode.

  5. Save your changes.

  6. Restart to test your changes.