<?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: Mount TrueCrypt drive on boot time under Debian / Ubuntu</title>
	<atom:link href="http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/</link>
	<description>On Rafał Żelazko - Dev Blog you can find some useful tricks for web developers, linux and advanced windows users.</description>
	<lastBuildDate>Thu, 29 Dec 2011 23:57:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Martin</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-16133</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 18 Nov 2011 15:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-16133</guid>
		<description>Me stupid... ;-) The Keyfile is on a usb-stick that might not be mounted at the time, the script runs... So now i&#039;m googling for a solution.
Thanks for the hint!</description>
		<content:encoded><![CDATA[<p>Me stupid&#8230; <img src='http://rafal.zelazko.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The Keyfile is on a usb-stick that might not be mounted at the time, the script runs&#8230; So now i&#8217;m googling for a solution.<br />
Thanks for the hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rzelazko</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-16129</link>
		<dc:creator>rzelazko</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-16129</guid>
		<description>Hi,
This script have been prepared for old version of Ubuntu. At the moment I can&#039;t check it on current release. I&#039;m not sure but I think there will be problems with Plymouth so try to delete &lt;code&gt;splash&lt;/code&gt; option from &lt;code&gt;/etc/default/grub&lt;/code&gt; then &lt;code&gt;update-grub&lt;/code&gt; and then it should work - but not for sure.
Good luck</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This script have been prepared for old version of Ubuntu. At the moment I can&#8217;t check it on current release. I&#8217;m not sure but I think there will be problems with Plymouth so try to delete</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">splash</div></td></tr></tbody></table></div>
<p>option from</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/etc/default/grub</div></td></tr></tbody></table></div>
<p>then</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">update-grub</div></td></tr></tbody></table></div>
<p>and then it should work &#8211; but not for sure.<br />
Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-16128</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-16128</guid>
		<description>Hi, i tried your script, it wokrs fine when started manually, but doesn&#039;t run on bootup. (Ubuntu 11.10) No error message shown. The only thing i changed is line 25:
truecrypt -t -k &quot;keyfile&quot; --password=&quot;&quot; --protect-hidden=no $TC_DEVICE $TC_MOUNT_POINT 
and line 9: # Default-Stop:      0 1 6, because&quot; update-rc.d tc defaults&quot; gave me the following error:&quot; warning: tc stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)&quot;

Any idea what went wrong?

Greetings</description>
		<content:encoded><![CDATA[<p>Hi, i tried your script, it wokrs fine when started manually, but doesn&#8217;t run on bootup. (Ubuntu 11.10) No error message shown. The only thing i changed is line 25:<br />
truecrypt -t -k &#8220;keyfile&#8221; &#8211;password=&#8221;" &#8211;protect-hidden=no $TC_DEVICE $TC_MOUNT_POINT<br />
and line 9: # Default-Stop:      0 1 6, because&#8221; update-rc.d tc defaults&#8221; gave me the following error:&#8221; warning: tc stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (1)&#8221;</p>
<p>Any idea what went wrong?</p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Endebian</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-6733</link>
		<dc:creator>Endebian</dc:creator>
		<pubDate>Wed, 22 Jun 2011 09:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-6733</guid>
		<description>Set the tc parameter --password=&quot;&quot; disable the password dialog on the console. Now it is possible to mount an tc volume during boot without any password dialog. Ensure that the system partition is also encrypted while using keyfile only. Thank you very much ...

Endebian</description>
		<content:encoded><![CDATA[<p>Set the tc parameter &#8211;password=&#8221;" disable the password dialog on the console. Now it is possible to mount an tc volume during boot without any password dialog. Ensure that the system partition is also encrypted while using keyfile only. Thank you very much &#8230;</p>
<p>Endebian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Endebian</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-6688</link>
		<dc:creator>Endebian</dc:creator>
		<pubDate>Tue, 21 Jun 2011 11:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-6688</guid>
		<description>The modification is done but it needs to push  to confirm &quot;no password&quot;. Do you know how to include a bash ? My bash skills are very simple and i didn&#039;t found anything similar on the net. Or is there a possibility to disable the password dialog? 

Thanks in advance
Endebian</description>
		<content:encoded><![CDATA[<p>The modification is done but it needs to push  to confirm &#8220;no password&#8221;. Do you know how to include a bash ? My bash skills are very simple and i didn&#8217;t found anything similar on the net. Or is there a possibility to disable the password dialog? </p>
<p>Thanks in advance<br />
Endebian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rzelazko</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-6676</link>
		<dc:creator>rzelazko</dc:creator>
		<pubDate>Tue, 21 Jun 2011 06:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-6676</guid>
		<description>Of course there is possibility. To do this you need to modify this file &lt;code&gt;/etc/ini.d/tc&lt;/code&gt; to use keyfiles instead of password.</description>
		<content:encoded><![CDATA[<p>Of course there is possibility. To do this you need to modify this file</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">/etc/ini.d/tc</div></td></tr></tbody></table></div>
<p>to use keyfiles instead of password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Endebian</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-6661</link>
		<dc:creator>Endebian</dc:creator>
		<pubDate>Mon, 20 Jun 2011 21:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-6661</guid>
		<description>If the xserver starts automatically the passwort dialog will not be displayed. Is there any possibility to add an  command to proceed without entering a password (i&#039;m using a keyfile for encryption which is located on the encrypted home partition ).

Thanks in advance
Endebian</description>
		<content:encoded><![CDATA[<p>If the xserver starts automatically the passwort dialog will not be displayed. Is there any possibility to add an  command to proceed without entering a password (i&#8217;m using a keyfile for encryption which is located on the encrypted home partition ).</p>
<p>Thanks in advance<br />
Endebian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rzelazko</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-1678</link>
		<dc:creator>rzelazko</dc:creator>
		<pubDate>Fri, 24 Sep 2010 14:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-1678</guid>
		<description>There is a bug in script and password prompt works only if usplash is disabled.</description>
		<content:encoded><![CDATA[<p>There is a bug in script and password prompt works only if usplash is disabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-1662</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Sun, 19 Sep 2010 18:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-1662</guid>
		<description>Hallo,

i have installed the script on my ubuntu 9.10, but the password prompt does not appears....? why ?</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>i have installed the script on my ubuntu 9.10, but the password prompt does not appears&#8230;.? why ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n</title>
		<link>http://rafal.zelazko.info/2009/11/29/mount-truecrypt-drive-on-boot-time-under-debian-ubuntu/#comment-1050</link>
		<dc:creator>n</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://rafal.zelazko.info/?p=136#comment-1050</guid>
		<description>thx, very useful</description>
		<content:encoded><![CDATA[<p>thx, very useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

