<?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: Roll Your Own Multiboot USB Flash Drive</title>
	<atom:link href="http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jan 2012 17:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Crazyfella</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-322</link>
		<dc:creator>Crazyfella</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-322</guid>
		<description>Just to correct myself, with regard to putting the ERDCommander2005.iso files on the USB I said, &quot;extract the files with a utility called PeToUSB.exe and place them in the root of the USB flash drive&quot;.

That was not quite correct. First, you need to extract the files using winrar or isobuster or similar to a temp folder. Then you give this temp folder path in PeToUSB.exe where it says: &quot;Source Path to Built WinPE/BartPE files&quot;. Then click &quot;Enable File Copy&quot;. Untick &quot;Enable Disk Format&quot;, make sure your USB flash drive is set as the &quot;Destination Drive&quot; then click start.

It works trust me.</description>
		<content:encoded><![CDATA[<p>Just to correct myself, with regard to putting the ERDCommander2005.iso files on the USB I said, &#8220;extract the files with a utility called PeToUSB.exe and place them in the root of the USB flash drive&#8221;.</p>
<p>That was not quite correct. First, you need to extract the files using winrar or isobuster or similar to a temp folder. Then you give this temp folder path in PeToUSB.exe where it says: &#8220;Source Path to Built WinPE/BartPE files&#8221;. Then click &#8220;Enable File Copy&#8221;. Untick &#8220;Enable Disk Format&#8221;, make sure your USB flash drive is set as the &#8220;Destination Drive&#8221; then click start.</p>
<p>It works trust me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crazyfella</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-321</link>
		<dc:creator>Crazyfella</dc:creator>
		<pubDate>Wed, 12 Oct 2011 11:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-321</guid>
		<description>Hi there fellas, I followed this guide and got my Multiboot USB flash drive working pretty well.

However, I had a problem with my ERDCommander2005.iso. It would start booting but bluescreen every time. I also had a problem with my ERD60 and DART_windows7 images booting successfully but never being able to recognise the windows installation on the fixed hard drive. This means the Locksmith and System Restore tools were useless (as some implied above).

I solved the problem with ERDCommander2005.iso BSOD by extracting the files with a utility called PeToUSB.exe and placing them in the root of the USB flash drive. To be exact, this places &#039;Documents and Settings&#039;, &#039;minint&#039;, &#039;bootsect.bin&#039;, &#039;LICENCE.TXT&#039;, &#039;ntdetect.com&#039;, &#039;ntldr&#039;, &#039;WIN51&#039;, &#039;WIN51IS&#039;, and &#039;winbom.ini&#039; in the root of the USB flash drive. Now put into menu.lst:
title Boot Windows ERD Commander 2005
  root (hd0,0)
  chainloader /ntldr
The command comes from this link:
http://diddy.boot-land.net/grub4dos/files/boot.htm#mbr.
It describes it like this:
&#039;To directly chainload the NT loader file ntldr (installed on the first partition of the first hard disk) use this command&#039;
This works perfectly to boot ERDCommander 2005. It also works on BartPE/WinPE images you have put together yourself. But this method only allows one ntldr-style system at a time on the USB drive, unless you want to invent some renaming or partitioning scheme for your stick.

I also got System Restore and Locksmith, etc tools working on ERD60 by doing much the same thing. Only this time, you don&#039;t need PeToUSB.exe. Just extract all the files and folders from the ERD60.iso using isobuster, WINRAR or similar and copy straight to the root of the USB flash drive. IE. This places boot, EFI, sources and bootmgr on the root of the USB flash drive. Now put into menu.lst
title Boot msDART Windows 7 64bit
  root (hd0,0)
  chainloader /bootmgr

Same deal as before. Grub chainloads, passing control to bootmgr which then boots into ERD60 environment. Same deal as before, only one such bootmgr-style system possible per flash drive, unless you invent some renaming/repartitioning scheme for your stick.

What you can do is put ERDCommander2005 and 1 version of ERD60 (eg. Vista 32bit) onto the same stick though. The ntldr and bootmgr systems don&#039;t interfere with one another. 
Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>Hi there fellas, I followed this guide and got my Multiboot USB flash drive working pretty well.</p>
<p>However, I had a problem with my ERDCommander2005.iso. It would start booting but bluescreen every time. I also had a problem with my ERD60 and DART_windows7 images booting successfully but never being able to recognise the windows installation on the fixed hard drive. This means the Locksmith and System Restore tools were useless (as some implied above).</p>
<p>I solved the problem with ERDCommander2005.iso BSOD by extracting the files with a utility called PeToUSB.exe and placing them in the root of the USB flash drive. To be exact, this places &#8216;Documents and Settings&#8217;, &#8216;minint&#8217;, &#8216;bootsect.bin&#8217;, &#8216;LICENCE.TXT&#8217;, &#8216;ntdetect.com&#8217;, &#8216;ntldr&#8217;, &#8216;WIN51&#8242;, &#8216;WIN51IS&#8217;, and &#8216;winbom.ini&#8217; in the root of the USB flash drive. Now put into menu.lst:<br />
title Boot Windows ERD Commander 2005<br />
  root (hd0,0)<br />
  chainloader /ntldr<br />
The command comes from this link:<br />
<a href="http://diddy.boot-land.net/grub4dos/files/boot.htm#mbr" rel="nofollow">http://diddy.boot-land.net/grub4dos/files/boot.htm#mbr</a>.<br />
It describes it like this:<br />
&#8216;To directly chainload the NT loader file ntldr (installed on the first partition of the first hard disk) use this command&#8217;<br />
This works perfectly to boot ERDCommander 2005. It also works on BartPE/WinPE images you have put together yourself. But this method only allows one ntldr-style system at a time on the USB drive, unless you want to invent some renaming or partitioning scheme for your stick.</p>
<p>I also got System Restore and Locksmith, etc tools working on ERD60 by doing much the same thing. Only this time, you don&#8217;t need PeToUSB.exe. Just extract all the files and folders from the ERD60.iso using isobuster, WINRAR or similar and copy straight to the root of the USB flash drive. IE. This places boot, EFI, sources and bootmgr on the root of the USB flash drive. Now put into menu.lst<br />
title Boot msDART Windows 7 64bit<br />
  root (hd0,0)<br />
  chainloader /bootmgr</p>
<p>Same deal as before. Grub chainloads, passing control to bootmgr which then boots into ERD60 environment. Same deal as before, only one such bootmgr-style system possible per flash drive, unless you invent some renaming/repartitioning scheme for your stick.</p>
<p>What you can do is put ERDCommander2005 and 1 version of ERD60 (eg. Vista 32bit) onto the same stick though. The ntldr and bootmgr systems don&#8217;t interfere with one another.<br />
Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-280</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Thu, 21 Jul 2011 17:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-280</guid>
		<description>Hi,
I can not Get to work Booting Ultimate CD. I did what you told people to do. I downloaded the UBCD zip file and converted it to an ISO file. I copied the BSCD.iso file in to the root of the usb, but no luck. I got an error 13: invalid or unsupported executable format.
Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I can not Get to work Booting Ultimate CD. I did what you told people to do. I downloaded the UBCD zip file and converted it to an ISO file. I copied the BSCD.iso file in to the root of the usb, but no luck. I got an error 13: invalid or unsupported executable format.<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bootable usb anti-virus - PCMech Forums</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-212</link>
		<dc:creator>bootable usb anti-virus - PCMech Forums</dc:creator>
		<pubDate>Sun, 29 May 2011 15:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-212</guid>
		<description>[...] Could I do something like this [...]</description>
		<content:encoded><![CDATA[<p>[...] Could I do something like this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.c</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-184</link>
		<dc:creator>A.c</dc:creator>
		<pubDate>Tue, 10 May 2011 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-184</guid>
		<description>how to change font color??
my hiren boot only in green font and black background??
can i change that??</description>
		<content:encoded><![CDATA[<p>how to change font color??<br />
my hiren boot only in green font and black background??<br />
can i change that??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khofo</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-139</link>
		<dc:creator>Khofo</dc:creator>
		<pubDate>Sun, 03 Apr 2011 22:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-139</guid>
		<description>I have formated my usb to 2 partitions first one with is fat 2 GB has the hiren cd on it, i want to add a title in the menu with win7 setup pointing to an iso image into the second partition.
here is my menu.lst


timeout 60
default 0

title Boot from Hard Drive
rootnoverify (hd0,0)
chainloader (hd0,0)+1

title --------------------
root

title Start Hiren&#039;s BootCD
find --set-root /HBCD/boot.gz
map --mem /HBCD/boot.gz (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot

title Mini Windows Xp
find --set-root /HBCD/XPLOADER.BIN
chainloader /HBCD/XPLOADER.BIN

title Windows Win7 32bit
map (fd0,1)/WIn7.iso (fd0)
map –hook
chainloader (fd0)
boot

only the windows setup is not working, can you please tell me what to do
thanks</description>
		<content:encoded><![CDATA[<p>I have formated my usb to 2 partitions first one with is fat 2 GB has the hiren cd on it, i want to add a title in the menu with win7 setup pointing to an iso image into the second partition.<br />
here is my menu.lst</p>
<p>timeout 60<br />
default 0</p>
<p>title Boot from Hard Drive<br />
rootnoverify (hd0,0)<br />
chainloader (hd0,0)+1</p>
<p>title &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
root</p>
<p>title Start Hiren&#8217;s BootCD<br />
find &#8211;set-root /HBCD/boot.gz<br />
map &#8211;mem /HBCD/boot.gz (fd0)<br />
map &#8211;hook<br />
chainloader (fd0)+1<br />
rootnoverify (fd0)<br />
map &#8211;floppies=1<br />
boot</p>
<p>title Mini Windows Xp<br />
find &#8211;set-root /HBCD/XPLOADER.BIN<br />
chainloader /HBCD/XPLOADER.BIN</p>
<p>title Windows Win7 32bit<br />
map (fd0,1)/WIn7.iso (fd0)<br />
map –hook<br />
chainloader (fd0)<br />
boot</p>
<p>only the windows setup is not working, can you please tell me what to do<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luftiq</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-138</link>
		<dc:creator>luftiq</dc:creator>
		<pubDate>Fri, 18 Mar 2011 20:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-138</guid>
		<description>You can also create a multiboot usb using a tool such as Xboot. You can see how to here: http://www.kimpl.com/?p=202</description>
		<content:encoded><![CDATA[<p>You can also create a multiboot usb using a tool such as Xboot. You can see how to here: <a href="http://www.kimpl.com/?p=202" rel="nofollow">http://www.kimpl.com/?p=202</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drevolution</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-137</link>
		<dc:creator>Drevolution</dc:creator>
		<pubDate>Wed, 23 Feb 2011 21:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-137</guid>
		<description>Does anyone have a complete bootable USB GRUB.  I am tire of getting around and can get it right.

Please let me know need it bad. I want to add multiple tools to troubleshoot my computers in my office.</description>
		<content:encoded><![CDATA[<p>Does anyone have a complete bootable USB GRUB.  I am tire of getting around and can get it right.</p>
<p>Please let me know need it bad. I want to add multiple tools to troubleshoot my computers in my office.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-136</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sun, 13 Feb 2011 10:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-136</guid>
		<description>use minus minus md5

(two minuses are coming out as one minus on this site!)</description>
		<content:encoded><![CDATA[<p>use minus minus md5</p>
<p>(two minuses are coming out as one minus on this site!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.userbytes.com/roll-your-own-multiboot-usb-flash-drive/#comment-135</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Sun, 13 Feb 2011 10:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://userbytes.com/?p=166#comment-135</guid>
		<description>There are some typos in your password examples - you must use --md5 not -md5!!!</description>
		<content:encoded><![CDATA[<p>There are some typos in your password examples &#8211; you must use &#8211;md5 not -md5!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
