I'll explain the problem which happens when preparing an updated Win2k source.
- Three files included in USP5.1 (usbd.sys, usbhub.sys & usbser.sys) are buggy. Therefore I want to replace them through the "HFEXPERT\WIN\system32" folder with older versions of the same files coming from Update Rollup 1.
- Before running the script open "I386\DOSNET.INF" and search for "usbd.sys". It will be located in the following sections:
[FloppyFiles.1] d1,usbd.sys [Files] d1,usbd.sys
- Do the same thing in "I386\TXTSETUP.SIF". "Usbd.sys" is located here:
[SourceDisksFiles] usbd.sys = 2,,,,,,2_,4,1,3 [files.openhci] usbd.sys,4
- Now run the HFSLIP script and check the files after that:
DOSNET.INF
[Files] d1,usbd.sys
TXTSETUP.SIF
[SourceDisksFiles] usbd.sys = 1,,,,,,,2,0,0
As you can see, the other lines have been removed! And this breaks HDD based installation! It will also break using system floppy disks for booting.
The solution is very simple. If you just want to replace files already present in Windows then you should use REPLACE because it doesn't change anything in DOSNET.INF / TXTSETUP.SIF. You should use HFEXPERT only when adding completely new files (or when you want to intentionally change the default location of a file).



Help

Back to top









