Re: boot.ini file missing - how do I recreate it?
Thanks Pegasus. I did what you said and found the option (3) that worked when
booting from the floppy.
I copied the A:\BOOT.INI file to C:\. System would still boot, but did not
reflect the changes I had made to the BOOT.INI file.
I did a search for any other boot.ini files and discovered a second one in
root of my D:\ (data) drive, along with NTLDR and NTDETECT.COM files. I now
realise that this is the file that was created or overwritten when I ran
BOOTCFG /REBUILD earlier.
Why is system insisting on locating and using these files on the D:\ drive
when, by rights, they should be on C:\, where my \WINDOWS folder is located?
Although sytem functions, I am worried that having them on the wrong drive
will lead to other problems.
(I unsuccessfully tried to run Norton Ghost previously, which was not at all
happy coping with morrored volumes and I have since uninstalled. I think this
is where it all started to go wrong...)
Thanks for your continued support.
"Pegasus (MVP)" wrote:
>
> "David B" <DavidB@discussions.microsoft.com> wrote in message
> news:8FC33E41-6323-4178-9E54-6259832A6986@microsoft.com...
> > When investigating our inability to boot from a mirrored system volume, it
> > came to light that our Server 2003 system did not have a boot.ini file.
> >
> > Going through Control Panel > System > Advanced > Startup & Recovery >
> > Settings, I am being given the option of writing a boot.ini file, but fear
> > it
> > is beyond my abilities.
> >
> > Is this a very complex file, or can I realistically create one - any
> > advice
> > would be gratefully received!
>
> I do not know why the tips provided by other respondents should
> not work on your server. Here is an alternative method to restart
> the server.
>
> 1. Format a floppy disk on a Win2000/XP PC.
> 2. Copy ntldr and ntdetect.com from your server CD to A:\
> 3. Use notepad.exe to create a:\boot.ini. It should contain
> these lines:
> [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="1 Microsoft Windows Server
> 2003" /fastdetect /NoExecute=OptIn
> multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="2 Microsoft Windows Server
> 2003" /fastdetect /NoExecute=OptIn
> multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="3 Microsoft Windows Server
> 2003" /fastdetect /NoExecute=OptIn
> multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="4 Microsoft Windows Server
> 2003" /fastdetect /NoExecute=OptIn
> multi(0)disk(0)rdisk(1)partition(2)\WINDOWS="5 Microsoft Windows Server
> 2003" /fastdetect /NoExecute=OptIn
> multi(0)disk(0)rdisk(1)partition(3)\WINDOWS="6 Microsoft Windows Server
> 2003" /fastdetect /NoExecute=OptIn
> 4. Boot the server with this boot diskette. Try one of the
> six options until you find out which one works.
> 5. When Windows is up and running, copy a:\boot.ini to
> c:\. Edit it and remove those lines from it that did not work.
>
>
>