FIX folder prob: NTDETECT.COM and ntldr
#1
Posted 09 October 2005 - 09:55 PM
Also, the HFSLIP'd Win2k install on VMWare has the Win2k version of NTDETECT.COM and ntldr.
What am I doing wrong?
#2
Posted 09 October 2005 - 11:16 PM
i'll defer to tommyp on the 'why' though because i am not sure.
mine actually works fine. are you using the latest (october) version of HFSLIP?
This post has been edited by fdv: 09 October 2005 - 11:17 PM
#3
Posted 09 October 2005 - 11:25 PM
My error log is attached.
P.S. I think Oleg's idea to remove help files is a good one. They're pretty much useless and if you can run HFSLIP, you can Google, hit M$ knowledge base and MSFN forums to find the answer you need anyway.
Attached File(s)
-
ERROR_REPORT.TXT (1.68K)
Number of downloads: 22
#4
Posted 10 October 2005 - 02:54 AM
#5
Posted 10 October 2005 - 06:31 AM
It is not a dumb question, but I am 100% sure I put in XP files because this computer I am using now is XP, and I used its NTDETECT.COM and ntldr. I compared dates and filesizes, and the NTDETECT.COM and ntldr in FIX are bigger files and later dates than the Win2k NTDETECT.COM and ntldr.
This is the computer I want to rebuild with HFSLIP FDV Win2k because XP is slowing this computer down a lot.
I'm doing some more work on FDV's files and I'll run HFSLIP again.
I've been researching what files to take out of the OS/2 subsystem (which IMO is completely extraneous) and will post shortly.
This post has been edited by saugatak: 10 October 2005 - 06:32 AM
#6
Posted 10 October 2005 - 09:03 AM
If I drop those file into FIX and then HFSLIP/ISO/VMWARE as usual, I get the attached BSOD about an inaccessible_boot_device. If those files are NOT in FIX and I HFSLIP/ISO/VMWARE as usual, everything runs fine.
#7
Posted 10 October 2005 - 12:50 PM
@TommyP and FDV, is it possible to just replace the NTDETECT.COM and ntldr in SOURCESS/I386 if the FIX folder method doesn't work?
#8
Posted 10 October 2005 - 02:45 PM
#9
Posted 12 October 2005 - 05:09 AM
in line 298: IF EXIST FIX COPY /Y FIX\*.* SOURCESS\I386
the copy-command can't see the hidden files NTDETECT.COM and ntldr
perhaps ATTRIB -S -H FIX\*.* might help?
#10
Posted 12 October 2005 - 05:51 AM
I had an idea, perhaps it's a capitalization issue? I believe both my files are upper case.
#11
Posted 12 October 2005 - 08:11 AM
murvun, on Oct 12 2005, 01:09 PM, said:
in line 298: IF EXIST FIX COPY /Y FIX\*.* SOURCESS\I386
the copy-command can't see the hidden files NTDETECT.COM and ntldr
perhaps ATTRIB -S -H FIX\*.* might help?
@ tommyp
Also, if you want, you can use xcopy instead of the copy command...
try this: (it copies hidden, system files and overwrites old and read-only files without confirm)
IF EXIST FIX XCOPY /H /R /Y FIX\*.* SOURCESS\I386
#12
Posted 12 October 2005 - 12:39 PM
#13
Posted 12 October 2005 - 03:13 PM
IF EXIST FIX XCOPY /H /R /Y FIX\*.* SOURCESS\I386 and see what happens. Also, check to see if those files have a hidden attribute and/or check capitalization.
#14
Posted 14 October 2005 - 03:31 AM
I opened a DOS window and CD to HFSLIP director. Then I typed "IF EXIST FIX XCOPY /H /R /Y FIX\*.* SOURCESS\I386"
In my FIX folder I had the following files:
1) Win XP SP2 version of NTDETECT.COM
2) Win XP SP2 version of ntldr
3) notepad.ex_ (made using Oleg's method, replace notepad with win32pad)
4) WINNT.SIF
The results were:
F:\HFSLIP IF EXIST FIX XCOPY /H /R /Y FIX\*.* SOURCESS\I386
FIX\notepad.ex_
FIX\WINNT.SIF
2 files copied.
By see what happens I guess you mean check the SOURCESS folder to see if the latest NTDETECT.COM and ntldr are included? I did that and both are still Win2k versions.
#15
Posted 14 October 2005 - 04:11 AM
in my system my method works...
however can you use the method posted by murvun?
just to test if it works.
go in hfslip director and type:
ATTRIB -S -H FIX\*.* (no output is done)
IF EXIST FIX COPY /Y FIX\*.* SOURCESS\I386
(output the files copied)
This post has been edited by lupo: 14 October 2005 - 04:13 AM
#16
Posted 14 October 2005 - 04:19 AM
saugatak, on Oct 14 2005, 03:31 AM, said:
F:\HFSLIP IF EXIST FIX XCOPY /H /R /Y FIX\*.* SOURCESS\I386
FIX\notepad.ex_
FIX\WINNT.SIF
2 files copied.
@saugatak:
By the output of your xcopy, the only possible conlusion is that ntldr and ntdetect.com are not in your FIX directory, as I can't think of any reason that could cause xcopy ignore the files if they are there (when using the /H parameter). When running the XCOPY command (you ran it correctly), you should see the files ntldr and ntdetect.com being copied.
Regards,
Pene
This post has been edited by pene: 14 October 2005 - 04:24 AM
#17
Posted 14 October 2005 - 06:24 AM
then: X:\2KBootCD\+Tools\BLAH> xcopy /h /r /y *.* blah2\
Result: cabarc.exe in blah2\, as a -AHS file, removal of the ReadOnly flag, but Copy will do that as well.
#18
Posted 14 October 2005 - 12:30 PM
After reading these 2 posts, I did a screenshot of my FIX folder, posted. Since the last post in my thread, I have not changed the contents of my FIX folder. Here's the screenshot.
Anyway, I tried the same method again and this time . . . . it worked!
You'll probably think that I didn't have the programs in the FIX folder, but I am 100% certain they were there.
I really don't know what happened.
Attached File(s)
-
FIX_folder.GIF (10.44K)
Number of downloads: 10
#19
Posted 14 October 2005 - 12:55 PM
Is it possible just to replace them in source cd?
#20
Posted 14 October 2005 - 01:00 PM
No problem with that. I have a bug today morning too: I saw things and was sure it was like I saw, but when I did the same procedure in the evening it was not excatly the same
It happens sometimes



Help


Back to top









