<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Sd-Boot]]></title><description><![CDATA[<p dir="auto">More of a curiosity question. I know it has been said Soplos follows Debian bug for bug, so... Traditionally using Debian, or any other distro that allows it, I've installed it with or after the fact with sdboot. I just like the simplicity of it. How bad would it mess everything up you have directed towards Grub anytime there is an update if I were to swap bootloaders/managers? Thanks</p>
]]></description><link>https://forums.soplos.org/topic/51/sd-boot</link><generator>RSS for Node</generator><lastBuildDate>Sun, 20 Sep 2026 21:41:52 GMT</lastBuildDate><atom:link href="https://forums.soplos.org/topic/51.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Sep 2026 23:03:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sd-Boot on Tue, 15 Sep 2026 14:32:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi JoeDirt,</p>
<p dir="auto">You wouldn't break much. The only thing that stops working outright is <strong>grub-btrfs</strong> (Timeshift snapshots as boot entries — tied to GRUB by definition), and <strong>Soplos GRUB Editor</strong>, which obviously becomes pointless.</p>
<p dir="auto"><strong>Dracut isn't affected.</strong> It only generates the initramfs, independent of the bootloader — if anything the integration is more natural with systemd-boot via <code>kernel-install</code>.</p>
<p dir="auto">One thing worth knowing since you asked about <em>every update</em>: our <code>soplos-release</code> package (the version-identity package, updated frequently) runs <code>update-grub</code> in its postinst, guarded by <code>command -v update-grub</code>. If you fully purge the GRUB packages when switching, that check just fails cleanly and the step is skipped — no error, no broken update. If you instead keep the GRUB packages installed alongside systemd-boot, that hook will keep quietly running <code>update-grub</code> on every <code>soplos-release</code> update, rewriting a <code>grub.cfg</code> nothing reads — harmless, just wasted work.</p>
<p dir="auto">Also keep in mind our tools (Soplos Welcome, Kernel Installer) write kernel parameters to <code>/etc/default/grub</code> — e.g. <code>nvidia-drm.modeset=1</code> when installing NVIDIA drivers. With systemd-boot that file goes unread, so you'd need to add those parameters manually to your boot entry.</p>
<p dir="auto">Other than that, updates won't give you trouble either way.</p>
]]></description><link>https://forums.soplos.org/post/272</link><guid isPermaLink="true">https://forums.soplos.org/post/272</guid><dc:creator><![CDATA[subdes]]></dc:creator><pubDate>Tue, 15 Sep 2026 14:32:30 GMT</pubDate></item></channel></rss>