Manjaro Difference between revisions of "Systemd-boot/ru"

Difference between revisions of "Systemd-boot/ru"

From Manjaro
(Created page with "# опция DEFAULT_ENTRY определяет, следует ли управлять записью по умолчанию в файле loader.conf и если да, то...")
Tags: Mobile web edit Mobile edit
(Created page with "# ENTRY_ROOT - это шаблон, который описывает начало имени для записей в системной загрузке. # За ENTRY_ROOT...")
Tags: Mobile web edit Mobile edit
Line 35: Line 35:
#DEFAULT_ENTRY="latest"
#DEFAULT_ENTRY="latest"


# ENTRY_ROOT is a template that describes the beginning of the name for system-boot entries
# ENTRY_ROOT - это шаблон, который описывает начало имени для записей в системной загрузке.
# The ENTRY_ROOT will be followed by the kernel version number
# За ENTRY_ROOT будет следовать номер версии ядра.
# For example, if ENTRY_ROOT="manjaro" and you are using kernel 4.19 your entry will be named "manjaro4.19.conf"
# Например, если ENTRY_ROOT="manjaro" и вы используете ядро 4.19, ваша запись будет называться "manjaro4.19.conf".
#ENTRY_ROOT="manjarolinux"
#ENTRY_ROOT="manjarolinux"



Revision as of 04:29, 17 January 2023

Other languages:
Deutsch • ‎English • ‎Türkçe • ‎русский


systemd-boot является альтернативой другим загрузчикам, таким как GRUB.

Конфигурация

Настройка записей

Записи в загрузчике автоматически генерируются с помощью sdboot-manager. Сгенерированные записи можно настроить отредактировав /etc/sd boot-manager.conf.

After changing this file, the existing entries need to be regenerated.

user $ sudo sdboot-manage gen COPY TO CLIPBOARD


Setting up Plymouth splash screen

After installing Plymouth the kernel bootline needs to be adjusted. This can be done by editing /etc/sdboot-manage.conf as follows:

Find the line

#LINUX_OPTIONS=""

and replace it with

LINUX_OPTIONS="quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0"

Further configuration

For further configuration such as custom entries, refer to ArchWiki.

See Also

systemd-boot on ArchWiki For a more complete article about systemd-boot.

dalto.8/systemd-boot-manager on GitLab For the automatic generators source code.

man systemd-boot.7 The man-page for systemd-boot.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.