Igor Kromin |   Consultant. Coder. Blogger. Tinkerer. Gamer.

I've been asked to built a Windows computer recently that would have no DVD drive so I had to use the Windows 7 USB/DVD Download Tool to create a bootable USB stick with the Windows installer. Since I only have Macs at home I had to use my Windows XP virtual machine to create this and quickly ran into problems with the tool reporting 'unable to run bootsect to make the USB device bootable'. This is how I solved it.

This is the final screen that shows the error. The USB stick was created properly, the only issue is it is not bootable now.
win7usbtool.png


To fix this, the bootsec.exe needs to be obtained and there are a few places to get it from, which I will not link here.

I think the Win7 DVD comes with the bootsect.exe, but since the Win7 DVD was 64 bit and I was using a 32 bit WinXP VM, it would not run.


My USB stick had the drive letter D assigned to it. So I used the following on the command prompt:
C:/>bootsect_x86.exe /nt60 d: /mbr
Target volumes will be updated with BOOTMGR compatible bootcode.
D: (//?Volume{74be6ce2-bf84-11e2-b27f-000c29d952bf})
Successfully updated NTFS filesystem bootcode.
Bootcode was successfully updated on all targeted volumes.


Note: the back slashes are not showing up so I've changed them to forward slashes for display purposes.

This updated the boot sector for the USB stick and I was able to boot from it and successfully install Windows.

-i

A quick disclaimer...

Although I put in a great effort into researching all the topics I cover, mistakes can happen. Use of any information from my blog posts should be at own risk and I do not hold any liability towards any information misuse or damages caused by following any of my posts.

All content and opinions expressed on this Blog are my own and do not represent the opinions of my employer (Oracle). Use of any information contained in this blog post/article is subject to this disclaimer.
Hi! You can search my blog here ⤵
NOTE: (2022) This Blog is no longer maintained and I will not be answering any emails or comments.

I am now focusing on Atari Gamer.