Another aspect I should mention...
If using Windows Explorer (or similar file management tools using shell32.dll APIs) to "see" hidden/system files, you won't, the Windows XP "factory" defaults are such that System files + folders are hidden so the user won't be able to alter/move/delete them "by accident". ;-(
This "glitch" can be easily corrected thou...
1. Windows Explorer/My Computer interface -> Tools -> Folder Options -> View tab -> check the box "Hidden files and folders" -> uncheck the box "Hide protected operating system files (Recommended)" -> confirm said actions in all nag dialog boxes -> Apply/OK.
2. Another solution, without modifying any of those "factory" defaults... is to use good ol'
File Manager 32-bit (see the
FM guide for details), modded to work properly with all WinNTx OSes [free from MS].
To be able to achieve this, first you need to run FM -> click View from the File menu -> click "By File Type" -> check *all* boxes including the "Show Hidden/System files" box -> click OK or hit Enter.
BTW:
BOOT.INI does not exist by default on Windows setup CD-ROMs/DVD-ROMs, it is created upon install with custom parameters for each specific boot + Windows drive/partition/folder.
NTDETECT.COM + NTLDR are located in the \I386 subfolder on Windows install CDs/DVDs.
BOOTSECT.DOS is also created in C:\ root [default boot drive/partition on single drive computers], but does not exist on install CDs/DVDs.
In case the user decides to install the recovery console (the "Windows XP Recovery Console" boot menu option, which points to C:\CMDCONS\BOOTSECT.DAT), CMLDR is also copied to C:\ root (default), and C:\CMDCONS created.
HTH