Earlier, I had my molar bands installed. Val, my dentist, asked me to fix her netbook computer. I wanted to buy this one before and too much surprise it was, hers was pink!
Her computer has Windows XP installed on it and it has a BSOD 0xED error – Unmountable Boot Volume. I have encountered this a lot of times when I was still with eTelecare and working for Matrix ACS (Dell) account.
Most of the netbooks today do not have an optical drive. Good thing I still have an extra USB here which I can make as a bootable drive to initialize the Windows XP repair.
[toggle_framed title=”Here are the stuff that you need:”]
- Another computer (to prepare the USB drive)
- At least 2GB high-speed USB drive
- OS CD (Windows XP, Vista, Ubuntu, etc.) or an ISO
- Bootsect.exe, bootmgr, PEtoUSB and USBPrep8
- English comprehension and very basic Windows UI knowledge (take note that computer nerd skill is not needed here though very basic DOS syntax knowledge is required)
[/toggle_framed]
Now, here are the steps:
- Download the required files needed here -> usb_prep8. I have compiled it. Freeware FTW!
[download_box] usb_prep8 [/download_box]
- Extract the downloaded compressed file on your working computer.
- Double-click usb_prep8.cmd. A new command prompt window appears.

USBPrep
- Press Enter key on the command prompt below. A new window pops up.

PE to USB
- Stay with the settings unless you are better than I am :P. Do not close the two windows.
- Open a new command prompt window.
- Go to the same directory where the files are saved via the command prompt.
- Execute bootsect.exe /nt52 X: (note that the X: is the drive letter of your USB drive. Make sure that you do not have any Windows Explorer opened and targeted from the same drive because the command syntax will fail as it cannot lock and write the bootsector of the USB drive.
- If all goes well, a print line shows: Bootcode was successfully updated on all targeted volumes.
- Close the command prompt window where you performed the bootsect syntax NOT the other windows I was talking about.
- Once converted, press Enter on the USBPrep8 command prompt until it shows something like this:

USBPrep 2
- Input 1. Press Enter. A folder browser window opens where the source files are located. Usually this is your CD-ROM drive. If you have ISO mounted, point it there (note that the ISO should be mounted, hence, treated as a virtual CD-ROM)
- Input 2. Press Enter. Input any unassigned drive letter on your computer (i.e. L:)
- Input 3. Press Enter. Input the drive letter of the USB drive.
- Input 4. Press Enter to start the process.
- The script will asks you to format the L: (this is an example on this scenario). Press Y for yes as this is just a temp drive .
- A set of lines that shows that files are copied appears. Press Enter to continue.
- A popup appears asking you to copy the files to the USB drive. Obviously select Yes.
- Once the script has completed copying the filed, a new popup appears asking if you want to have the USB drive preferred U:. Click Yes. It will unmount the temp drive.
Your USB drive has the OS installer on it and it can be booted directly from the BIOS. Make sure that you select to boot from the USB first, not the CD-ROM or the HDD.
Let me know if anything is unclear 😀 have fun!
Like this:
Like Loading...