<?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: Backtrack 4 &#8211; Bootable USB Thumb Drive with &#8220;Full&#8221; Disk Encryption</title>
	<atom:link href="http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infosecramblings.com</link>
	<description>ramblings on various information security topics</description>
	<lastBuildDate>Sat, 11 Feb 2012 06:09:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ted</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-55062</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Fri, 06 Jan 2012 17:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-55062</guid>
		<description>Hi,

I did the installation, but now I have some problems with booting.
Got grub&gt; command line. Trying with grub-install but the same result.
What now?

Thanks in advance,
Ted</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I did the installation, but now I have some problems with booting.<br />
Got grub&gt; command line. Trying with grub-install but the same result.<br />
What now?</p>
<p>Thanks in advance,<br />
Ted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JF</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-53392</link>
		<dc:creator>JF</dc:creator>
		<pubDate>Mon, 19 Dec 2011 12:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-53392</guid>
		<description>So I had this working perfectly for months (using the first method).  I have updated the kernel etc with apt-get and all worked fine.  A few days ago I booted this with VMware and installed the VMware tools - they installed fine once I made sure the kernel headers were in place, problem is now it won&#039;t boot.  I get the following and then it drops in to a useless ramfs shell.

Alert! /dev/mapper/vg-root does not exist. Dropping to a shell!!

I&#039;ve unlocked and mounted the volume using a debian live-cd, have then chrooted and uninstalled VMware tools but it&#039;s still broken.  Pretty sure it&#039;s something to to with the initramfs boot image but I have no idea how to fix it - help please!

JF.</description>
		<content:encoded><![CDATA[<p>So I had this working perfectly for months (using the first method).  I have updated the kernel etc with apt-get and all worked fine.  A few days ago I booted this with VMware and installed the VMware tools - they installed fine once I made sure the kernel headers were in place, problem is now it won't boot.  I get the following and then it drops in to a useless ramfs shell.</p>
<p>Alert! /dev/mapper/vg-root does not exist. Dropping to a shell!!</p>
<p>I've unlocked and mounted the volume using a debian live-cd, have then chrooted and uninstalled VMware tools but it's still broken.  Pretty sure it's something to to with the initramfs boot image but I have no idea how to fix it - help please!</p>
<p>JF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emohz</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-47397</link>
		<dc:creator>Emohz</dc:creator>
		<pubDate>Thu, 06 Oct 2011 14:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-47397</guid>
		<description>Question, would this work only for thumb drives or does this apply to portable HDD as well?</description>
		<content:encoded><![CDATA[<p>Question, would this work only for thumb drives or does this apply to portable HDD as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-45571</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Thu, 08 Sep 2011 19:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-45571</guid>
		<description>Hello,

I have a strange problem. I installed BT5 using this great guide. I worked several times with it. Now it don&#039;t boot any more.

The BT image appears, then after some time 

[code]
Alert! /dev/mapper/vg-root does not exist.  Dropping to a shell!
[/code]

this shell, of course is useless (no real commands) .. so I looked at it from my debian notebook: 

[code]
vgscan
vgchange -ay vg
lvs
mount /dev/vg/root /mnt/somepoint -o ro,user
[/code]

and I have acces. Which tells me that the system is not corrupt. 

What can I doto make BT boot again? Any hints? I&#039;am desperate.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have a strange problem. I installed BT5 using this great guide. I worked several times with it. Now it don't boot any more.</p>
<p>The BT image appears, then after some time </p>
<p>[code]<br />
Alert! /dev/mapper/vg-root does not exist.  Dropping to a shell!<br />
[/code]</p>
<p>this shell, of course is useless (no real commands) .. so I looked at it from my debian notebook: </p>
<p>[code]<br />
vgscan<br />
vgchange -ay vg<br />
lvs<br />
mount /dev/vg/root /mnt/somepoint -o ro,user<br />
[/code]</p>
<p>and I have acces. Which tells me that the system is not corrupt. </p>
<p>What can I doto make BT boot again? Any hints? I'am desperate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Backtrack 5 – Bootable USB Thumb Drive with “Full” Disk Encryption &#124; Creative Blog Ever</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-42411</link>
		<dc:creator>Backtrack 5 – Bootable USB Thumb Drive with “Full” Disk Encryption &#124; Creative Blog Ever</dc:creator>
		<pubDate>Fri, 08 Jul 2011 22:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-42411</guid>
		<description>[...] 5 – Bootable USB Thumb Drive with “Full” Disk Encryption by Kevin Riggins is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States [...]</description>
		<content:encoded><![CDATA[<p>[...] 5 – Bootable USB Thumb Drive with “Full” Disk Encryption by Kevin Riggins is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renee Eifler</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-41381</link>
		<dc:creator>Renee Eifler</dc:creator>
		<pubDate>Fri, 17 Jun 2011 08:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-41381</guid>
		<description>Hello, I think your site might be having browser compatibility issues. When I look at your website in Chrome, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, superb blog!</description>
		<content:encoded><![CDATA[<p>Hello, I think your site might be having browser compatibility issues. When I look at your website in Chrome, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, superb blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to make a bootable USB for backtrack 4 with persistent install &#171; theyosibreak</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-40829</link>
		<dc:creator>How to make a bootable USB for backtrack 4 with persistent install &#171; theyosibreak</dc:creator>
		<pubDate>Tue, 07 Jun 2011 11:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-40829</guid>
		<description>[...] first, remember that if you have a 16GB USB thumb drive, I suggest using the &#8220;Full&#8221; encryption how-to, then come back and install [...]</description>
		<content:encoded><![CDATA[<p>[...] first, remember that if you have a 16GB USB thumb drive, I suggest using the &#8220;Full&#8221; encryption how-to, then come back and install [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dalamarek</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-40376</link>
		<dc:creator>dalamarek</dc:creator>
		<pubDate>Thu, 02 Jun 2011 11:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-40376</guid>
		<description>But as i mentioned the same problem i have with bt4 and bt4r2.</description>
		<content:encoded><![CDATA[<p>But as i mentioned the same problem i have with bt4 and bt4r2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-40137</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Sun, 29 May 2011 23:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-40137</guid>
		<description>i need this</description>
		<content:encoded><![CDATA[<p>i need this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kriggins</title>
		<link>http://www.infosecramblings.com/backtrack/backtrack-4-bootable-usb-thumb-drive-with-full-disk-encryption/#comment-39226</link>
		<dc:creator>kriggins</dc:creator>
		<pubDate>Wed, 18 May 2011 12:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.infosecramblings.com/?page_id=1789#comment-39226</guid>
		<description>@dalamerek,

I suggest you use the Backtrack 5 how-to.

Kevin</description>
		<content:encoded><![CDATA[<p>@dalamerek,</p>
<p>I suggest you use the Backtrack 5 how-to.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

