Running Hiren’s BootCD from hard drive

December 28th, 2009

Hiren’s BootCD is easily rankings itsself among the best boot cds and system maintainance tools. I have configured it to run both from my USB stick or directly from hard disk. Here is how to boot Hiren’s BootCD from the hard disk using text for dos (text4dos).

  1. The first step is getting text4dos and release the GRLDR, text.exe and MENU.lst to the root directory of C:
  2. Open the ISO file of Hiren’s BootCD using Daemon Tools or Winimage and extract the directory HBCD to the root directory of C:
  3. Edit MENU.lst and put the following code into it:
  4. timeout 30
    default 0
     
    title Start Hiren'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
  5. Edit the boot.ini file under C: and put the following line into it. This will make Windows load text4dos, and then text4dos will load Hiren’s boot file to boot it.
  6. C:\GRLDR="Hiren"
    
  7. You can also boot the mini WinXP in the HBCD directory by adding the following code into the MENU.lst file.
  8. title Mini Windows Xp
    find --set-root /HBCD/XPLOADER.BIN
    chainloader /HBCD/XPLOADER.BIN

After the modificiations, reboot the system to use your Hiren’s BootCD from the hard disk. Becaues the boot.gz under HBCD does does not come with ntfs drivers, this method only works when C: is in FAT32 format.

Related Posts:

  • No Related Posts

2 Responses to “Running Hiren’s BootCD from hard drive”

  1. ecodelta says:

    Not personally fond of warez stuff.

    But definitely worth of a look.

    • thinkweird says:

      I would say this is the best BootCD out there. Now it comes with a license warning and you have to acknowledge it before proceeding to use the proprietary tools. Definitely worth trying and it comes handy when I boot it from my USB stick.

RSS feed for comments on this post. And trackBack URL.

Leave a Reply