boot.ini

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

Guest

Unable to locate Boot.ini on W2k test server. View has been changed to display system files. Search boot.ini, boot.* & *.ini does not provide location. System is Win2K server SP4 Dell PE700 with serial ATA.
 
You'll find it always in the root of the system partition.
Start|Run|edit C:\boot.ini

(assumes C:\ is the system partition)

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
| Unable to locate Boot.ini on W2k test server. View has been changed to
display system files. Search boot.ini, boot.* & *.ini does not provide
location. System is Win2K server SP4 Dell PE700 with serial ATA.
 
Well not really. It will ALWAYS be found where in the Registry this key's HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup value BootDir data points to. Yes that it is 9 times out of 10 on the root of the Operating System the %SystemDrive% but not always. Note the value for BootDir is not an evironment variable.
 
Greetings --

C:\Boot.ini is a hidden, protected system file at the root of your
C: drive. You need to set Windows Explorer to display such files. In
Windows Explorer, Tools > Folder Options > View, select "Show hidden
files and folders," and deselect "Hide protected operating system
files."

Alternatively, from a command prompt, type:

1) "ATTRIB C:\BOOT.INI -h -s -r"
2) "edit c:\boot.ini"
3) After saving the edited file, "ATTRIB C:\BOOT.INI +h +s +r"


Bruce Chambers
--
Help us help you:



You can have peace. Or you can have freedom. Don't ever count on
having both at once. - RAH


icondog said:
Unable to locate Boot.ini on W2k test server. View has been changed
to display system files. Search boot.ini, boot.* & *.ini does not
provide location. System is Win2K server SP4 Dell PE700 with serial
ATA.
 
There is a difference between system partition and %systemdrive%

The system partition is the primary active partition where the files
required to start the OS reside. (home for ntldr, ntdetect.com, boot.ini,
and possibly others)

The %systemdrive% variable points the root of the drive where the
%systemroot% was installed to.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


:
Well not really. It will ALWAYS be found where in the Registry this key's
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup value
BootDir data points to. Yes that it is 9 times out of 10 on the root of the
Operating System the %SystemDrive% but not always. Note the value for
BootDir is not an evironment variable.
 

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

Back
Top