<?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=4705&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Encrypted Daedalus preview booting problems]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4705</link>
		<description><![CDATA[The most recent posts in Encrypted Daedalus preview booting problems.]]></description>
		<lastBuildDate>Mon, 06 Dec 2021 13:04:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33184#p33184</link>
			<description><![CDATA[<p>I un-did a couple of those last commands I posted above, just to test.<br />Removed /boot/efi/EFI/devuan&#160; (it was a copy of the debian dir)<br />Removed /boot/efi/EFI/BOOT&#160; (the removable media path)</p><p>The installed system still boots, That leaves &#039;dpkg-reconfigure grub...&#039; and &#039;update-initramfs...&#039; both of which I tried previously without success. So I&#039;m not exactly sure what fixed it.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 06 Dec 2021 13:04:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33184#p33184</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33175#p33175</link>
			<description><![CDATA[<p>I think your last post more concerns this topic: <a href="https://dev1galaxy.org/viewtopic.php?id=4701" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4701</a> </p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sun, 05 Dec 2021 10:24:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33175#p33175</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33164#p33164</link>
			<description><![CDATA[<p>The following things did not work:<br />- boot installer iso in rescue mode and reinstall grub<br />- boot installer iso in rescue mode, open a shell in the installed system and run and or all of the following in any order, both before and after removing grub-efi-amd64-signed.<br />&#160; &#160; <span class="bbc">dpkg-reconfigure grub-efi-amd64</span><br />&#160; &#160; <span class="bbc">grub-install</span><br />&#160; &#160; <span class="bbc">grub-install --bootloader-id=devuan</span><br />&#160; &#160; <span class="bbc">update-initramfs -u</span><br />&#160; &#160; <span class="bbc">update-initramfs -u -k 5.15.0-1-amd64</span><br />- boot installer iso in rescue mode and install grub to removable media path</p><p>This did not create /boot/efi/EFI/devuan</p><div class="codebox"><pre><code>grub-install --bootloader-id=devuan</code></pre></div><p>Last commands in root&#039;s history I executed in a chroot before it started working:</p><div class="codebox"><pre><code>cd /boot/efi/EFI
cp -r debian devuan
grub-install --bootloader-id=devuan
dpkg-reconfigure grub-efi-amd64 (and choose yes to force removable media path
update-initramfs -u -k 5.15.0-1-amd64</code></pre></div><p>Edit: I keep forgetting to mention that I can&#039;t get qemu to boot from the iso when it&#039;s attached to the disk image file.&#160; This does work for me with any of my other disk image files. I have to boot the iso from grub command line.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 05 Dec 2021 00:38:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33164#p33164</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33152#p33152</link>
			<description><![CDATA[<p>Nope. It&#039;s not fixed. I&#039;ll have to look into this later.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 04 Dec 2021 17:19:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33152#p33152</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33151#p33151</link>
			<description><![CDATA[<p>Confirmed. I got the same behavior in qemu. Chrooting the installed system from a live-iso and installing cryptsetup and cryptsetup-initramfs solved it.</p><p>Note: I used the server iso and installed without mirror. cryptsetup (and cryptsetup-bin, I think) is in the iso, but it didn&#039;t get installed in the system, even though I chose encrypted lvm, but cryptsetup-initramfs was missing.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 04 Dec 2021 16:29:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33151#p33151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33148#p33148</link>
			<description><![CDATA[<p>Thank you, drilling down into modules and devices showed no /dev/mapper nor cryptsetup traces.</p><p>Rebooted from the netinstall in rescue mode: installed cryptsetup-bin and cryptsetup-initramfs, now it works. Both packages need to be added to the installer.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 04 Dec 2021 15:54:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33148#p33148</guid>
		</item>
		<item>
			<title><![CDATA[Re: Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33147#p33147</link>
			<description><![CDATA[<p>Just a guess - maybe cryptsetup-initramfs package is missing. It doesn&#039;t get installed automatically with cryptsetup.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 04 Dec 2021 14:00:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33147#p33147</guid>
		</item>
		<item>
			<title><![CDATA[Encrypted Daedalus preview booting problems]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=33145#p33145</link>
			<description><![CDATA[<p>Installed from the Daedalus netinstall preview dated Nov. 29th in VBox 6.1.28. Efi mode, encrypted LVM,, just basic system install, no GUI. Install went fine, the first reboot ends in an endless loop of messages &quot;Volume group vgsys not found. Cannot process volume group vgsys.&quot; Does not ask for the PW, eventually ends in the initramfs shell. When I try to open the encrypted volume I get &quot;cryptsetup not found&quot;. </p><p>An upgraded VM based on Chimaera works fine. </p><p>Whats wrong? </p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 04 Dec 2021 11:22:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=33145#p33145</guid>
		</item>
	</channel>
</rss>
