Difference between revisions of "Systemd-boot"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Add man page as pointed out by papajoke on the forums) |
m (added languages and translate tags) |
||
Line 1: | Line 1: | ||
<languages/> | |||
__TOC__ | |||
<translate> | |||
{{DISPLAYTITLE:systemd-boot}} | {{DISPLAYTITLE:systemd-boot}} | ||
systemd-boot is an alternative to other bootloaders such as GRUB. | systemd-boot is an alternative to other bootloaders such as GRUB. | ||
== Configuration == | == Configuration == | ||
Line 102: | Line 103: | ||
[https://man.archlinux.org/man/systemd-boot.7 man systemd-boot.7] The man-page for systemd-boot. | [https://man.archlinux.org/man/systemd-boot.7 man systemd-boot.7] The man-page for systemd-boot. | ||
</translate> | |||
[[Category: | [[Category:Contents Page{{#translation:}}]] | ||
[[Category:Bootloader{{#translation:}}]] |
Revision as of 18:35, 7 September 2021
systemd-boot is an alternative to other bootloaders such as GRUB.
Configuration
Customizing entries
The entries in the bootloader are automatically generated using sdboot-manage. The generated entries can be customized by editing /etc/sdboot-manage.conf.
Expand/etc/sdboot-manage.conf |
After changing this file, the existing entries need to be regenerated.
user $ sudo sdboot-manage gen
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.