Jump to content

[Solved] Hirens Boot CD on a USB


Diego T.

Recommended Posts

Hi all,

Just got the Hirens boot CD and burned into a CD. Tested and ran properly 100% ok.

Then I followed the instructions on the site to make it boot from a USB.

However when I boot from the USB I get the error

Windows could not start: <Windows root>\system32\hal.dll

I have formatted the USB twice and the same error.

Any fix to have the Hirens on a USB ?

Thanks.

Link to comment
Share on other sites


  • Replies 11
  • Views 1.7k
  • Created
  • Last Reply
stylemessiah

I use it almost every day, never seen that issue.

Are you sure you followed ALL the instructions in the usb-installation.pdf ?

Not sure if how youve set it up is why youre having issues, or a contiguous file problem

Theres a lot of info in usb-installation.pdf that really is far too overly complex, heres how i do it:

1) Format the USB stick. dont mess about and try and put it on one with files already on it.

2) Copy ALL the files (and folders) from the CD to the USB stick.

3) Open an elevated command prompt

4) Change to the drive letter of your USB stick (i.e. e: <enter> if your USB stick is on E:)

5) cd isolinux <enter>

6) syslinux.exe -maf -d isolinux Y: <enter>

where Y is your USB stick drive letter

The files need to be contiguous, so defrag your USB key before trying to boot it.

Sometimes you can have issues booting some of the tools that are included in ISO format due to fragmenting, and a "normal" defrag utlility wont clear it up, you can use WinContig (http://wincontig.mdtzone.it/en/) for this, it can defrag single files

Having said the above about defragging, if you format the key first, you shouldnt see this problem, but the most common errors come about by people NOT formatting the USB stick before starting the process.

Link to comment
Share on other sites


stylemessiah

Why are people suggesting other ways to install bootloaders when Hirens includes the tool and instructions to do it?

Its as simple as: syslinux.exe -maf -d isolinux Y: <enter>

Going off on tangents isnt going to help

Link to comment
Share on other sites


Using Grub4DOS to Create a Bootable Drive

http://www.themudcrab.com/acronis_grub4dos.php

Create a directory named iso in usb root image copy Hien's boot cd and add the following line to menu.lst

timeout 10
default 0

title Hiren's.BootCD
find --set-root /iso/Hirens_BootCD_iso
map /iso/Hirens_BootCD_.iso (0xff)
map --hook
chainloader (0xff)
boot

title CommandLine
commandline

title Reboot
reboot

title Halt
halt

Remember to rename the image of Hien's boot cd with the name Hirens_BootCD_iso

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...