<?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: Running Hiren&#8217;s BootCD from hard drive</title>
	<atom:link href="http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive/feed" rel="self" type="application/rss+xml" />
	<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive</link>
	<description>The wandering tune of a distant flute at night...</description>
	<lastBuildDate>Sun, 08 Jan 2012 16:12:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-263</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Apr 2011 06:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-263</guid>
		<description>Hi. I just make some update to this post. Please refer to the easier method and tell me how it fares.</description>
		<content:encoded><![CDATA[<p>Hi. I just make some update to this post. Please refer to the easier method and tell me how it fares.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-262</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Wed, 06 Apr 2011 10:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-262</guid>
		<description>Great article and something i am looking for.

I have a problem. I have an old office pc which is severely infected and contains lot of imp docs. It is old with only 256mb ram and the virus doesn&#039;t let me use either MSE or MBAM. I tried to boot hiren 11.3 from CD but for some reason my cd drive doesnt recognize it. So i am trying to boot it from hard drive. My C drive is fat32 and tried the steps but it didn&#039;t work. What am i doing wrong?</description>
		<content:encoded><![CDATA[<p>Great article and something i am looking for.</p>
<p>I have a problem. I have an old office pc which is severely infected and contains lot of imp docs. It is old with only 256mb ram and the virus doesn&#8217;t let me use either MSE or MBAM. I tried to boot hiren 11.3 from CD but for some reason my cd drive doesnt recognize it. So i am trying to boot it from hard drive. My C drive is fat32 and tried the steps but it didn&#8217;t work. What am i doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tw</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-261</link>
		<dc:creator>tw</dc:creator>
		<pubDate>Tue, 18 Jan 2011 02:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-261</guid>
		<description>Yes. You can. The best way now seems to be looking into the HBCD directory of the latest Hiren BootCD. Just copy the menu.lst inside that folder, the grldr and grub.exe to your specified location. Make changes to menu.lst and boot.ini if necessary (in your case it is d:grldr). It is easier than the method in the origianl post.</description>
		<content:encoded><![CDATA[<p>Yes. You can. The best way now seems to be looking into the HBCD directory of the latest Hiren BootCD. Just copy the menu.lst inside that folder, the grldr and grub.exe to your specified location. Make changes to menu.lst and boot.ini if necessary (in your case it is d:grldr). It is easier than the method in the origianl post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alprie</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-260</link>
		<dc:creator>alprie</dc:creator>
		<pubDate>Sat, 15 Jan 2011 10:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-260</guid>
		<description>what if your fat32 at d:

can i change c:gldtr &gt;&gt;&gt;&gt; d:gldtr

cause my c os were nfts</description>
		<content:encoded><![CDATA[<p>what if your fat32 at d:</p>
<p>can i change c:gldtr &gt;&gt;&gt;&gt; d:gldtr</p>
<p>cause my c os were nfts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neokleon</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-259</link>
		<dc:creator>Neokleon</dc:creator>
		<pubDate>Mon, 08 Nov 2010 11:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-259</guid>
		<description>Thanks, dear it worked like charm..
I do this:

Format drive to FAT32, 
set it active, 
extracted GRLDR, 
grub.exe 
and MENU.lst
bootlace.com

from grub4dos v0.4.4.

Inserted your this code at the end of MENU.lst.
=======================================
timeout 30
default 0

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
=======================================

Then Copy these files to C:
NTLDR
AUTOEXEC.BAT
BOOT.INI
CONFIG.SYS
NTDETECT.COM

Then open BOOT.INI and writ these lines at the end
=============
C:GRLDR=&quot;Hiren&quot;
=============

Save it.

then Extracted HBCD folder from the Hiren’s 10.4 ISO to the drive root.


Finally restart the system and it boots....
Hurray</description>
		<content:encoded><![CDATA[<p>Thanks, dear it worked like charm..<br />
I do this:</p>
<p>Format drive to FAT32,<br />
set it active,<br />
extracted GRLDR,<br />
grub.exe<br />
and MENU.lst<br />
bootlace.com</p>
<p>from grub4dos v0.4.4.</p>
<p>Inserted your this code at the end of MENU.lst.<br />
=======================================<br />
timeout 30<br />
default 0</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<br />
=======================================</p>
<p>Then Copy these files to C:<br />
NTLDR<br />
AUTOEXEC.BAT<br />
BOOT.INI<br />
CONFIG.SYS<br />
NTDETECT.COM</p>
<p>Then open BOOT.INI and writ these lines at the end<br />
=============<br />
C:GRLDR=&#8221;Hiren&#8221;<br />
=============</p>
<p>Save it.</p>
<p>then Extracted HBCD folder from the Hiren’s 10.4 ISO to the drive root.</p>
<p>Finally restart the system and it boots&#8230;.<br />
Hurray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phishybongwaters</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-258</link>
		<dc:creator>phishybongwaters</dc:creator>
		<pubDate>Fri, 05 Nov 2010 13:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-258</guid>
		<description>For this guide to work you have to remember a few things.  First, it has to be FAT32, which limits the size you can create the partition, I&#039;d suggest using something like partitionmagic as it will tell you exactly how big your partition can be and still be bootable.  If you just take, say, and 80 gig or bigger drive and format to fat32 it won&#039;t be bootable, you only have a few gigs to work with, plenty of space for XP.

I suggest you use parition magic, create an active primary parition formatted as fat32 with the most space you can and still have it bootable (partition magic will tell you when you specify the size)

Then install windows XP as normal to that partition, once it&#039;s done and working (reboot to be sure) follow the steps of extracting the grub files to the root of c:.  EDIT the menu.lst file so it looks exactly like the one above (meaning you can delete everything in there with notepad and copy and paste from the given example.)

Then, i suggest instead of trying to edit boot.ini directly (which you can&#039;t) :

right click &quot;my computer&quot;  properties
click &#039;advanced&#039; tab
Click startup and recovery &quot;settings&quot; button

Click the edit button beside &quot;to edit startup options manuall&quot;
Then ADD (C:GRLDR=&quot;Hiren&quot;) into the file above the line that should be there for your current windows install.

Then copy the HBCD folder over to the root of C: and reboot, done.

If ALL you want is hirens, you can follow the same steps, then manually remove the windows install files from either a boot cd (hirens you just installed) or a pe environment, making sure to LEAVE the boot files.  Obviously if you attempt to load xp it will error, but as long as the drive is bootable, boot.ini is there, and grub is intact, it should work.</description>
		<content:encoded><![CDATA[<p>For this guide to work you have to remember a few things.  First, it has to be FAT32, which limits the size you can create the partition, I&#8217;d suggest using something like partitionmagic as it will tell you exactly how big your partition can be and still be bootable.  If you just take, say, and 80 gig or bigger drive and format to fat32 it won&#8217;t be bootable, you only have a few gigs to work with, plenty of space for XP.</p>
<p>I suggest you use parition magic, create an active primary parition formatted as fat32 with the most space you can and still have it bootable (partition magic will tell you when you specify the size)</p>
<p>Then install windows XP as normal to that partition, once it&#8217;s done and working (reboot to be sure) follow the steps of extracting the grub files to the root of c:.  EDIT the menu.lst file so it looks exactly like the one above (meaning you can delete everything in there with notepad and copy and paste from the given example.)</p>
<p>Then, i suggest instead of trying to edit boot.ini directly (which you can&#8217;t) :</p>
<p>right click &#8220;my computer&#8221;  properties<br />
click &#8216;advanced&#8217; tab<br />
Click startup and recovery &#8220;settings&#8221; button</p>
<p>Click the edit button beside &#8220;to edit startup options manuall&#8221;<br />
Then ADD (C:GRLDR=&#8221;Hiren&#8221;) into the file above the line that should be there for your current windows install.</p>
<p>Then copy the HBCD folder over to the root of C: and reboot, done.</p>
<p>If ALL you want is hirens, you can follow the same steps, then manually remove the windows install files from either a boot cd (hirens you just installed) or a pe environment, making sure to LEAVE the boot files.  Obviously if you attempt to load xp it will error, but as long as the drive is bootable, boot.ini is there, and grub is intact, it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-257</link>
		<dc:creator>Javier</dc:creator>
		<pubDate>Fri, 03 Sep 2010 20:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-257</guid>
		<description>I&#039;m having the same issue as pabloroy. I have a 320 Gb USB Drive.
2 Partitions - (#1: 512 Mb Fat32 &#124;&#124; #2: 300 Gb NTFS)
Got Hiren&#039;s running from the 512 Mb Fat32 partition.
When I try to run Norton Ghost I get the “HBCD” folder not found error.
Any suggestion is appreciated.

Thank you very much guys!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the same issue as pabloroy. I have a 320 Gb USB Drive.<br />
2 Partitions &#8211; (#1: 512 Mb Fat32 || #2: 300 Gb NTFS)<br />
Got Hiren&#8217;s running from the 512 Mb Fat32 partition.<br />
When I try to run Norton Ghost I get the “HBCD” folder not found error.<br />
Any suggestion is appreciated.</p>
<p>Thank you very much guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinkweird</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-256</link>
		<dc:creator>thinkweird</dc:creator>
		<pubDate>Fri, 23 Jul 2010 02:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-256</guid>
		<description>Hi Guillaume,

Thank you very much for your detailed feedback. I am sure it will help a lot for future visitors who have the same problem.
Hopefully I can find enough time in the near future to polish this post based on the discussions so far.</description>
		<content:encoded><![CDATA[<p>Hi Guillaume,</p>
<p>Thank you very much for your detailed feedback. I am sure it will help a lot for future visitors who have the same problem.<br />
Hopefully I can find enough time in the near future to polish this post based on the discussions so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-255</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Thu, 22 Jul 2010 22:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-255</guid>
		<description>Oops, I forgot a third key need for this to work. I had to set both machines in bios to &quot;Legacy USB&quot; = Enabled. So the sticks are both running on USB 1.1 even though they are USB 2.0 sticks. Weird, must be one of the drivers he used can&#039;t do USB 2.

Also, if you have an old machine that can&#039;t select the boot drive at startup, then don&#039;t even try. i can pretty well guarantee it won&#039;t work. I&#039;ve just donw another test with both sticks AND a USB DVD writer with the Hirens CD plugged in to the netbook. Its offering me all 3 as a boot source. First I had no Hirens, now its coming at me from all sides.

This is amazing. Thanks again thinkweird!</description>
		<content:encoded><![CDATA[<p>Oops, I forgot a third key need for this to work. I had to set both machines in bios to &#8220;Legacy USB&#8221; = Enabled. So the sticks are both running on USB 1.1 even though they are USB 2.0 sticks. Weird, must be one of the drivers he used can&#8217;t do USB 2.</p>
<p>Also, if you have an old machine that can&#8217;t select the boot drive at startup, then don&#8217;t even try. i can pretty well guarantee it won&#8217;t work. I&#8217;ve just donw another test with both sticks AND a USB DVD writer with the Hirens CD plugged in to the netbook. Its offering me all 3 as a boot source. First I had no Hirens, now its coming at me from all sides.</p>
<p>This is amazing. Thanks again thinkweird!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-254</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Thu, 22 Jul 2010 22:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thinkweird.info/1688/running-hirens-bootcd-from-hard-drive#comment-254</guid>
		<description>Yes! Thanks guys. I now have two USB sticks that have Hirens 10.2 and my XP Pro i386 folder, and they work. The two sticks are both old 1 Gig items I used to lend out (but I won&#039;t any more). One is a no-name cheapo Chinese, the other is am old Buffalo stick.

I&#039;ve tried so many times over the last 3 years to get this to work, but always failed. This article got me to try again. I&#039;m not good at editing config or menu files, and it turns out that I didn&#039;t need to.

All I did was follow this to the letter:
http://www.hiren.info/pages/bootcd-on-usb-disk.
I downloaded the two sets of files, formatted both sticks in FAT32, ran the grub4dos, then copied the HBCD folder to both from a CD. Then copied grdldr amd menu.lst from the HBCD folder to root of the sticks. I made no other changes.

Ar first it didn&#039;t work - blinking cursor or garbage on the screen when I selected the standard boot. Then I tried the &#039;Alternative Boot Method&#039; in the menu, exactly as your script does thinkweird, except I did it manually by scrolling down. Yup, bingo!

Tested on both my machines.
Machine 1: A homebrew P45 Intel chipset board, way overclocked, but otherwise untouched. One 500 Gig SATA, one 320 Gig IDE. NTFS and Fat32 partitions.
Machine 2: A cheapo N260 netbook with a 320 Gig IDE internal.
The 2 keys seem to be a) that I had to manually select the stick as boot (bios F10 on mine) Neither machine booted with USB stick set as first boot priority. b) The Alternative boot method on the Hirens menu MUST be used to run the tools. Standard method does not work.</description>
		<content:encoded><![CDATA[<p>Yes! Thanks guys. I now have two USB sticks that have Hirens 10.2 and my XP Pro i386 folder, and they work. The two sticks are both old 1 Gig items I used to lend out (but I won&#8217;t any more). One is a no-name cheapo Chinese, the other is am old Buffalo stick.</p>
<p>I&#8217;ve tried so many times over the last 3 years to get this to work, but always failed. This article got me to try again. I&#8217;m not good at editing config or menu files, and it turns out that I didn&#8217;t need to.</p>
<p>All I did was follow this to the letter:<br />
<a href="http://www.hiren.info/pages/bootcd-on-usb-disk" rel="nofollow">http://www.hiren.info/pages/bootcd-on-usb-disk</a>.<br />
I downloaded the two sets of files, formatted both sticks in FAT32, ran the grub4dos, then copied the HBCD folder to both from a CD. Then copied grdldr amd menu.lst from the HBCD folder to root of the sticks. I made no other changes.</p>
<p>Ar first it didn&#8217;t work &#8211; blinking cursor or garbage on the screen when I selected the standard boot. Then I tried the &#8216;Alternative Boot Method&#8217; in the menu, exactly as your script does thinkweird, except I did it manually by scrolling down. Yup, bingo!</p>
<p>Tested on both my machines.<br />
Machine 1: A homebrew P45 Intel chipset board, way overclocked, but otherwise untouched. One 500 Gig SATA, one 320 Gig IDE. NTFS and Fat32 partitions.<br />
Machine 2: A cheapo N260 netbook with a 320 Gig IDE internal.<br />
The 2 keys seem to be a) that I had to manually select the stick as boot (bios F10 on mine) Neither machine booted with USB stick set as first boot priority. b) The Alternative boot method on the Hirens menu MUST be used to run the tools. Standard method does not work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

