<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=8205&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Install extlinux on devuan]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=8205</link>
		<description><![CDATA[The most recent posts in Install extlinux on devuan.]]></description>
		<lastBuildDate>Sat, 19 Sep 2026 13:13:02 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Install extlinux on devuan]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65660#p65660</link>
			<description><![CDATA[<p>I think that &quot;documentation&quot; thread does leave out a number of essentials as being assumed rather than stated explicitly, so it&#039;s no wonder you have problems.</p><p>Firstly, <span class="bbc">extlinux</span> itself only knows about the one partition that the bootloder resides in, which in your case is <span class="bbc">/dev/sda1</span>. Therefore all pathnames that you use in the menu declaration are pathnames into that filesystem, which basically is the <span class="bbc">/boot</span> directory tree without the <span class="bbc">/boot</span> prefix.</p><p>* Does that filesystem have a pathname <span class="bbc">/vmlinuz</span> that identifies the linux kernel to load?<br />* Does that filesystem have a pathname <span class="bbc">/initrd.img</span> that identifies the initrd to use?<br />* Is that filesystem really a root filesystem?</p><p>From you ascii graphics it looks like the <span class="bbc">/dev/sda1</span> filesystem is normally mounted on <span class="bbc">/boot</span> of your actual root filesystem, which you spin up from an encrypted logical volume within the <span class="bbc">/dev/sda5</span> partition, and it&#039;s rather there one would expect to find those pathnames <span class="bbc">/vmlinuz</span> and <span class="bbc">/initrd.img</span> (as symbolic links into <span class="bbc">/boot</span>).</p><p>They are thus not available for use by the extlinux bootloader. Rather you need to provide the pathnames to the kernel and initrd as they are within the <span class="bbc">/dev/sda1</span> filesystem; it would be something like <span class="bbc">/vmlinuz-6.12.95-amd64</span> and <span class="bbc">/initrd.img-6.12.95-amd64</span>, depending on which versions. </p><p>Note that the toplevel of that filesystem (on <span class="bbc">/dev/sda1</span>) is &quot;normally&quot; mounted on <span class="bbc">/boot</span>, and the <span class="bbc">/boot</span> prefix is part of &quot;the normal root&quot; filesystem rather than of the filesystem on <span class="bbc">/dev/sda1</span>.</p><p>The third problem is that your declaration tells the booting kernel to try to mount <span class="bbc">/dev/sda1</span> as root filesystem, which of course fails. Rather, you need the initrd set up the decrypting device <span class="bbc">/dev/mapper/sdb5_crypt</span> for the logical volume system to use, and then your actual root filesystem would be found using the LVM name <span class="bbc">/dev/userr-vg-root</span> (or similar; I don&#039;t use LVM).</p><p>In parenthesis, I think it&#039;s confusing to use name <span class="bbc">sdb5_crypt</span> for an encryption of <span class="bbc">/dev/sda5</span>, especially as you apparently also have an <span class="bbc">/dev/sdb</span>.</p><p>Anyhow, other than that confusion about pathnames it should all work fine.</p><p>Btw. please use bbcode markup around &quot;code&quot; portions to make them clearer.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sat, 19 Sep 2026 13:13:02 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65660#p65660</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install extlinux on devuan]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65659#p65659</link>
			<description><![CDATA[<p>It should be &quot;root=/dev/userr-vg-root&quot; in the boot command. Check to make sure /etc/crypttab and /etc/fstab are correct. Also might be helpful to boot a live-usb and try opening and mounting the root partition manually just to make sure that part works.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 19 Sep 2026 13:11:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65659#p65659</guid>
		</item>
		<item>
			<title><![CDATA[Re: Install extlinux on devuan]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65658#p65658</link>
			<description><![CDATA[<p>Hello:</p><p>Welcome to Dev1.</p><div class="quotebox"><cite>zoroman12 wrote:</cite><blockquote><div><p>... issues with installing extlinux bootloader on my machine.<br />... first time I&#039;m trying to set a new bootloader.</p></div></blockquote></div><p>Have you tried installing Devuan with the default/standard [GRUB] package?<br />If so, was there something that you found lacking with it?</p><p>I have been running Linux in my boxes for ~12 years (Devuan since 2017) and have never had any issues with [GRUB].<br />To the point of being practically transparent to me, except for custom boot screen configurations I needed.</p><p>Best,</p><p>A.</p><p><span class="bbu">Edit:</span><br />You will get valuable insight from <a href="https://dev1galaxy.org/viewtopic.php?id=555" rel="nofollow">this</a> post by [fsmithred].<br />Point to remember: the forum&#039;s [Search] function (between [User list] and [Profile]) is your best friend.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Sat, 19 Sep 2026 12:21:19 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65658#p65658</guid>
		</item>
		<item>
			<title><![CDATA[Install extlinux on devuan]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=65657#p65657</link>
			<description><![CDATA[<p>I have some issues with installing extlinux bootloader on my machine. I tried to follow this tutorial: dev1galaxy.org/viewtopic.php?id=555 but for some reason when the bootloader starts up and asks me to select the option it would simply reload or do nothing. I&#039;m not sure if it&#039;s because of a bad partitioning of because I&#039;ve decided to make my drive with encryption.</p><p>My partition table looks like this:</p><p>NAME&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;MAJ:MIN RM&#160; &#160;SIZE RO TYPE&#160; MOUNTPOINTS<br />sda&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 8:0&#160; &#160; 0 931.5G&#160; 0 disk<br />├─sda1&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;8:1&#160; &#160; 0&#160; &#160;976M&#160; 0 part&#160; /boot<br />├─sda2&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;8:2&#160; &#160; 0&#160; &#160; &#160;1K&#160; 0 part<br />└─sda5&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;8:5&#160; &#160; 0 930.6G&#160; 0 part<br />&#160; └─sdb5_crypt&#160; &#160; &#160; &#160; &#160; &#160; &#160;254:0&#160; &#160; 0 930.5G&#160; 0 crypt<br />&#160; &#160; ├─userr-vg-root&#160; &#160;254:1&#160; &#160; 0 914.6G&#160; 0 lvm&#160; &#160;/<br />&#160; &#160; └─userr--vg-swap_1 254:2&#160; &#160; 0&#160; &#160; 16G&#160; 0 lvm&#160; &#160;[SWAP]<br />sdb&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 8:16&#160; &#160;1&#160; 28.9G&#160; 0 disk</p><p>As for the /boot/extlinux/extlinux.conf file it looks like that: </p><p>ui vesamenu.c32<br />menu background splash.png<br />timeout 50</p><p>label devuan<br />&#160; &#160; menu label devuan<br />&#160; &#160; kernel /vmlinuz<br />&#160; &#160; append initrd=/initrd.img ro root=/dev/sda1</p><p>I&#039;ve tried to change the root to: /dev/sda5, /dev/sdb5_crypt and userr-vg-root but it didn&#039;t help.</p><p>Any ideas of what when wrong?<br />I also want to say that this is the first time I&#039;m trying to set a new bootloader.</p>]]></description>
			<author><![CDATA[dummy@example.com (zoroman12)]]></author>
			<pubDate>Sat, 19 Sep 2026 11:36:07 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=65657#p65657</guid>
		</item>
	</channel>
</rss>
