<?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: Episode 602 &#8211; Grub2 and VM-fu</title>
	<atom:link href="http://Hak5.org/episodes/episode-602/feed" rel="self" type="application/rss+xml" />
	<link>http://Hak5.org/episodes/episode-602</link>
	<description>Trust Your Technolust</description>
	<lastBuildDate>Tue, 22 May 2012 08:32:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Peter</title>
		<link>http://Hak5.org/episodes/episode-602#comment-39306</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 13 Oct 2009 09:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-39306</guid>
		<description>Hi,

isn&#039;t there someone willing to send me an invite for kodiak ? I am really interested in trying it...

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>isn&#8217;t there someone willing to send me an invite for kodiak ? I am really interested in trying it&#8230;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38828</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 28 Sep 2009 06:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38828</guid>
		<description>What Evan said worked like a charm. I am running Ubuntu 9.04 in a VM and multiboot-v2 is proving to be a very easy way to create a USB multipass. Kudos to those who translated all that French!</description>
		<content:encoded><![CDATA[<p>What Evan said worked like a charm. I am running Ubuntu 9.04 in a VM and multiboot-v2 is proving to be a very easy way to create a USB multipass. Kudos to those who translated all that French!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38638</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Tue, 22 Sep 2009 01:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38638</guid>
		<description>I was getting the &quot;Error:parted&quot; problem as well, I was able to trace it down to an if statement in multiboot.sh.

To Fix:
&lt;code&gt;
nano /usr/local/share/customultiboot-v2/multiboot/multiboot.sh
&lt;/code&gt;

Replace:
&lt;code&gt;
if [ ! &quot;$(parted /dev/${CLE_USB} unit compact print &#124; grep &quot;512o/512o&quot; 2&gt;/dev/null)&quot; ]; then
&lt;/code&gt;

With this:
&lt;code&gt;
if [ ! &quot;$(parted /dev/${CLE_USB} unit compact print &#124; grep &quot;512B/512B&quot; 2&gt;/dev/null)&quot; ]; then
&lt;/code&gt;

At the time of this post, this statement is used on lines 1085 and 1235.  In case you missed it I&#039;m replacing 512o/512o with 512B/512B, which I&#039;m guessing has something to do w/ the language difference.</description>
		<content:encoded><![CDATA[<p>I was getting the &#8220;Error:parted&#8221; problem as well, I was able to trace it down to an if statement in multiboot.sh.</p>
<p>To Fix:<br />
<code><br />
nano /usr/local/share/customultiboot-v2/multiboot/multiboot.sh<br />
</code></p>
<p>Replace:<br />
<code><br />
if [ ! "$(parted /dev/${CLE_USB} unit compact print | grep "512o/512o" 2&gt;/dev/null)" ]; then<br />
</code></p>
<p>With this:<br />
<code><br />
if [ ! "$(parted /dev/${CLE_USB} unit compact print | grep "512B/512B" 2&gt;/dev/null)" ]; then<br />
</code></p>
<p>At the time of this post, this statement is used on lines 1085 and 1235.  In case you missed it I&#8217;m replacing 512o/512o with 512B/512B, which I&#8217;m guessing has something to do w/ the language difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tre</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38583</link>
		<dc:creator>Tre</dc:creator>
		<pubDate>Sat, 19 Sep 2009 16:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38583</guid>
		<description>For those that wants to try out bluebear, click on this link http://www.yellow-bricks.com/2009/04/22/bluebear-kodiak-whats-up/ and click on the here for the invitation link.</description>
		<content:encoded><![CDATA[<p>For those that wants to try out bluebear, click on this link <a href="http://www.yellow-bricks.com/2009/04/22/bluebear-kodiak-whats-up/" rel="nofollow">http://www.yellow-bricks.com/2009/04/22/bluebear-kodiak-whats-up/</a> and click on the here for the invitation link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sone</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38577</link>
		<dc:creator>sone</dc:creator>
		<pubDate>Sat, 19 Sep 2009 09:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38577</guid>
		<description>any one got the Customulti boot to work, I get a errour=parted every time. (Ubuntu 9.04 &quot;wubi,install&quot;) The folks at customulti boot are very responsive to there emails but its all French ;) I should have paid attention to in French class. :(

any one got it working? by that i mean made a working multi-boot usb with multi distros . . .</description>
		<content:encoded><![CDATA[<p>any one got the Customulti boot to work, I get a errour=parted every time. (Ubuntu 9.04 &#8220;wubi,install&#8221;) The folks at customulti boot are very responsive to there emails but its all French <img src='http://Hak5.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I should have paid attention to in French class. <img src='http://Hak5.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>any one got it working? by that i mean made a working multi-boot usb with multi distros . . .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MajickMan</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38440</link>
		<dc:creator>MajickMan</dc:creator>
		<pubDate>Mon, 14 Sep 2009 23:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38440</guid>
		<description>Latest version of the customultiboot-v2 is in English :)</description>
		<content:encoded><![CDATA[<p>Latest version of the customultiboot-v2 is in English <img src='http://Hak5.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonebezi</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38381</link>
		<dc:creator>sonebezi</dc:creator>
		<pubDate>Sat, 12 Sep 2009 09:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38381</guid>
		<description>ENGLISH IS UP 
I followed frafa directions to the letter, *note after install, installer asked if i wanted to install missing tools, and I said yes.  I don&#039;t know if you need to with your install as I am a fairly new to Ubuntu. 


if your a complete ubuntu noob,like me   copy past in terminal line by line 


cd /tmp
wget http://liveusb.info/customultiboot-v2/customultiboot-v2.tar.bz2
tar xjf customultiboot-v2.tar.bz2
rm customultiboot-v2.tar.bz2
cd customultiboot-v2
sudo ./install.sh

after install missing tools 

have iso&#039;s on destinaon usb and read all help topics take about 15 mins and your Compressed. 

HAK 5 folks Super Dorks!, Love your Shows! Even my wife thinks your show is good and she is not a tech fan.(</description>
		<content:encoded><![CDATA[<p>ENGLISH IS UP<br />
I followed frafa directions to the letter, *note after install, installer asked if i wanted to install missing tools, and I said yes.  I don&#8217;t know if you need to with your install as I am a fairly new to Ubuntu. </p>
<p>if your a complete ubuntu noob,like me   copy past in terminal line by line </p>
<p>cd /tmp<br />
wget <a href="http://liveusb.info/customultiboot-v2/customultiboot-v2.tar.bz2" rel="nofollow">http://liveusb.info/customultiboot-v2/customultiboot-v2.tar.bz2</a><br />
tar xjf customultiboot-v2.tar.bz2<br />
rm customultiboot-v2.tar.bz2<br />
cd customultiboot-v2<br />
sudo ./install.sh</p>
<p>after install missing tools </p>
<p>have iso&#8217;s on destinaon usb and read all help topics take about 15 mins and your Compressed. </p>
<p>HAK 5 folks Super Dorks!, Love your Shows! Even my wife thinks your show is good and she is not a tech fan.(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac makes me sad. &#171; Broken Bytes</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38321</link>
		<dc:creator>Mac makes me sad. &#171; Broken Bytes</dc:creator>
		<pubDate>Wed, 09 Sep 2009 17:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38321</guid>
		<description>[...] multibooting on a single partition using the multipass methods describe in hak5 episode 524 and episode 602. Unfortunately I discovered my fancy semi-new MacBook (now called a Macbook Pro after the renaming) [...]</description>
		<content:encoded><![CDATA[<p>[...] multibooting on a single partition using the multipass methods describe in hak5 episode 524 and episode 602. Unfortunately I discovered my fancy semi-new MacBook (now called a Macbook Pro after the renaming) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frafa</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38250</link>
		<dc:creator>frafa</dc:creator>
		<pubDate>Fri, 04 Sep 2009 01:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38250</guid>
		<description>hi,	
MultiBoot is now available in English
translation is almost complete...

http://translate.google.fr/translate?u=http%3A%2F%2Fliveusb.info%2Fdotclear%2F&amp;sl=fr&amp;tl=en&amp;hl=fr&amp;ie=UTF-8

to install ubuntu since:

cd /tmp
wget http://liveusb.info/customultiboot-v2/customultiboot-v2.tar.bz2
tar xjf customultiboot-v2.tar.bz2
rm customultiboot-v2.tar.bz2
cd customultiboot-v2
sudo ./install.sh</description>
		<content:encoded><![CDATA[<p>hi,<br />
MultiBoot is now available in English<br />
translation is almost complete&#8230;</p>
<p><a href="http://translate.google.fr/translate?u=http%3A%2F%2Fliveusb.info%2Fdotclear%2F&#038;sl=fr&#038;tl=en&#038;hl=fr&#038;ie=UTF-8" rel="nofollow">http://translate.google.fr/translate?u=http%3A%2F%2Fliveusb.info%2Fdotclear%2F&#038;sl=fr&#038;tl=en&#038;hl=fr&#038;ie=UTF-8</a></p>
<p>to install ubuntu since:</p>
<p>cd /tmp<br />
wget <a href="http://liveusb.info/customultiboot-v2/customultiboot-v2.tar.bz2" rel="nofollow">http://liveusb.info/customultiboot-v2/customultiboot-v2.tar.bz2</a><br />
tar xjf customultiboot-v2.tar.bz2<br />
rm customultiboot-v2.tar.bz2<br />
cd customultiboot-v2<br />
sudo ./install.sh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimaj</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38153</link>
		<dc:creator>dimaj</dc:creator>
		<pubDate>Wed, 02 Sep 2009 00:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38153</guid>
		<description>Hey guys!

I was trying to find some info around the web on how to make that multi-boot USB drive as Darren was talking about. My problem was that I&#039;m running Windows box and I couldn&#039;t really &quot;copy-paste&quot; the commands that Darren used. I did stumble upon something called Grub4DOS. If I&#039;m not mistaken it&#039;s the same thing as Grub, but 
a) It can be loaded from M$ Windows and 
b) One can have a menu that will boot from an ISO file. 

I&#039;ve seen a lot of complaints about Grub2, but no so many about Grub4DOS.

I thought this might be might worth checking this out.

If anyone is interested, I can post my &quot;menu.lst&quot; file that has references to the ISO files.

P.S. Sorry if this has been covered someplace else.

dimaj</description>
		<content:encoded><![CDATA[<p>Hey guys!</p>
<p>I was trying to find some info around the web on how to make that multi-boot USB drive as Darren was talking about. My problem was that I&#8217;m running Windows box and I couldn&#8217;t really &#8220;copy-paste&#8221; the commands that Darren used. I did stumble upon something called Grub4DOS. If I&#8217;m not mistaken it&#8217;s the same thing as Grub, but<br />
a) It can be loaded from M$ Windows and<br />
b) One can have a menu that will boot from an ISO file. </p>
<p>I&#8217;ve seen a lot of complaints about Grub2, but no so many about Grub4DOS.</p>
<p>I thought this might be might worth checking this out.</p>
<p>If anyone is interested, I can post my &#8220;menu.lst&#8221; file that has references to the ISO files.</p>
<p>P.S. Sorry if this has been covered someplace else.</p>
<p>dimaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Moeller</title>
		<link>http://Hak5.org/episodes/episode-602#comment-38148</link>
		<dc:creator>Greg Moeller</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.hak5.org/?p=1386#comment-38148</guid>
		<description>Great episode, I hadn&#039;t heard of Kodiak before, would be perfect for our shop.
Happen to have a spare invite in your pocket Matt?

Greg</description>
		<content:encoded><![CDATA[<p>Great episode, I hadn&#8217;t heard of Kodiak before, would be perfect for our shop.<br />
Happen to have a spare invite in your pocket Matt?</p>
<p>Greg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  hak5.org/episodes/episode-602/feed ) in 0.91259 seconds, on May 22nd, 2012 at 10:33 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 22nd, 2012 at 11:33 am UTC -->
