<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Howto enable hibernate on a Linux Manjaro</title>
	<atom:link href="http://www.larsen-b.com/Article/460.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/460.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.larsen-b.com/Article/460.html/comment-page-1#comment-10262</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 29 Mar 2014 10:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=460#comment-10262</guid>
		<description><![CDATA[I should add that to make the GRUB2 configuration file, one must run: # grub-mkconfig -o /boot/grub/grub.cfg

To test hibernation (with systemd) via the cli: $ systemctl hibernate

If the root partition is encrypted but the swap is not, I suspect hibernating (even once) compromises the entire encrypted disk as the keys will have been written to swap disk in plaintext, no?]]></description>
		<content:encoded><![CDATA[<p>I should add that to make the GRUB2 configuration file, one must run: # grub-mkconfig -o /boot/grub/grub.cfg</p>
<p>To test hibernation (with systemd) via the cli: $ systemctl hibernate</p>
<p>If the root partition is encrypted but the swap is not, I suspect hibernating (even once) compromises the entire encrypted disk as the keys will have been written to swap disk in plaintext, no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.larsen-b.com/Article/460.html/comment-page-1#comment-10261</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 29 Mar 2014 10:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=460#comment-10261</guid>
		<description><![CDATA[The HOOKS above are probably correctly set in Manjaro as of 2014, even when encrypting the root partition. However, the following GRUB2 config changes may be required, where the UUID corresponds to a sufficiently large swap partition.

/etc/default/grub

#GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet&quot;
GRUB_CMDLINE_LINUX_DEFAULT=&quot;resume=/dev/disk/by-uuid/12345678-c123-1234-1ed2-f123a12e1234&quot;

To find your swap partition UUID, the following commands should be helpful:
$ swapon -s
$ free -m
$ ls -l /dev/disk/by-uuid/ &#124; grep sda

Reference links:

https://wiki.archlinux.org/index.php/Suspend_and_Hibernate

https://wiki.archlinux.org/index.php/Power_management#Power_management_with_systemd]]></description>
		<content:encoded><![CDATA[<p>The HOOKS above are probably correctly set in Manjaro as of 2014, even when encrypting the root partition. However, the following GRUB2 config changes may be required, where the UUID corresponds to a sufficiently large swap partition.</p>
<p>/etc/default/grub</p>
<p>#GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet&#8221;<br />
GRUB_CMDLINE_LINUX_DEFAULT=&#8221;resume=/dev/disk/by-uuid/12345678-c123-1234-1ed2-f123a12e1234&#8243;</p>
<p>To find your swap partition UUID, the following commands should be helpful:<br />
$ swapon -s<br />
$ free -m<br />
$ ls -l /dev/disk/by-uuid/ | grep sda</p>
<p>Reference links:</p>
<p><a href="https://wiki.archlinux.org/index.php/Suspend_and_Hibernate" rel="nofollow">https://wiki.archlinux.org/index.php/Suspend_and_Hibernate</a></p>
<p><a href="https://wiki.archlinux.org/index.php/Power_management#Power_management_with_systemd" rel="nofollow">https://wiki.archlinux.org/index.php/Power_management#Power_management_with_systemd</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corrector</title>
		<link>http://www.larsen-b.com/Article/460.html/comment-page-1#comment-8874</link>
		<dc:creator>Corrector</dc:creator>
		<pubDate>Wed, 18 Dec 2013 11:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=460#comment-8874</guid>
		<description><![CDATA[Thanks for the help. However, it is not complete as it is necessary to update grub accordingly and provide a resume partition.

That means, edit the appropriate line in: /etc/default/grub
GRUB_CMDLINE_LINUX=&quot;resume=/dev/sdaOFYOURSWAPPARTITION&quot;
or
GRUB_CMDLINE_LINUX=&quot;resume=UUID=OFYOURSWAPPARTITION&quot;

Afterwards, don&#039;t forget to update grub and run:
grub-mkconfig -o /boot/grub/grub.cfg]]></description>
		<content:encoded><![CDATA[<p>Thanks for the help. However, it is not complete as it is necessary to update grub accordingly and provide a resume partition.</p>
<p>That means, edit the appropriate line in: /etc/default/grub<br />
GRUB_CMDLINE_LINUX=&#8221;resume=/dev/sdaOFYOURSWAPPARTITION&#8221;<br />
or<br />
GRUB_CMDLINE_LINUX=&#8221;resume=UUID=OFYOURSWAPPARTITION&#8221;</p>
<p>Afterwards, don&#8217;t forget to update grub and run:<br />
grub-mkconfig -o /boot/grub/grub.cfg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: safeer</title>
		<link>http://www.larsen-b.com/Article/460.html/comment-page-1#comment-8461</link>
		<dc:creator>safeer</dc:creator>
		<pubDate>Thu, 10 Oct 2013 15:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=460#comment-8461</guid>
		<description><![CDATA[useful information

great job.

sudo mkinitcpio -p &quot;addcurrentkernelversionalongwithlinuxhere&quot;]]></description>
		<content:encoded><![CDATA[<p>useful information</p>
<p>great job.</p>
<p>sudo mkinitcpio -p &#8220;addcurrentkernelversionalongwithlinuxhere&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Béranger</title>
		<link>http://www.larsen-b.com/Article/460.html/comment-page-1#comment-8459</link>
		<dc:creator>Béranger</dc:creator>
		<pubDate>Sat, 21 Sep 2013 16:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.larsen-b.com/?p=460#comment-8459</guid>
		<description><![CDATA[That would be
sudo mkinitcpio -p linux310
now.]]></description>
		<content:encoded><![CDATA[<p>That would be<br />
sudo mkinitcpio -p linux310<br />
now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
