PC Review


Reply
Thread Tools Rate Thread

Can't find boot.ini (system boots ok, and yes I've enabled viewing ofhidden/system files)

 
 
Some Guy
Guest
Posts: n/a
 
      31st Oct 2005

I've got a Win-2K pro system with the following issues:

1) on bootup, I get the message
"invalid boot.ini file / Booting from c:\winnt\"

2) folder properties are set to show system and hidden files,
but a search for "boot.ini" on the entire drive (single
partition, single physical drive, NTFS) turns up no
boot.ini file anywhere.

3) the commands
"notepad c:\boot.ini" and "notepad c:\winnt\boot.ini"
ask me if I want to create a new file called "boot.ini"
(in other words, no boot.ini files exists in either location).

4) at a command prompt, the command "attrib -s -h -r boot.ini"
when executed in c:\ and c:\winnt\ return a "file not found"
error.

System boots and seems to operate normally anyways.

Tried to do a windows update, selected express (not custom) update,
but got a message that my IE settings are not right. IE was, however,
configured properly according to the instructions that were printed as
part of the error message.

Background Intelligent Transfer Service (BITS) wasn't running. I
started WMI service (it wasn't running, but that was probably my fault
because I tried to turn off as many services as possible at some point
in the past). I could then start BITS (set it to automatic).
Rebooted (still got missing boot.ini) and tried Windows Updates again,
and still got same message about IE not configured properly.

I'm not sure if these 2 problems are linked.

I know that the last time this system was able to experience a
complete Windows Updates session was probably in August - and I would
think that at that time WMI and BITS were not running (has this
changed for Win2K since then?)

And where is my boot.ini?
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Oct 2005

"Some Guy" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>
> I've got a Win-2K pro system with the following issues:
>
> 1) on bootup, I get the message
> "invalid boot.ini file / Booting from c:\winnt\"
>
> 2) folder properties are set to show system and hidden files,
> but a search for "boot.ini" on the entire drive (single
> partition, single physical drive, NTFS) turns up no
> boot.ini file anywhere.
>
> 3) the commands
> "notepad c:\boot.ini" and "notepad c:\winnt\boot.ini"
> ask me if I want to create a new file called "boot.ini"
> (in other words, no boot.ini files exists in either location).
>
> 4) at a command prompt, the command "attrib -s -h -r boot.ini"
> when executed in c:\ and c:\winnt\ return a "file not found"
> error.
>
> System boots and seems to operate normally anyways.
>
> Tried to do a windows update, selected express (not custom) update,
> but got a message that my IE settings are not right. IE was, however,
> configured properly according to the instructions that were printed as
> part of the error message.
>
> Background Intelligent Transfer Service (BITS) wasn't running. I
> started WMI service (it wasn't running, but that was probably my fault
> because I tried to turn off as many services as possible at some point
> in the past). I could then start BITS (set it to automatic).
> Rebooted (still got missing boot.ini) and tried Windows Updates again,
> and still got same message about IE not configured properly.
>
> I'm not sure if these 2 problems are linked.
>
> I know that the last time this system was able to experience a
> complete Windows Updates session was probably in August - and I would
> think that at that time WMI and BITS were not running (has this
> changed for Win2K since then?)
>
> And where is my boot.ini?


Your boot.ini file has obviously disappeared. Create a new one
with lines such as these:

[Boot Loader]
Timeout=3
Default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect


 
Reply With Quote
 
Some Guy
Guest
Posts: n/a
 
      31st Oct 2005
"Pegasus (MVP)" wrote:

> Your boot.ini file has obviously disappeared. Create a new one
> with lines such as these:
>
> [Boot Loader]
> Timeout=3
> Default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
> [Operating Systems]
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
> Professional" /fastdetect


Um, if this is a Win-2k machine, should I still have "XP" in the file?
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Oct 2005

"Some Guy" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> "Pegasus (MVP)" wrote:
>
> > Your boot.ini file has obviously disappeared. Create a new one
> > with lines such as these:
> >
> > [Boot Loader]
> > Timeout=3
> > Default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
> > [Operating Systems]
> > multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
> > Professional" /fastdetect

>
> Um, if this is a Win-2k machine, should I still have "XP" in the file?


The "XP" part is free text. You can make it "My beautiful little laundry"
if you're a movie buff.


 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      31st Oct 2005
Also change every instance of 'windows' to 'winnt'

--

Regards,

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


 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Oct 2005
Oops - missed that one. Thanks for mentioning it!


"Dave Patrick" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Also change every instance of 'windows' to 'winnt'
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>



 
Reply With Quote
 
Enkidu
Guest
Posts: n/a
 
      31st Oct 2005

I believe that if the Windows 2000 was installed as an
upgrade from NT, it may well be 'windows'. But in this case
he mentions 'winnt', so I'd assume that it was not in fact
an upgrade. Still, some people might wonder why they have
'windows' and not 'winnt'.....

Cheers,

Cliff

Pegasus (MVP) wrote:
> Oops - missed that one. Thanks for mentioning it!
>
> "Dave Patrick" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>
>>Also change every instance of 'windows' to 'winnt'
>>




--

Barzoomian the Martian - http://barzoomian.blogspot.com
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      31st Oct 2005
c:\winnt is the default for WinNT4 and Win2000.
c:\windows is the default for Win9x and WinXP.


"Enkidu" <(E-Mail Removed)> wrote in message
news:4365bfa5$(E-Mail Removed)...
>
> I believe that if the Windows 2000 was installed as an
> upgrade from NT, it may well be 'windows'. But in this case
> he mentions 'winnt', so I'd assume that it was not in fact
> an upgrade. Still, some people might wonder why they have
> 'windows' and not 'winnt'.....
>
> Cheers,
>
> Cliff
>
> Pegasus (MVP) wrote:
> > Oops - missed that one. Thanks for mentioning it!
> >
> > "Dave Patrick" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> >
> >>Also change every instance of 'windows' to 'winnt'
> >>

>
>
>
> --
>
> Barzoomian the Martian - http://barzoomian.blogspot.com



 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a
 
      31st Oct 2005
Hasn't ever been my experience.

--

Regards,

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

"Enkidu" wrote:
>
> I believe that if the Windows 2000 was installed as an upgrade from NT, it
> may well be 'windows'. But in this case he mentions 'winnt', so I'd assume
> that it was not in fact an upgrade. Still, some people might wonder why
> they have 'windows' and not 'winnt'.....
>
> Cheers,
>
> Cliff



 
Reply With Quote
 
=?Utf-8?B?Sm9zaHVhIEJvbHRvbg==?=
Guest
Posts: n/a
 
      1st Nov 2005
Unless you habitually change the folder name from install defaults those, as
Pegasus states, are the defaults by design.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Viewing System Files on NTFS Drive =?Utf-8?B?QmlsbDQz?= Windows XP General 7 19th Jun 2007 02:33 AM
Local system can't "see" some DLL files, but I can see them when viewing the system dir remotely jventresco@gmail.com Microsoft Windows 2000 Advanced Server 4 4th Nov 2005 03:16 AM
Dual Boot XP - Original XP OS lost all system files and won't boot - hal.dll not found spampow@comcast.net Windows XP Help 0 12th Oct 2005 01:10 AM
viewing files after system crash =?Utf-8?B?SmVubmlmZXI=?= Microsoft Outlook Installation 1 8th Sep 2005 04:05 AM
Help: cannot find boot.ini, then cannot find operating system wbutterfly Microsoft Windows 2000 Setup 1 17th Sep 2003 08:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:34 PM.