{"id":23449,"date":"2026-05-12T20:10:18","date_gmt":"2026-05-12T18:10:18","guid":{"rendered":"https:\/\/linux-bibel.at\/?p=23449"},"modified":"2026-05-13T17:31:39","modified_gmt":"2026-05-13T15:31:39","slug":"boot-background-in-debian-13-individuell-anpassen","status":"publish","type":"post","link":"https:\/\/linux-bibel.at\/index.php\/2026\/05\/12\/boot-background-in-debian-13-individuell-anpassen\/","title":{"rendered":"boot-background in Debian 13 individuell anpassen"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Neben der Funktionalit\u00e4t und Stabilit\u00e4t des verwendeten Linux-Systems lege ich pers\u00f6nlich gro\u00dfen Wert auf ein stimmiges Erscheinungsbild. Das beginnt beim gew\u00e4hlten Theme-Set, Icons, Cursor, Wallpaper usw. Nach der Grundkonfiguration des Systems &#8211; hier im Beispiel Debian 13 Xfce &#8211; und Installation der ben\u00f6tigten Anwendungen folgt der \u201e\u00e4sthetische\u201c Feinschliff.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Heute befassen wir uns \u2013 als Erg\u00e4nzung zum Beitrag <a href=\"https:\/\/linux-bibel.at\/index.php\/2026\/05\/12\/lightdm-anmeldung-individuell-anpassen\/\" data-type=\"link\" data-id=\"https:\/\/linux-bibel.at\/index.php\/2026\/05\/12\/lightdm-anmeldung-individuell-anpassen\/\">\u00bbLightDM-Anmeldung individuell anpassen\u00ab<\/a> \u2013 mit der grafischen Anpassung des Bootscreens.<br>Das Standard-Theme \u2013 in schlichtem Gr\u00fcn gehalten\u2026<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"669\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/01\/Debian-12_grub_01.jpg\" alt=\"\" class=\"wp-image-17799\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/01\/Debian-12_grub_01.jpg 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/01\/Debian-12_grub_01-150x98.jpg 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/01\/Debian-12_grub_01-300x196.jpg 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/01\/Debian-12_grub_01-768x502.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u2026 \u00e4ndern wir passend zum gew\u00e4hlten Wallpaper\u2026<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/rose_flower_leaves_1181506_1920x1080-1024x576.jpg\" alt=\"\" class=\"wp-image-23433\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/rose_flower_leaves_1181506_1920x1080-1024x576.jpg 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/rose_flower_leaves_1181506_1920x1080-1536x864.jpg 1536w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/rose_flower_leaves_1181506_1920x1080-150x84.jpg 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/rose_flower_leaves_1181506_1920x1080-300x169.jpg 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/rose_flower_leaves_1181506_1920x1080-768x432.jpg 768w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/rose_flower_leaves_1181506_1920x1080.jpg 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Vorbereitungen<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Kopieren Sie Ihr gew\u00e4hltes Wallpaper im *.png-Format zur Vereinfachung in den Download-Ordner. Im Beispiel verwenden wir die Bezeichnung:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wallpaper_2026.png<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Davon werden drei Kopien mit unterschiedlichen Bezeichnungen ben\u00f6tigt:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">custom-boot-background.png<br>custom-plymouth-background.png<br>custom-lockscreen-background.png<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Dazu \u00f6ffnen Sie ein Terminal und f\u00fcgen folgenden Befehl ein:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd Downloads<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Mit weiterem Befehl erstellen wir die entsprechenden Kopien:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cp wallpaper_2026.png custom-boot-background.png &amp;&amp; cp wallpaper_2026.png custom-plymouth-background.png &amp;&amp; cp wallpaper_2026.png custom-lockscreen-background.png<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Schlie\u00dfen Sie dieses Terminal.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Wechsel zum Softwaves Theme<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6ffnen Sie erneut ein Terminal und f\u00fcgen folgenden Befehl ein:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo plymouth-set-default-theme softwaves -R<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">und weiter mit:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo update-initramfs -u<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Beachten Sie die Anweisungen.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Wechsel des Boot Men\u00fc Hintergrundes<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Erneute Eingabe in ein Terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/usr\/share\/images\/desktop-base\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">und nun:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mv ~\/Downloads\/custom-boot-background.png \/usr\/share\/images\/desktop-base\/desktop-grub.png<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Terminal schlie\u00dfen und erneut \u00f6ffnen.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>\u00c4ndern des Plymouth-Hintergrunds f\u00fcr die Passwort-Verschl\u00fcsselung<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Folgenden Befehl ins Terminal einf\u00fcgen:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/usr\/share\/plymouth\/themes\/softwaves\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">und nun:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mv ~\/Downloads\/custom-plymouth-background.png \/usr\/share\/plymouth\/themes\/softwaves\/plymouth_background_waves.png<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Terminal schlie\u00dfen und erneut \u00f6ffnen.<\/p>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>\u00c4ndern des Sperrbildschirms \/ Login-Bildschirmhintergrunds<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mit der Eingabe von:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/usr\/share\/images\/desktop-base\/<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">und anschlie\u00dfend:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mv ~\/Downloads\/custom-lockscreen-background.png \/usr\/share\/images\/desktop-base\/login-background.svg<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Terminal schlie\u00dfen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u00d6ffnen Sie nun letztmals ein Terminal und f\u00fcgen Sie nachfolgenden Befehl ein:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo update-grub<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Im Anschluss muss der PC neu gestartet werden \u2013 am besten via Terminal mit:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo reboot<\/code><\/pre>\n\n\n\n<p class=\"has-medium-font-size wp-block-paragraph\"><strong>Das Grub-Theme erstrahlt im neuen Glanz\u2026<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"558\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/boot_1-1024x558.jpg\" alt=\"\" class=\"wp-image-23450\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/boot_1-1024x558.jpg 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/boot_1-1536x837.jpg 1536w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/boot_1-2048x1115.jpg 2048w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/boot_1-150x82.jpg 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/boot_1-300x163.jpg 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2026\/05\/boot_1-768x418.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-large-font-size wp-block-paragraph\">Fazit<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die Anpassung des LightDM-Anmelde-Fensters an das bestehende Wallpaper &#8211; sowie analog dazu die grafische Abfolge des Bootvorganges vermitteln einen stimmigen optischen Gesamteindruck des Systems.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ein Systembackup sowie Sicherung der pers\u00f6nlichen Dateien ist \u2013 wie immer bei Eingriffen in das System \u2013 sehr empfehlenswert.<\/p>\n<div class=\"pld-like-dislike-wrap pld-custom\">\r\n    <div class=\"pld-like-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-like-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir\" data-post-id=\"23449\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Hoch.png\" alt=\"Gef\u00e4llt mir\" \/>\r\n            <\/a>\r\n    <span class=\"pld-like-count-wrap pld-count-wrap\">14    <\/span>\r\n<\/div><div class=\"pld-dislike-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-dislike-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir nicht\" data-post-id=\"23449\" data-trigger-type=\"dislike\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Runter.png\" alt=\"Gef\u00e4llt mir nicht\" \/>\r\n            <\/a>\r\n    <span class=\"pld-dislike-count-wrap pld-count-wrap\"><\/span>\r\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Neben der Funktionalit\u00e4t und Stabilit\u00e4t des verwendeten Linux-Systems lege ich pers\u00f6nlich gro\u00dfen Wert auf ein stimmiges Erscheinungsbild. Das beginnt beim gew\u00e4hlten Theme-Set, Icons, Cursor, Wallpaper usw. Nach der Grundkonfiguration des Systems &#8211; hier im Beispiel Debian 13 Xfce &#8211; und Installation der ben\u00f6tigten Anwendungen folgt der \u201e\u00e4sthetische\u201c Feinschliff. Heute befassen wir uns \u2013 als Erg\u00e4nzung [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":23450,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[101],"tags":[1556,1295],"class_list":["post-23449","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tipps","tag-boot-background","tag-boot-screen"],"_links":{"self":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/23449","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/comments?post=23449"}],"version-history":[{"count":2,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/23449\/revisions"}],"predecessor-version":[{"id":23475,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/23449\/revisions\/23475"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media\/23450"}],"wp:attachment":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media?parent=23449"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/categories?post=23449"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/tags?post=23449"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}