<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=712&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / GNUinOS - Libre]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=712</link>
		<description><![CDATA[The most recent posts in GNUinOS - Libre.]]></description>
		<lastBuildDate>Tue, 24 Mar 2026 19:42:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62854#p62854</link>
			<description><![CDATA[<p>This installed and boots like a breeze.</p><p>Genuen Excalibur 6 rocks!</p>]]></description>
			<author><![CDATA[dummy@example.com (prospero)]]></author>
			<pubDate>Tue, 24 Mar 2026 19:42:11 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62854#p62854</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62829#p62829</link>
			<description><![CDATA[<p>Good <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I&#039;ve updated the iso image after adding these virtio_* modules (plus virtio_gpu)</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Mon, 23 Mar 2026 21:36:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62829#p62829</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62819#p62819</link>
			<description><![CDATA[<p>Thank you very much! Success here, I was able to boot into a graphical Xfce session. <img src="https://dev1galaxy.org/img/smilies/cool.png" width="15" height="15" alt="cool" /></p>]]></description>
			<author><![CDATA[dummy@example.com (prospero)]]></author>
			<pubDate>Mon, 23 Mar 2026 12:26:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62819#p62819</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62817#p62817</link>
			<description><![CDATA[<p>Same at me.</p><p>I managed installing the image with Qemu and the following steps in BusyBox worked for me:</p><p>Load modules</p><div class="codebox"><pre><code>(initrmafs) modprobe  virtio_pci
(initrmafs) modprobe  virtio_blk
(initrmafs) modprobe  virtio_scsi
(initramfs) modprobe ext4</code></pre></div><p>Check partitions:</p><div class="codebox"><pre><code>(initramfs) cat /cryptroot/crypttab | cut -d: -f1
vda3_crypt
(initramfs) blkid | grep crypto_LUKS | cut -d&#039; &#039; -f1
/dev/vda3</code></pre></div><p>Unlock <strong>vda3_crypt</strong> (adapt it to your needs) typing your encryption password:</p><div class="codebox"><pre><code>(initramfs) cryptsetup luksOpen /dev/vda3 vda3_crypt
Enter passphrase for /dev/vda3:</code></pre></div><p>Activate LVM:</p><div class="codebox"><pre><code>(initramfs) lvm vgchange -ay</code></pre></div><p>Scan /dev/mapper with <span class="bbc">ls -l /dev/mapper</span> and mount the *-root logical volume (don&#039;t forget to load the <strong>ext4</strong> module first):</p><div class="codebox"><pre><code>(initramfs) mount /dev/mapper/genuen--vg-root /root</code></pre></div><p>At this point, the way to get out of Busybox isn&#039;t that straightforward. Like live-boot, most of initramfs scripts leave a trace when they run. To prevent BusyBox from asking you to unlock vda3_crypt again after exiting (a process that will fail because the device is busy), we manually create the said control file so that the system can find it and recognize that the mountpoint already exists:</p><div class="codebox"><pre><code>touch /run/initramfs/fsck-root</code></pre></div><p>Now we make use of <a href="https://man7.org/linux/man-pages/man8/switch_root.8.html" rel="nofollow">switch_root</a> in order to replace the current process with the real system:</p><div class="codebox"><pre><code>exec switch_root /root /sbin/init</code></pre></div><p>Good luck!</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sun, 22 Mar 2026 20:37:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62817#p62817</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62814#p62814</link>
			<description><![CDATA[<p>Yes, the <strong>vda*</strong> nodes now appear, but I am sent back to the Box with:</p><div class="codebox"><pre><code>ALERT! /dev/mapper/genuen--vg-root does not exist. Dropping to a shell!</code></pre></div><p>Should I edit the content of /proc/cmdline, or should /dev/mapper/ be populated in some way?</p>]]></description>
			<author><![CDATA[dummy@example.com (prospero)]]></author>
			<pubDate>Sun, 22 Mar 2026 15:01:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62814#p62814</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62805#p62805</link>
			<description><![CDATA[<p>First, I&#039;ve been running all my tests in Legacy BIOS, but today I discovered that a dependency was missing for grub-efi-amd64, that is, grub-efi-amd64-unsigned. Therefore, I&#039;ve updated the ISO to prevent the installer from failing.</p><p>Second, I guess that some <strong>virtio</strong> modules are missing in the initrd. Can you try the following commands in the BusyBox console?</p><p>1) Check whether the nodes in /dev have be created:</p><div class="codebox"><pre><code>(initramfs) ls -l /dev/vda*</code></pre></div><p>For sure, you won&#039;t get anything, even thought vdev doesn&#039;t ignore them (lines 93-96 in <a href="https://git.devuan.org/aitor_czr/vdev/src/branch/master/vdevd/helpers/LINUX/disk.sh" rel="nofollow">vdevd/helpers/LINUX/disk.sh</a>).</p><p>2) Ensure that vdev is still running (via `pidof vdevd`) as it ought to be because the init-bottom scripts have not been invoked yet. Then try to load the following modules:</p><div class="codebox"><pre><code>(initrmafs) modprobe  virtio_pci
(initrmafs) modprobe  virtio_blk
(initrmafs) modprobe  virtio_scsi
(initrmafs) modprobe  virtio_ring
(initrmafs) modprobe  virtio_console</code></pre></div><p>3) Check again the nodes:</p><div class="codebox"><pre><code>(initramfs) ls -l /dev/vda*</code></pre></div><p>Do they appear now? If so, you would be able to go ahead with the boot process by exiting:</p><div class="codebox"><pre><code>(initramfs) exit</code></pre></div><p>Thanks a lot for your patience, prospero!!</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sun, 22 Mar 2026 02:00:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62805#p62805</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62801#p62801</link>
			<description><![CDATA[<p>Yes, QEMU/KVM on virt-manager.</p>]]></description>
			<author><![CDATA[dummy@example.com (prospero)]]></author>
			<pubDate>Sat, 21 Mar 2026 23:11:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62801#p62801</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62798#p62798</link>
			<description><![CDATA[<p>are you in qemu?</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sat, 21 Mar 2026 21:39:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62798#p62798</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62797#p62797</link>
			<description><![CDATA[<p>There must be something wrong with the VM settings here. After installing with encryption I am getting:</p><div class="codebox"><pre><code>cryptsetup: Waiting for encrypted source device
UUID=123456x7-8y90-*...
Gave up waiting for root file system device.</code></pre></div><p>Followed by the usual idle BusyBox.</p>]]></description>
			<author><![CDATA[dummy@example.com (prospero)]]></author>
			<pubDate>Sat, 21 Mar 2026 21:15:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62797#p62797</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62774#p62774</link>
			<description><![CDATA[<p>I added the following lines to the preseed.cfg file:</p><div class="codebox"><pre><code># Explicitly force the use of LUKS2
d-i partman-crypto/crypto_type string luks2

# Pass the specific arguments to cryptsetup
# grub-2.12 is not compatible with argon2id algorithm; use PBKDF2 instead
d-i partman-crypto/passphrase/options string --pbkdf pbkdf2</code></pre></div><p>and d-i with encryption worked. I updated the image.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Sat, 21 Mar 2026 01:33:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62774#p62774</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62749#p62749</link>
			<description><![CDATA[<p>It seems that libcryptseup-udeb is using the <strong>argon2id</strong> algorithm in Excalibur, but grub &lt; 2.14 doesn&#039;t support it. It&#039;s possible to rebuild the udeb package, but i&#039;ll try to configure LUKS2 within the preseed.cfg file giving preference to the standard <strong>pbkdf2</strong> algorithm in d-i. On the other hand, cryptsetup-initramfs was missing in the system.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Fri, 20 Mar 2026 12:39:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62749#p62749</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62735#p62735</link>
			<description><![CDATA[<p>Thanks, prospero.</p><p>My installation attempt was interrupted here:</p><div class="codebox"><pre><code>grub-installer: grub-install: error: attempt to install to encrypted disk without cryptodisk enabled.
Set `GRUB_ENABLE_CRYPTODISK=y` in file `/etc/default/grub`</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Thu, 19 Mar 2026 21:31:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62735#p62735</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62732#p62732</link>
			<description><![CDATA[<div class="quotebox"><cite>aitor wrote:</cite><blockquote><div><p>Vdev recognizes the /dev/mapper/gnuinos--vg-root volume from the original installation, despite the annoying mdadm-related messages.</p></div></blockquote></div><p>I have been running the live system then text-installing on a VM, first without LVM then both with and without LVM.</p><p>At some point I tried the automated install with LVM, which is when I got the message about /dev/mapper/<strong>devuan</strong>--vg-root (instead of /dev/mapper/<strong>genuen</strong>--vg-root).</p>]]></description>
			<author><![CDATA[dummy@example.com (prospero)]]></author>
			<pubDate>Thu, 19 Mar 2026 20:17:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62732#p62732</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62706#p62706</link>
			<description><![CDATA[<p>@prospero: could you give me some details about the circumstances that led you to that point? I upgraded an encrypted gnuinos daedalus disk using vdev to genuen excalibur, and everything is working fine. Vdev recognizes the /dev/mapper/gnuinos--vg-root volume from the original installation, despite the annoying mdadm-related messages.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Thu, 19 Mar 2026 11:48:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62706#p62706</guid>
		</item>
		<item>
			<title><![CDATA[Re: GNUinOS - Libre]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=62679#p62679</link>
			<description><![CDATA[<p>New iso image after adding libargon and libjson-c5 udeb packages to d-i (as i did months ago in deadalus), and a new vdev versión. I&#039;ve fixed some issues in qemu sessions.</p>]]></description>
			<author><![CDATA[dummy@example.com (aitor)]]></author>
			<pubDate>Wed, 18 Mar 2026 07:31:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=62679#p62679</guid>
		</item>
	</channel>
</rss>
