<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — full disk encryption guide libreboot]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=25</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=25&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in full disk encryption guide libreboot.]]></description>
		<lastBuildDate>Sun, 03 Dec 2017 15:14:57 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=204#p204</link>
			<description><![CDATA[<div class="quotebox"><cite>Emulatorman wrote:</cite><blockquote><div class="quotebox"><cite>Emulatorman wrote:</cite><blockquote><div class="quotebox"><cite>aether wrote:</cite><blockquote><p><strong>To set the DM :</strong></p><p>nano /etc/conf.d/xdm</p><p>Example with gdm, replace the value to match the DM you wish to use (lightdm, slim..)</p><div class="codebox"><pre><code>DISPLAYMANAGER=&quot;gdm&quot;</code></pre></div></blockquote></div><p>Now, it is not needed anymore, since i&#039;ve created the init scripts for our all DM apps from scratch, so you can enable the service directly, eg:</p><div class="codebox"><pre><code># rc-update add gdm default</code></pre></div></blockquote></div><p>Btw, recently i&#039;ve pushed our <a href="https://wiki.hyperbola.info/doku.php?id=en:guide:encrypted_installation"> encrypted installation guide</a> which is based on Libreboot documentation. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>Please add #4 of this thread&#039;s message to the guide after you install</p><br /><div class="codebox"><pre><code>rc-update add lvm boot
rc-update add dmcrypt boot
rc-update add mdraid boot
rc-update add cronie default
rc-update add elogind default
rc-update add alsasound default
rc-update add sshd default
rc-update add NetworkManager default
rc-update add syslog-ng default
rc-update add avahi-daemon default
rc-update add avahi-dnsconfd default
rc-update add cupsd default
rc-update add ntpd default
rc-update add udev default
rc-update add dhcpcd default
rc-update add dbus default
rc-update add xdm default
rc-update add fuse default
rc-update add lm_sensors default
rc-update add acpid default
rc-update add libvirtd default </code></pre></div><p>that aka...</p><p>helped me a ton I can tell you. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Sun, 03 Dec 2017 15:14:57 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=204#p204</guid>
		</item>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=203#p203</link>
			<description><![CDATA[<div class="quotebox"><cite>aether wrote:</cite><blockquote><p>For those interested, this guide is working : <a href="https://wiki.parabola.nu/Installing_Parabola_on_Libreboot_with_full_disk_encryption_(including_/boot)">https://wiki.parabola.nu/Installing_Par … ing_/boot)</a></p><p>You only need to adapt some parts for OpenRC. Here is what I needed to adapt (in comparison to Parabola / systemd)<br />Fully working FDE !</p><p><strong>On live iso, start the following services :</strong></p><p>rc-service lvm start<br />rc-service dmcrypt start</p><p><strong>To set the hostname :</strong></p><p>nano /etc/conf.d/hostname</p><p>Replace value</p><p><strong>To set the keymap :</strong></p><p>nano /etc/conf.d/keymaps</p><p>Replace value</p><p><strong>To set an user and add necessary groups to it :</strong></p><div class="codebox"><pre><code>useradd -m -g users -G wheel,audio,network,video,optical,storage,disk,sys -c your_username -s /bin/bash your_username &amp;&amp; passwd your_username</code></pre></div><p><strong>To avoid issues with keyboard layout when using X :</strong></p><p>-&gt; Create a 20-keyboard.conf</p><p>nano /etc/X11/xorg.conf.d/20-keyboard.conf</p><div class="codebox"><pre><code>Section &quot;InputClass&quot;
    Identifier &quot;keyboard&quot;
    MatchIsKeyboard &quot;on&quot;
    Option &quot;XkbLayout&quot; &quot;fr&quot; # example &quot;fr&quot;, adapt to your language
    Option &quot;XkbModel&quot; &quot;pc105&quot; # adapt as necessary
EndSection</code></pre></div><p><strong>To set the DM :</strong></p><p>nano /etc/conf.d/xdm</p><p>Example with gdm, replace the value to match the DM you wish to use (lightdm, slim..)</p><div class="codebox"><pre><code>DISPLAYMANAGER=&quot;gdm&quot;</code></pre></div><p><strong>And finally, don&#039;t forget to enable the needed services before exiting chroot (some are maybe optional for you)</strong><br /></p><div class="codebox"><pre><code>rc-update add lvm boot
rc-update add dmcrypt boot
rc-update add mdraid boot
rc-update add cronie default
rc-update add elogind default
rc-update add alsasound default
rc-update add sshd default
rc-update add NetworkManager default
rc-update add syslog-ng default
rc-update add avahi-daemon default
rc-update add avahi-dnsconfd default
rc-update add cupsd default
rc-update add ntpd default
rc-update add udev default
rc-update add dhcpcd default
rc-update add dbus default
rc-update add xdm default
rc-update add fuse default
rc-update add lm_sensors default
rc-update add acpid default
rc-update add libvirtd default</code></pre></div></blockquote></div><p>This combined with emulatorman&#039;s guide helped enormously. So thank you!</p><p>The only thing I didn&#039;t get working yet is the vlc sound. Doesn&#039;t seem to open at the moment.</p><p>But, wifi works and so does usb mass storage now. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Sun, 03 Dec 2017 15:12:59 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=203#p203</guid>
		</item>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=197#p197</link>
			<description><![CDATA[<div class="quotebox"><cite>Emulatorman wrote:</cite><blockquote><p>Now, it is not needed anymore, since i&#039;ve created the init scripts for our all DM apps from scratch, so you can enable the service directly, eg:</p><div class="codebox"><pre><code># rc-update add gdm default</code></pre></div></blockquote></div><p>Awesome, it works great ! (using lightdm)</p>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Sun, 26 Nov 2017 17:18:00 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=197#p197</guid>
		</item>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=192#p192</link>
			<description><![CDATA[<div class="quotebox"><cite>Emulatorman wrote:</cite><blockquote><div class="quotebox"><cite>aether wrote:</cite><blockquote><p><strong>To set the DM :</strong></p><p>nano /etc/conf.d/xdm</p><p>Example with gdm, replace the value to match the DM you wish to use (lightdm, slim..)</p><div class="codebox"><pre><code>DISPLAYMANAGER=&quot;gdm&quot;</code></pre></div></blockquote></div><p>Now, it is not needed anymore, since i&#039;ve created the init scripts for our all DM apps from scratch, so you can enable the service directly, eg:</p><div class="codebox"><pre><code># rc-update add gdm default</code></pre></div></blockquote></div><p>Btw, recently i&#039;ve pushed our <a href="https://wiki.hyperbola.info/doku.php?id=en:guide:encrypted_installation"> encrypted installation guide</a> which is based on Libreboot documentation. <img src="https://forums.hyperbola.info/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (emulatorman)]]></author>
			<pubDate>Sat, 25 Nov 2017 22:44:28 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=192#p192</guid>
		</item>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=191#p191</link>
			<description><![CDATA[<div class="quotebox"><cite>aether wrote:</cite><blockquote><p><strong>To set the DM :</strong></p><p>nano /etc/conf.d/xdm</p><p>Example with gdm, replace the value to match the DM you wish to use (lightdm, slim..)</p><div class="codebox"><pre><code>DISPLAYMANAGER=&quot;gdm&quot;</code></pre></div></blockquote></div><p>Now, it is not needed anymore, since i&#039;ve created the init scripts for our all DM apps from scratch, so you can enable the service directly, eg:</p><div class="codebox"><pre><code># rc-update add gdm default</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (emulatorman)]]></author>
			<pubDate>Sat, 25 Nov 2017 22:41:08 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=191#p191</guid>
		</item>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=190#p190</link>
			<description><![CDATA[<p>For those interested, this guide is working : <a href="https://wiki.parabola.nu/Installing_Parabola_on_Libreboot_with_full_disk_encryption_(including_/boot)">https://wiki.parabola.nu/Installing_Par … ing_/boot)</a></p><p>You only need to adapt some parts for OpenRC. Here is what I needed to adapt (in comparison to Parabola / systemd)<br />Fully working FDE !</p><p><strong>On live iso, start the following services :</strong></p><p>rc-service lvm start<br />rc-service dmcrypt start</p><p><strong>To set the hostname :</strong></p><p>nano /etc/conf.d/hostname</p><p>Replace value</p><p><strong>To set the keymap :</strong></p><p>nano /etc/conf.d/keymaps</p><p>Replace value</p><p><strong>To set an user and add necessary groups to it :</strong></p><div class="codebox"><pre><code>useradd -m -g users -G wheel,audio,network,video,optical,storage,disk,sys -c your_username -s /bin/bash your_username &amp;&amp; passwd your_username</code></pre></div><p><strong>To avoid issues with keyboard layout when using X :</strong></p><p>-&gt; Create a 20-keyboard.conf</p><p>nano /etc/X11/xorg.conf.d/20-keyboard.conf</p><div class="codebox"><pre><code>Section &quot;InputClass&quot;
    Identifier &quot;keyboard&quot;
    MatchIsKeyboard &quot;on&quot;
    Option &quot;XkbLayout&quot; &quot;fr&quot; # example &quot;fr&quot;, adapt to your language
    Option &quot;XkbModel&quot; &quot;pc105&quot; # adapt as necessary
EndSection</code></pre></div><p><strong>To set the DM :</strong></p><p>nano /etc/conf.d/xdm</p><p>Example with gdm, replace the value to match the DM you wish to use (lightdm, slim..)</p><div class="codebox"><pre><code>DISPLAYMANAGER=&quot;gdm&quot;</code></pre></div><p><strong>And finally, don&#039;t forget to enable the needed services before exiting chroot (some are maybe optional for you)</strong><br /></p><div class="codebox"><pre><code>rc-update add lvm boot
rc-update add dmcrypt boot
rc-update add mdraid boot
rc-update add cronie default
rc-update add elogind default
rc-update add alsasound default
rc-update add sshd default
rc-update add NetworkManager default
rc-update add syslog-ng default
rc-update add avahi-daemon default
rc-update add avahi-dnsconfd default
rc-update add cupsd default
rc-update add ntpd default
rc-update add udev default
rc-update add dhcpcd default
rc-update add dbus default
rc-update add xdm default
rc-update add fuse default
rc-update add lm_sensors default
rc-update add acpid default
rc-update add libvirtd default</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (aether)]]></author>
			<pubDate>Sat, 25 Nov 2017 11:50:47 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=190#p190</guid>
		</item>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=75#p75</link>
			<description><![CDATA[<div class="quotebox"><cite>Emulatorman wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>Is there any updates on this guide? how to do it, etc,</p></blockquote></div><p>It still under development, I let you know when it&#039;s ready.</p></blockquote></div><p>thank you. I should also mention, that openrc isn&#039;t fully ingrained into the new 0.2 isos.&nbsp; not sure why...</p><p>oh that reminds me, that guide may be outdated, so probably good to test that if you can...</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Tue, 24 Oct 2017 20:26:04 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=75#p75</guid>
		</item>
		<item>
			<title><![CDATA[Re: full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=64#p64</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>Is there any updates on this guide? how to do it, etc,</p></blockquote></div><p>It still under development, I let you know when it&#039;s ready.</p>]]></description>
			<author><![CDATA[null@example.com (emulatorman)]]></author>
			<pubDate>Fri, 20 Oct 2017 05:07:02 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=64#p64</guid>
		</item>
		<item>
			<title><![CDATA[full disk encryption guide libreboot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=62#p62</link>
			<description><![CDATA[<p>Is there any updates on this guide? how to do it, etc,</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Wed, 18 Oct 2017 14:08:12 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=62#p62</guid>
		</item>
	</channel>
</rss>
