1. When using command prompt
and every other tool mentioned below open it with administrator rights. Do you know how?
2. Null the first sectors on the USB:
http://www.msfn.org/board/index.php?showto...st&p=8525173. Unplug and replug your USB stick after every write operation, using safely remove hardware icon
4. Format USB stick manually in NTFS using HPUSBFW.EXE in \WinSetupFromUSB\files\tools\. Keep in mind about admin rights.
5. Replug USB stick.
6. Close any windows explorer instances opened and any other program which may be accessing the USB stick. Disable antivirus program if you have such.
7. In CMD go to \WinSetupFromUSB\files\grub4dos\
8. Type
CODE
fsutil volume dismount H:
replacing H: with the drive letter of the USB stick
9. Immediately after that issue
CODE
grubinst -v (hd1,0)
assuming you have only 1 internal hard disk and no other USB disks plugged in.
10. If you see "write error" run
fsutil again and grubinst right after it.
11. If still no luck- run
fsutil again, but after it put grub4dos MBR-
CODE
grubinst -v (hd1)
12. If you succeed run WinSetupFromUSB (the test version above) and check only these 2 options:
-syslinux boot sector (ignore the warning about syslinux and NTFS)
-test in QEMU
13. Do you see grub4dos command prompt in QEMU?
14 If yes- close QEMU and put XP setup files or whatever you wanted to put on the USB stick. You should be good to go.