How to copy & create ntldr,ntdetect & Boot.ini

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Some kind friends please assist the following:
How to copy ntldr,ntdetect form c: to floppy disk.
How to create or copy Boot.ini c: to floppy disk.
Please kindly provide step-by-step instruction.
Thx.
Rgds,
Steven
 
Steven Tan said:
Some kind friends please assist the following:
How to copy ntldr,ntdetect form c: to floppy disk.
How to create or copy Boot.ini c: to floppy disk.
Please kindly provide step-by-step instruction.
Thx.
Rgds,
Steven


Just drag 'n drop those files to the floppy disk
from their positions just below the root of the
C: file structure.

*TimDaniels*
 
Run cmd.exe (Command Prompt window)
c:
cd \
attrib -h -s nt*.*
attrib -h -s boot.ini
copy nt*.* a:\
copy boot.ini a:\
 
Andy,
Thank you very much for your assistance,it really help me.
I refer to MSKB article ID 305595 regarding on "how to create a boot disk
for an NTFS or FAT partition in windows XP"
Please assist on how to modify the Boot.ini file

Thx again.
Rgds,
Steven
 
Boot from the Windows XP CD and run the recovery console.
Then execute the command bootcfg /rebuild
which will search for a valid Windows XP installation(s) on the
disk(s).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to move ntldr back to C drive 11
ntldr missing 5
Floppy Boot Disk 17
ntldr is missing in Windows XP 2
Boot.ini 2
Missing ntldr 8
me xp dual boot replace me with xp help 4
Missing or Corrupt file 11

Back
Top