<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — encrypted install without /boot]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=113&amp;type=atom" />
	<updated>2018-07-23T00:51:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=113</id>
		<entry>
			<title type="html"><![CDATA[Re: encrypted install without /boot]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=487#p487" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2018-07-23T00:51:52Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=487#p487</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: encrypted install without /boot]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=474#p474" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2018-07-09T23:28:51Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=474#p474</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: encrypted install without /boot]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=473#p473" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[emulatorman]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=61</uri>
			</author>
			<updated>2018-07-09T21:15:03Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=473#p473</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[encrypted install without /boot]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=469#p469" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2018-07-08T02:28:25Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=469#p469</id>
		</entry>
</feed>
