<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KevinK</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KevinK"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Special:Contributions/KevinK"/>
	<updated>2026-07-07T20:45:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Systemd-boot/de&amp;diff=29933</id>
		<title>Systemd-boot/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Systemd-boot/de&amp;diff=29933"/>
		<updated>2022-01-20T16:34:52Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;=Siehe auch=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
{{DISPLAYTITLE:systemd-boot}}&lt;br /&gt;
&lt;br /&gt;
systemd-boot ist eine Alternative zu anderen Bootloadern, wie Beispielsweise GRUB.&lt;br /&gt;
&lt;br /&gt;
== Konfiguration ==&lt;br /&gt;
&lt;br /&gt;
=== Einträge anpassen ===&lt;br /&gt;
&lt;br /&gt;
Die Einträge im Bootloader werden automatisch mit sdboot-manage erstellt. Die Erstellung der Einträge kann angepasst werden indem &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; bearbeitet wird.&lt;br /&gt;
&lt;br /&gt;
{| role=&amp;quot;presentation&amp;quot; class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
| &amp;lt;strong&amp;gt;/etc/sdboot-manage.conf&amp;lt;/strong&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|{{File|file=/etc/sdboot-manage.conf|content=&lt;br /&gt;
&amp;lt;pre&amp;gt;# Konfigurationsdatei für sdboot-manage&lt;br /&gt;
&lt;br /&gt;
# Kernel-Optionen, die an die &amp;quot;options&amp;quot;-Zeile angehängt werden&lt;br /&gt;
#LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
#LINUX_FALLBACK_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Wenn LINUX_USE_DEVICE_FOR_RESUME auf &amp;quot;yes&amp;quot; gesetzt ist, wird das angegebene Gerät für den Tiefschlaf (Hibernation) genutzt&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=/dev/sda4&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=UUID=device_uuid&lt;br /&gt;
&lt;br /&gt;
# Wenn LINUX_USE_SWAP_FOR_RESUME auf &amp;quot;yes&amp;quot; gesetzt ist wird der erste erkannte Auslagerungsspeicher (swap) für den Tiefschlaf (Hibernation) verwendet&lt;br /&gt;
# z.B. Der &amp;quot;resume=UUID=swap_device&amp;quot; Parameter würde an die Kernel-Commandline angehängt werden&lt;br /&gt;
#LINUX_USE_SWAP_FOR_RESUME=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# the DEFAULT_ENTRY option determines if and how the default entry in loader.conf should be managed&lt;br /&gt;
#   &amp;quot;latest&amp;quot;    The most recent Manjaro kernel will be used(the one with the highest version number)&lt;br /&gt;
#   &amp;quot;oldest&amp;quot;    The oldest Manjaro kernel will be used(the one with the lowest version number)&lt;br /&gt;
#   &amp;quot;manual&amp;quot;    Don&amp;#039;t modify the default setting&lt;br /&gt;
#DEFAULT_ENTRY=&amp;quot;latest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# ENTRY_ROOT is a template that describes the beginning of the name for system-boot entries&lt;br /&gt;
# The ENTRY_ROOT will be followed by the kernel version number&lt;br /&gt;
# For example, if ENTRY_ROOT=&amp;quot;manjaro&amp;quot; and you are using kernel 4.19 your entry will be named &amp;quot;manjaro4.19.conf&amp;quot;&lt;br /&gt;
#ENTRY_ROOT=&amp;quot;manjarolinux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# ENTRY_TITLE is a template that describes the beginning of the title of (i.e. the text displayed in the loader screen for) systemd-boot entries&lt;br /&gt;
# For example, if ENTRY_TITLE=&amp;quot;Manjaro&amp;quot; and you are using kernel 4.19, the title of your entry will be &amp;quot;Manjaro Linux 4.19&amp;quot;&lt;br /&gt;
#ENTRY_TITLE=&amp;quot;Manjaro Linux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when ENTRY_APPEND_KVER is set to &amp;quot;yes&amp;quot;, the kernel version number will be appended to both the filename and the title of systemd-boot entries&lt;br /&gt;
#ENTRY_APPEND_KVER=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Use this pattern to match kernels which should be considered native OS kernels&lt;br /&gt;
#KERNEL_PATTERN=&amp;quot;vmlinuz-[0-9]*-*&amp;quot; \&lt;br /&gt;
&lt;br /&gt;
# setting REMOVE_EXISTING to &amp;quot;yes&amp;quot; will remove all your existing systemd-boot entries before building new entries&lt;br /&gt;
#REMOVE_EXISTING=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# unless OVERWRITE_EXISTING is set to &amp;quot;yes&amp;quot; existing entries for currently installed kernels will not be touched&lt;br /&gt;
# this setting has no meaning if REMOVE_EXISTING is set to &amp;quot;yes&amp;quot;&lt;br /&gt;
#OVERWRITE_EXISTING=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when REMOVE_OBSOLETE is set to &amp;quot;yes&amp;quot; entries for kernels no longer available on the system will be removed&lt;br /&gt;
#REMOVE_OBSOLETE=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# if PRESERVE_FOREIGN is set to &amp;quot;yes&amp;quot;, do not delete entries starting with $ENTRY_ROOT&lt;br /&gt;
#PRESERVE_FOREIGN=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# setting NO_AUTOUPDATE to &amp;quot;yes&amp;quot; will stop the updates to systemd-boot when systemd is updated - not recommended unless you are seperately updating systemd-boot&lt;br /&gt;
#NO_AUTOUPDATE=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# setting NO_AUTOGEN to &amp;quot;yes&amp;quot; will stop the automatic creation of entries when kernels are installed or updated&lt;br /&gt;
#NO_AUTOGEN=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# add discard option to cryptdevice parameters&lt;br /&gt;
#DISCARD=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# add discard option to boot parameters for filesystems (rootflags=discard) for continuous TRIM &lt;br /&gt;
# see: https://wiki.archlinux.org/index.php/Solid_state_drive#Continuous_TRIM&lt;br /&gt;
#CDISCARD=&amp;quot;no&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Nachdem die Datei geändert wurde, müssen die bestehenden Dateien regeneriert werden.&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=sudo sdboot-manage gen}}&lt;br /&gt;
&lt;br /&gt;
=== Einrichtung des Plymouth Startbildschirms ===&lt;br /&gt;
&lt;br /&gt;
Nachdem Plymouth installiert wurde, muss die Kernel-Bootline angepasst werden. Das kann getan werden, indem &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; wie folgt bearbeitet wird:&lt;br /&gt;
&lt;br /&gt;
Finde die Zeile&lt;br /&gt;
 #LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
und ersetze sie durch&lt;br /&gt;
 LINUX_OPTIONS=&amp;quot;quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Weitere Konfiguration ===&lt;br /&gt;
&lt;br /&gt;
Für weitere Konfiguration, wie eigene Einträge, kann das [https://wiki.archlinux.org/title/Systemd-boot ArchWiki] helfen.&lt;br /&gt;
&lt;br /&gt;
=Siehe auch=&lt;br /&gt;
&lt;br /&gt;
[https://wiki.archlinux.org/title/systemd-boot systemd-boot auf ArchWiki] Für einen kompletten Artikel über systemd-boot.&lt;br /&gt;
&lt;br /&gt;
[https://gitlab.com/dalto.8/systemd-boot-manager/-/tree/master dalto.8/systemd-boot-manager on GitLab] Für den Quellcode des Autogenerators.&lt;br /&gt;
&lt;br /&gt;
[https://man.archlinux.org/man/systemd-boot.7 man systemd-boot.7] Die man-page für systemd-boot.&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:Bootloader{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/33/de&amp;diff=29925</id>
		<title>Translations:Systemd-boot/33/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/33/de&amp;diff=29925"/>
		<updated>2022-01-17T21:29:57Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;[https://man.archlinux.org/man/systemd-boot.7 man systemd-boot.7] Die man-page für systemd-boot.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://man.archlinux.org/man/systemd-boot.7 man systemd-boot.7] Die man-page für systemd-boot.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/32/de&amp;diff=29924</id>
		<title>Translations:Systemd-boot/32/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/32/de&amp;diff=29924"/>
		<updated>2022-01-17T21:29:48Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;[https://gitlab.com/dalto.8/systemd-boot-manager/-/tree/master dalto.8/systemd-boot-manager on GitLab] Für den Quellcode des Autogenerators.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://gitlab.com/dalto.8/systemd-boot-manager/-/tree/master dalto.8/systemd-boot-manager on GitLab] Für den Quellcode des Autogenerators.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/31/de&amp;diff=29923</id>
		<title>Translations:Systemd-boot/31/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/31/de&amp;diff=29923"/>
		<updated>2022-01-17T21:29:33Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;[https://wiki.archlinux.org/title/systemd-boot systemd-boot auf ArchWiki] Für einen kompletten Artikel über systemd-boot.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://wiki.archlinux.org/title/systemd-boot systemd-boot auf ArchWiki] Für einen kompletten Artikel über systemd-boot.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/30/de&amp;diff=29922</id>
		<title>Translations:Systemd-boot/30/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/30/de&amp;diff=29922"/>
		<updated>2022-01-17T21:29:12Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;=Siehe auch=&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Siehe auch=&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/29/de&amp;diff=29921</id>
		<title>Translations:Systemd-boot/29/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/29/de&amp;diff=29921"/>
		<updated>2022-01-17T21:29:07Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;Für weitere Konfiguration, wie eigene Einträge, kann das [https://wiki.archlinux.org/title/Systemd-boot ArchWiki] helfen.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Für weitere Konfiguration, wie eigene Einträge, kann das [https://wiki.archlinux.org/title/Systemd-boot ArchWiki] helfen.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/28/de&amp;diff=29920</id>
		<title>Translations:Systemd-boot/28/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/28/de&amp;diff=29920"/>
		<updated>2022-01-17T21:28:38Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;=== Weitere Konfiguration ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Weitere Konfiguration ===&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/27/de&amp;diff=29919</id>
		<title>Translations:Systemd-boot/27/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/27/de&amp;diff=29919"/>
		<updated>2022-01-17T21:28:22Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;Finde die Zeile  #LINUX_OPTIONS=&amp;quot;&amp;quot; und ersetze sie durch  LINUX_OPTIONS=&amp;quot;quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0&amp;quot;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Finde die Zeile&lt;br /&gt;
 #LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
und ersetze sie durch&lt;br /&gt;
 LINUX_OPTIONS=&amp;quot;quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0&amp;quot;&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/26/de&amp;diff=29918</id>
		<title>Translations:Systemd-boot/26/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/26/de&amp;diff=29918"/>
		<updated>2022-01-17T21:27:59Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;Nachdem Plymouth installiert wurde, muss die Kernel-Bootline angepasst werden. Das kann getan werden, indem &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; wie folgt bearbeitet wird:&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nachdem Plymouth installiert wurde, muss die Kernel-Bootline angepasst werden. Das kann getan werden, indem &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; wie folgt bearbeitet wird:&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/25/de&amp;diff=29917</id>
		<title>Translations:Systemd-boot/25/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/25/de&amp;diff=29917"/>
		<updated>2022-01-17T21:27:11Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;=== Einrichtung des Plymouth Startbildschirms ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Einrichtung des Plymouth Startbildschirms ===&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/24/de&amp;diff=29916</id>
		<title>Translations:Systemd-boot/24/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/24/de&amp;diff=29916"/>
		<updated>2022-01-17T21:26:55Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;{{UserCmd|command=sudo sdboot-manage gen}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UserCmd|command=sudo sdboot-manage gen}}&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/23/de&amp;diff=29915</id>
		<title>Translations:Systemd-boot/23/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/23/de&amp;diff=29915"/>
		<updated>2022-01-17T21:26:49Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;Nachdem die Datei geändert wurde, müssen die bestehenden Dateien regeneriert werden.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Nachdem die Datei geändert wurde, müssen die bestehenden Dateien regeneriert werden.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/9/de&amp;diff=29914</id>
		<title>Translations:Systemd-boot/9/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/9/de&amp;diff=29914"/>
		<updated>2022-01-17T21:26:22Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;# Wenn LINUX_USE_SWAP_FOR_RESUME auf &amp;quot;yes&amp;quot; gesetzt ist wird der erste erkannte Auslagerungsspeicher (swap) für den Tiefschlaf (Hibernation) verwendet # z.B. Der &amp;quot;resume=UUID=...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Wenn LINUX_USE_SWAP_FOR_RESUME auf &amp;quot;yes&amp;quot; gesetzt ist wird der erste erkannte Auslagerungsspeicher (swap) für den Tiefschlaf (Hibernation) verwendet&lt;br /&gt;
# z.B. Der &amp;quot;resume=UUID=swap_device&amp;quot; Parameter würde an die Kernel-Commandline angehängt werden&lt;br /&gt;
#LINUX_USE_SWAP_FOR_RESUME=&amp;quot;no&amp;quot;&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/8/de&amp;diff=29913</id>
		<title>Translations:Systemd-boot/8/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/8/de&amp;diff=29913"/>
		<updated>2022-01-17T21:24:59Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;# Wenn LINUX_USE_DEVICE_FOR_RESUME auf &amp;quot;yes&amp;quot; gesetzt ist, wird das angegebene Gerät für den Tiefschlaf (Hibernation) genutzt #LINUX_USE_DEVICE_FOR_RESUME=/dev/sda4 #LINUX_US...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Wenn LINUX_USE_DEVICE_FOR_RESUME auf &amp;quot;yes&amp;quot; gesetzt ist, wird das angegebene Gerät für den Tiefschlaf (Hibernation) genutzt&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=/dev/sda4&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=UUID=device_uuid&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/7/de&amp;diff=29912</id>
		<title>Translations:Systemd-boot/7/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/7/de&amp;diff=29912"/>
		<updated>2022-01-17T21:24:19Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;# Kernel-Optionen, die an die &amp;quot;options&amp;quot;-Zeile angehängt werden #LINUX_OPTIONS=&amp;quot;&amp;quot; #LINUX_FALLBACK_OPTIONS=&amp;quot;&amp;quot;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;# Kernel-Optionen, die an die &amp;quot;options&amp;quot;-Zeile angehängt werden&lt;br /&gt;
#LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
#LINUX_FALLBACK_OPTIONS=&amp;quot;&amp;quot;&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/6/de&amp;diff=29911</id>
		<title>Translations:Systemd-boot/6/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/6/de&amp;diff=29911"/>
		<updated>2022-01-17T21:23:32Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;{| role=&amp;quot;presentation&amp;quot; class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot; | &amp;lt;strong&amp;gt;/etc/sdboot-manage.conf&amp;lt;/strong&amp;gt;  |- |{{File|file=/etc/sdboot-manage.conf|content= &amp;lt;pre&amp;gt;# Konfig...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| role=&amp;quot;presentation&amp;quot; class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
| &amp;lt;strong&amp;gt;/etc/sdboot-manage.conf&amp;lt;/strong&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|{{File|file=/etc/sdboot-manage.conf|content=&lt;br /&gt;
&amp;lt;pre&amp;gt;# Konfigurationsdatei für sdboot-manage&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/5/de&amp;diff=29910</id>
		<title>Translations:Systemd-boot/5/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/5/de&amp;diff=29910"/>
		<updated>2022-01-17T21:23:04Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;Die Einträge im Bootloader werden automatisch mit sdboot-manage erstellt. Die Erstellung der Einträge kann angepasst werden indem &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; bearbeitet...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Die Einträge im Bootloader werden automatisch mit sdboot-manage erstellt. Die Erstellung der Einträge kann angepasst werden indem &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; bearbeitet wird.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/4/de&amp;diff=29909</id>
		<title>Translations:Systemd-boot/4/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/4/de&amp;diff=29909"/>
		<updated>2022-01-17T21:21:48Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;=== Einträge anpassen ===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Einträge anpassen ===&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/3/de&amp;diff=29908</id>
		<title>Translations:Systemd-boot/3/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/3/de&amp;diff=29908"/>
		<updated>2022-01-17T21:21:40Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;== Konfiguration ==&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Konfiguration ==&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/2/de&amp;diff=29907</id>
		<title>Translations:Systemd-boot/2/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/2/de&amp;diff=29907"/>
		<updated>2022-01-17T21:21:34Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;systemd-boot ist eine Alternative zu anderen Bootloadern, wie Beispielsweise GRUB.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;systemd-boot ist eine Alternative zu anderen Bootloadern, wie Beispielsweise GRUB.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/1/de&amp;diff=29906</id>
		<title>Translations:Systemd-boot/1/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/1/de&amp;diff=29906"/>
		<updated>2022-01-17T21:21:11Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;{{DISPLAYTITLE:systemd-boot}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:systemd-boot}}&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/Page_display_title/de&amp;diff=29905</id>
		<title>Translations:Systemd-boot/Page display title/de</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Translations:Systemd-boot/Page_display_title/de&amp;diff=29905"/>
		<updated>2022-01-17T21:21:05Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;Systemd-boot&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Systemd-boot&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Category:Bootloader&amp;diff=22498</id>
		<title>Category:Bootloader</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Category:Bootloader&amp;diff=22498"/>
		<updated>2021-05-06T15:18:18Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Create description for category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A bootloader is the program responsible for loading the OS. There are several different bootloaders available for Manjaro listed in this category.&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Systemd-boot&amp;diff=22497</id>
		<title>Systemd-boot</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Systemd-boot&amp;diff=22497"/>
		<updated>2021-05-06T13:59:48Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Add man page as pointed out by papajoke on the forums&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:systemd-boot}}&lt;br /&gt;
&lt;br /&gt;
systemd-boot is an alternative to other bootloaders such as GRUB.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Customizing entries ===&lt;br /&gt;
&lt;br /&gt;
The entries in the bootloader are automatically generated using sdboot-manage. The generated entries can be customized by editing &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| role=&amp;quot;presentation&amp;quot; class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
| &amp;lt;strong&amp;gt;/etc/sdboot-manage.conf&amp;lt;/strong&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|{{File|file=/etc/sdboot-manage.conf|content=&lt;br /&gt;
&amp;lt;pre&amp;gt;# config file for sdboot-manage&lt;br /&gt;
&lt;br /&gt;
# kernel options to be appended to the &amp;quot;options&amp;quot; line&lt;br /&gt;
#LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
#LINUX_FALLBACK_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when LINUX_USE_DEVICE_FOR_RESUME is set to &amp;quot;yes&amp;quot;, the specified device will be used for hibernation&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=/dev/sda4&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=UUID=device_uuid&lt;br /&gt;
&lt;br /&gt;
# when LINUX_USE_SWAP_FOR_RESUME is set to &amp;quot;yes&amp;quot;, the first detected available swap device will be used for hibernation&lt;br /&gt;
# i.e. the &amp;quot;resume=UUID=swap_device&amp;quot; parameter would be appended to the kernel command line&lt;br /&gt;
#LINUX_USE_SWAP_FOR_RESUME=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# the DEFAULT_ENTRY option determines if and how the default entry in loader.conf should be managed&lt;br /&gt;
#   &amp;quot;latest&amp;quot;    The most recent Manjaro kernel will be used(the one with the highest version number)&lt;br /&gt;
#   &amp;quot;oldest&amp;quot;    The oldest Manjaro kernel will be used(the one with the lowest version number)&lt;br /&gt;
#   &amp;quot;manual&amp;quot;    Don&amp;#039;t modify the default setting&lt;br /&gt;
#DEFAULT_ENTRY=&amp;quot;latest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# ENTRY_ROOT is a template that describes the beginning of the name for system-boot entries&lt;br /&gt;
# The ENTRY_ROOT will be followed by the kernel version number&lt;br /&gt;
# For example, if ENTRY_ROOT=&amp;quot;manjaro&amp;quot; and you are using kernel 4.19 your entry will be named &amp;quot;manjaro4.19.conf&amp;quot;&lt;br /&gt;
#ENTRY_ROOT=&amp;quot;manjarolinux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# ENTRY_TITLE is a template that describes the beginning of the title of (i.e. the text displayed in the loader screen for) systemd-boot entries&lt;br /&gt;
# For example, if ENTRY_TITLE=&amp;quot;Manjaro&amp;quot; and you are using kernel 4.19, the title of your entry will be &amp;quot;Manjaro Linux 4.19&amp;quot;&lt;br /&gt;
#ENTRY_TITLE=&amp;quot;Manjaro Linux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when ENTRY_APPEND_KVER is set to &amp;quot;yes&amp;quot;, the kernel version number will be appended to both the filename and the title of systemd-boot entries&lt;br /&gt;
#ENTRY_APPEND_KVER=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Use this pattern to match kernels which should be considered native OS kernels&lt;br /&gt;
#KERNEL_PATTERN=&amp;quot;vmlinuz-[0-9]*-*&amp;quot; \&lt;br /&gt;
&lt;br /&gt;
# setting REMOVE_EXISTING to &amp;quot;yes&amp;quot; will remove all your existing systemd-boot entries before building new entries&lt;br /&gt;
#REMOVE_EXISTING=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# unless OVERWRITE_EXISTING is set to &amp;quot;yes&amp;quot; existing entries for currently installed kernels will not be touched&lt;br /&gt;
# this setting has no meaning if REMOVE_EXISTING is set to &amp;quot;yes&amp;quot;&lt;br /&gt;
#OVERWRITE_EXISTING=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when REMOVE_OBSOLETE is set to &amp;quot;yes&amp;quot; entries for kernels no longer available on the system will be removed&lt;br /&gt;
#REMOVE_OBSOLETE=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# if PRESERVE_FOREIGN is set to &amp;quot;yes&amp;quot;, do not delete entries starting with $ENTRY_ROOT&lt;br /&gt;
#PRESERVE_FOREIGN=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# setting NO_AUTOUPDATE to &amp;quot;yes&amp;quot; will stop the updates to systemd-boot when systemd is updated - not recommended unless you are seperately updating systemd-boot&lt;br /&gt;
#NO_AUTOUPDATE=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# setting NO_AUTOGEN to &amp;quot;yes&amp;quot; will stop the automatic creation of entries when kernels are installed or updated&lt;br /&gt;
#NO_AUTOGEN=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# add discard option to cryptdevice parameters&lt;br /&gt;
#DISCARD=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# add discard option to boot parameters for filesystems (rootflags=discard) for continuous TRIM &lt;br /&gt;
# see: https://wiki.archlinux.org/index.php/Solid_state_drive#Continuous_TRIM&lt;br /&gt;
#CDISCARD=&amp;quot;no&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After changing this file, the existing entries need to be regenerated.&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=sudo sdboot-manage gen}}&lt;br /&gt;
&lt;br /&gt;
=== Setting up Plymouth splash screen ===&lt;br /&gt;
&lt;br /&gt;
After installing Plymouth the kernel bootline needs to be adjusted. This can be done by editing &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; as follows:&lt;br /&gt;
&lt;br /&gt;
Find the line&lt;br /&gt;
 #LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
and replace it with&lt;br /&gt;
 LINUX_OPTIONS=&amp;quot;quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Further configuration ===&lt;br /&gt;
&lt;br /&gt;
For further configuration such as custom entries, refer to [https://wiki.archlinux.org/title/Systemd-boot ArchWiki].&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
&lt;br /&gt;
[https://wiki.archlinux.org/title/systemd-boot systemd-boot on ArchWiki] For a more complete article about systemd-boot.&lt;br /&gt;
&lt;br /&gt;
[https://gitlab.com/dalto.8/systemd-boot-manager/-/tree/master dalto.8/systemd-boot-manager on GitLab] For the automatic generators source code.&lt;br /&gt;
&lt;br /&gt;
[https://man.archlinux.org/man/systemd-boot.7 man systemd-boot.7] The man-page for systemd-boot.&lt;br /&gt;
&lt;br /&gt;
[[Category:System_administration{{#translation:}}]] [[Category:Bootloader{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Sdboot-manage&amp;diff=22405</id>
		<title>Sdboot-manage</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Sdboot-manage&amp;diff=22405"/>
		<updated>2021-05-04T13:51:52Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Redirected page to Systemd-boot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[systemd-boot]]&lt;br /&gt;
{{DISPLAYTITLE:sdboot-manage}}&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=Systemd-boot&amp;diff=22362</id>
		<title>Systemd-boot</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=Systemd-boot&amp;diff=22362"/>
		<updated>2021-05-04T14:14:29Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created systemd-boot page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:systemd-boot}}&lt;br /&gt;
&lt;br /&gt;
systemd-boot is an alternative to other bootloaders such as GRUB.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Customizing entries ===&lt;br /&gt;
&lt;br /&gt;
The entries in the bootloader are automatically generated using sdboot-manage. The generated entries can be customized by editing &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| role=&amp;quot;presentation&amp;quot; class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
| &amp;lt;strong&amp;gt;/etc/sdboot-manage.conf&amp;lt;/strong&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|{{File|file=/etc/sdboot-manage.conf|content=&lt;br /&gt;
&amp;lt;pre&amp;gt;# config file for sdboot-manage&lt;br /&gt;
&lt;br /&gt;
# kernel options to be appended to the &amp;quot;options&amp;quot; line&lt;br /&gt;
#LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
#LINUX_FALLBACK_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when LINUX_USE_DEVICE_FOR_RESUME is set to &amp;quot;yes&amp;quot;, the specified device will be used for hibernation&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=/dev/sda4&lt;br /&gt;
#LINUX_USE_DEVICE_FOR_RESUME=UUID=device_uuid&lt;br /&gt;
&lt;br /&gt;
# when LINUX_USE_SWAP_FOR_RESUME is set to &amp;quot;yes&amp;quot;, the first detected available swap device will be used for hibernation&lt;br /&gt;
# i.e. the &amp;quot;resume=UUID=swap_device&amp;quot; parameter would be appended to the kernel command line&lt;br /&gt;
#LINUX_USE_SWAP_FOR_RESUME=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# the DEFAULT_ENTRY option determines if and how the default entry in loader.conf should be managed&lt;br /&gt;
#   &amp;quot;latest&amp;quot;    The most recent Manjaro kernel will be used(the one with the highest version number)&lt;br /&gt;
#   &amp;quot;oldest&amp;quot;    The oldest Manjaro kernel will be used(the one with the lowest version number)&lt;br /&gt;
#   &amp;quot;manual&amp;quot;    Don&amp;#039;t modify the default setting&lt;br /&gt;
#DEFAULT_ENTRY=&amp;quot;latest&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# ENTRY_ROOT is a template that describes the beginning of the name for system-boot entries&lt;br /&gt;
# The ENTRY_ROOT will be followed by the kernel version number&lt;br /&gt;
# For example, if ENTRY_ROOT=&amp;quot;manjaro&amp;quot; and you are using kernel 4.19 your entry will be named &amp;quot;manjaro4.19.conf&amp;quot;&lt;br /&gt;
#ENTRY_ROOT=&amp;quot;manjarolinux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# ENTRY_TITLE is a template that describes the beginning of the title of (i.e. the text displayed in the loader screen for) systemd-boot entries&lt;br /&gt;
# For example, if ENTRY_TITLE=&amp;quot;Manjaro&amp;quot; and you are using kernel 4.19, the title of your entry will be &amp;quot;Manjaro Linux 4.19&amp;quot;&lt;br /&gt;
#ENTRY_TITLE=&amp;quot;Manjaro Linux&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when ENTRY_APPEND_KVER is set to &amp;quot;yes&amp;quot;, the kernel version number will be appended to both the filename and the title of systemd-boot entries&lt;br /&gt;
#ENTRY_APPEND_KVER=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Use this pattern to match kernels which should be considered native OS kernels&lt;br /&gt;
#KERNEL_PATTERN=&amp;quot;vmlinuz-[0-9]*-*&amp;quot; \&lt;br /&gt;
&lt;br /&gt;
# setting REMOVE_EXISTING to &amp;quot;yes&amp;quot; will remove all your existing systemd-boot entries before building new entries&lt;br /&gt;
#REMOVE_EXISTING=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# unless OVERWRITE_EXISTING is set to &amp;quot;yes&amp;quot; existing entries for currently installed kernels will not be touched&lt;br /&gt;
# this setting has no meaning if REMOVE_EXISTING is set to &amp;quot;yes&amp;quot;&lt;br /&gt;
#OVERWRITE_EXISTING=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# when REMOVE_OBSOLETE is set to &amp;quot;yes&amp;quot; entries for kernels no longer available on the system will be removed&lt;br /&gt;
#REMOVE_OBSOLETE=&amp;quot;yes&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# if PRESERVE_FOREIGN is set to &amp;quot;yes&amp;quot;, do not delete entries starting with $ENTRY_ROOT&lt;br /&gt;
#PRESERVE_FOREIGN=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# setting NO_AUTOUPDATE to &amp;quot;yes&amp;quot; will stop the updates to systemd-boot when systemd is updated - not recommended unless you are seperately updating systemd-boot&lt;br /&gt;
#NO_AUTOUPDATE=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# setting NO_AUTOGEN to &amp;quot;yes&amp;quot; will stop the automatic creation of entries when kernels are installed or updated&lt;br /&gt;
#NO_AUTOGEN=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# add discard option to cryptdevice parameters&lt;br /&gt;
#DISCARD=&amp;quot;no&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# add discard option to boot parameters for filesystems (rootflags=discard) for continuous TRIM &lt;br /&gt;
# see: https://wiki.archlinux.org/index.php/Solid_state_drive#Continuous_TRIM&lt;br /&gt;
#CDISCARD=&amp;quot;no&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
After changing this file, the existing entries need to be regenerated.&lt;br /&gt;
&lt;br /&gt;
{{UserCmd|command=sudo sdboot-manage gen}}&lt;br /&gt;
&lt;br /&gt;
=== Setting up Plymouth splash screen ===&lt;br /&gt;
&lt;br /&gt;
After installing Plymouth the kernel bootline needs to be adjusted. This can be done by editing &amp;lt;tt&amp;gt;/etc/sdboot-manage.conf&amp;lt;/tt&amp;gt; as follows:&lt;br /&gt;
&lt;br /&gt;
Find the line&lt;br /&gt;
 #LINUX_OPTIONS=&amp;quot;&amp;quot;&lt;br /&gt;
and replace it with&lt;br /&gt;
 LINUX_OPTIONS=&amp;quot;quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Further configuration ===&lt;br /&gt;
&lt;br /&gt;
For further configuration such as custom entries, refer to [https://wiki.archlinux.org/title/Systemd-boot ArchWiki].&lt;br /&gt;
&lt;br /&gt;
=See Also=&lt;br /&gt;
&lt;br /&gt;
[https://wiki.archlinux.org/title/systemd-boot systemd-boot on ArchWiki] For a more complete article about systemd-boot.&lt;br /&gt;
&lt;br /&gt;
[https://gitlab.com/dalto.8/systemd-boot-manager/-/tree/master dalto.8/systemd-boot-manager on GitLab] For the automatic generators source code.&lt;br /&gt;
&lt;br /&gt;
[[Category:System_administration{{#translation:}}]] [[Category:Bootloader{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=User:KevinK&amp;diff=22361</id>
		<title>User:KevinK</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=User:KevinK&amp;diff=22361"/>
		<updated>2021-05-04T14:04:48Z</updated>

		<summary type="html">&lt;p&gt;KevinK: Created page with &amp;quot;== Hello World, == I&amp;#039;m Kevin Kandlbinder, a (mainly web) developer and Linux/Manjaro enthusiast from northern Germany.  === Contact me ===  {| class=&amp;quot;wikitable&amp;quot; |- | Web || [h...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hello World, ==&lt;br /&gt;
I&amp;#039;m Kevin Kandlbinder, a (mainly web) developer and Linux/Manjaro enthusiast from northern Germany.&lt;br /&gt;
&lt;br /&gt;
=== Contact me ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Web || [https://kevink.dev KevinK.dev]&lt;br /&gt;
|-&lt;br /&gt;
| GitHub || [https://github.com/Unkn0wnCat Unkn0wnCat]&lt;br /&gt;
|-&lt;br /&gt;
| Matrix || [https://matrix.to/#/@kevin:1in1.net @kevin:1in1.net]&lt;br /&gt;
|-&lt;br /&gt;
| Mastodon || [https://mastodon.1in1.net/@kevin @kevin@1in1.net]&lt;br /&gt;
|-&lt;br /&gt;
| E-Mail, Phone, etc. || See Website.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>KevinK</name></author>
	</entry>
</feed>