<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — encrypted install without /boot]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=113</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=113&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in encrypted install without /boot.]]></description>
		<lastBuildDate>Mon, 23 Jul 2018 00:51:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: encrypted install without /boot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=487#p487</link>
			<description><![CDATA[<div class="quotebox"><cite>Emulatorman wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>Can someone tell me how to do this, for my netbook, (it isn&#039;t libreboot) </p><p>I have done tihs with /boot, but I wouldn&#039;t know how to do this in a netbook without libreboot.</p><p>if it helps, I only really want to encrypt /home and /root and maybe /var on my netbook.</p></blockquote></div><p>You need encrypt your disk with <a href="https://wiki.archlinux.org/index.php/dm-crypt">dm-crypt</a>, then put <a href="https://wiki.archlinux.org/index.php/LVM">LVM</a> on it to install Hyperbola. </p><p>Then, you need set up <strong>GRUB_CMDLINE_LINUX</strong> line and uncomment <strong>GRUB_PRELOAD_MODULES</strong> and <strong>GRUB_ENABLE_CRYPTODISK</strong> in /etc/default/grub:</p><div class="codebox"><pre><code>/etc/default/grub
---
GRUB_CMDLINE_LINUX=&quot;cryptdevice=UUID=$your_uuid:$your_label root=UUID=$your_uuid&quot;

# Uncomment to use LUKS and LVM2
GRUB_PRELOAD_MODULES=lvm
GRUB_ENABLE_CRYPTODISK=y</code></pre></div><p>And set up <strong>HOOKS</strong> line adding <strong>encrypt</strong> and <strong>lvm2</strong> in /etc/mkinitcpio.conf:</p><div class="codebox"><pre><code>/etc/mkinitcpio.conf
---
HOOKS=&quot;... encrypt lvm2&quot;</code></pre></div></blockquote></div><p>Actually, better question, would this be the equivelant of full disk encryption on my netbook? - boot or with boot?</p><p>What parts of the libreboot guide apply, and which ones don&#039;t?</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Mon, 23 Jul 2018 00:51:52 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=487#p487</guid>
		</item>
		<item>
			<title><![CDATA[Re: encrypted install without /boot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=474#p474</link>
			<description><![CDATA[<div class="quotebox"><cite>Emulatorman wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>Can someone tell me how to do this, for my netbook, (it isn&#039;t libreboot) </p><p>I have done tihs with /boot, but I wouldn&#039;t know how to do this in a netbook without libreboot.</p><p>if it helps, I only really want to encrypt /home and /root and maybe /var on my netbook.</p></blockquote></div><p>You need encrypt your disk with <a href="https://wiki.archlinux.org/index.php/dm-crypt">dm-crypt</a>, then put <a href="https://wiki.archlinux.org/index.php/LVM">LVM</a> on it to install Hyperbola. </p><p>Then, you need set up <strong>GRUB_CMDLINE_LINUX</strong> line and uncomment <strong>GRUB_PRELOAD_MODULES</strong> and <strong>GRUB_ENABLE_CRYPTODISK</strong> in /etc/default/grub:</p><div class="codebox"><pre><code>/etc/default/grub
---
GRUB_CMDLINE_LINUX=&quot;cryptdevice=UUID=$your_uuid:$your_label root=UUID=$your_uuid&quot;

# Uncomment to use LUKS and LVM2
GRUB_PRELOAD_MODULES=lvm
GRUB_ENABLE_CRYPTODISK=y</code></pre></div><p>And set up <strong>HOOKS</strong> line adding <strong>encrypt</strong> and <strong>lvm2</strong> in /etc/mkinitcpio.conf:</p><div class="codebox"><pre><code>/etc/mkinitcpio.conf
---
HOOKS=&quot;... encrypt lvm2&quot;</code></pre></div></blockquote></div><p>Okay,&nbsp; would it be possible to make a beginners style wiki for this? Because when do I, do this #1, (before installation or after?) or #2 which guide do I modify to make this work?</p><p>The way you explained it here is a bit confusing for me that&#039;s all. lots of stuff left out aka.</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Mon, 09 Jul 2018 23:28:51 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=474#p474</guid>
		</item>
		<item>
			<title><![CDATA[Re: encrypted install without /boot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=473#p473</link>
			<description><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>Can someone tell me how to do this, for my netbook, (it isn&#039;t libreboot) </p><p>I have done tihs with /boot, but I wouldn&#039;t know how to do this in a netbook without libreboot.</p><p>if it helps, I only really want to encrypt /home and /root and maybe /var on my netbook.</p></blockquote></div><p>You need encrypt your disk with <a href="https://wiki.archlinux.org/index.php/dm-crypt">dm-crypt</a>, then put <a href="https://wiki.archlinux.org/index.php/LVM">LVM</a> on it to install Hyperbola. </p><p>Then, you need set up <strong>GRUB_CMDLINE_LINUX</strong> line and uncomment <strong>GRUB_PRELOAD_MODULES</strong> and <strong>GRUB_ENABLE_CRYPTODISK</strong> in /etc/default/grub:</p><div class="codebox"><pre><code>/etc/default/grub
---
GRUB_CMDLINE_LINUX=&quot;cryptdevice=UUID=$your_uuid:$your_label root=UUID=$your_uuid&quot;

# Uncomment to use LUKS and LVM2
GRUB_PRELOAD_MODULES=lvm
GRUB_ENABLE_CRYPTODISK=y</code></pre></div><p>And set up <strong>HOOKS</strong> line adding <strong>encrypt</strong> and <strong>lvm2</strong> in /etc/mkinitcpio.conf:</p><div class="codebox"><pre><code>/etc/mkinitcpio.conf
---
HOOKS=&quot;... encrypt lvm2&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (emulatorman)]]></author>
			<pubDate>Mon, 09 Jul 2018 21:15:03 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=473#p473</guid>
		</item>
		<item>
			<title><![CDATA[encrypted install without /boot]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=469#p469</link>
			<description><![CDATA[<p>Can someone tell me how to do this, for my netbook, (it isn&#039;t libreboot) </p><p>I have done tihs with /boot, but I wouldn&#039;t know how to do this in a netbook without libreboot.</p><p>if it helps, I only really want to encrypt /home and /root and maybe /var on my netbook.</p>]]></description>
			<author><![CDATA[null@example.com (zapper)]]></author>
			<pubDate>Sun, 08 Jul 2018 02:28:25 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=469#p469</guid>
		</item>
	</channel>
</rss>
