Boot.ini

  • Thread starter Thread starter Andre De Clercq
  • Start date Start date
A

Andre De Clercq

I have 2 stable XPSP2 computers. When running Msconfig, I have the boot.ini
tab missing on one of them. Is there any setting causing this difference?
 
Thanks Wes. Boot.ini window opens when stert>run> c:\boot.ini. I can also
find boot.ini in C:\ as a file. I didn't do the reg change. Would this bring
it back into the Msconfig window? I would like
to get a bootlog file which aparently can only be initiated under the
boot.ini tab in Msconfig.
 
Andre,

Did you look at >>

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig

There should *not* be a value named Boot.ini in the right hand pane.

All I have is (Default) REG_SZ (value not set)

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
In the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig I have
REG_SZ (value not set). In the subfolders under MSconfig in the registry I
have "special permissions" checked when I check for "permissions". Is this
normal?
 
Hi Andre,

All I know about the boot.ini tab missing from msconfig is what Ramesh had
on the link I posted.

There are two other ways to get bootlogging.
1. Start in the Windows Advanced Options Menu and select Enable Boot
Logging.

a. (Re)start your computer.
b. When the machine first starts again it will generally list some
equipment that is installed in your machine, amount of memory, hard
drives installed etc. At this point you should gently tap the F8 key
repeatedly until you are presented with a Windows XP Advanced Options
menu.
c. Use the up and down arrow keys to move the highlight to Enable Boot
Logging, when you see the following menu and hit Enter...
----------

Windows Advanced Options Menu
Please select an option:

Safe Mode
Safe Mode with Networking
Safe Mode with Command Prompt

Enable Boot Logging
Enable VGA Mode
Last Known Good Configuration (your most recent setting that worked)
Directory Services Restore Mode (Windows domain controllers only)
Debugging Mode

Start Windows Normally
Reboot
Return to OS Choices Menu

Use the up and down arrow keys to move the highlight to your choice.
----------

2. Edit the boot.ini.
a. Add the /bootlog switch.

HOW TO: Edit the Boot.ini File in Windows XP
http://support.microsoft.com/?kbid=289022

The Purpose of the Boot.ini File in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;314081

Safe-Mode Boot Switches for Windows Boot.ini File
http://support.microsoft.com/default.aspx?scid=kb;en-us;239780

For example, my boot.ini...

[boot loader]
timeout=5
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 /sos /NoExecute=OptIn

For example, my boot.ini with the /bootlog switch...

[boot loader]
timeout=5
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 /sos /bootlog /NoExecute=OptIn
-----

/bootlog = Enables boot logging to a file called %systemroot%\Ntbtlog.txt.

C:\WINDOWS\Ntbtlog.txt

/BOOTLOG - This option tells Windows XP to log everything it does during the
boot process to the c:\windows\ntbtlog.txt file. This can be useful for
diagnosing startup problems by seeing exactly where the boot process is
hanging.

Note
[[In safe mode, new boot log entries are appended to the existing
Ntbtlog.txt file.]]

Boot Logging
http://www.microsoft.com/resources/...windows/xp/all/reskit/en-us/prmb_tol_rpsc.asp

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
Thank you very much Wes.

Wesley Vogel said:
Hi Andre,

All I know about the boot.ini tab missing from msconfig is what Ramesh had
on the link I posted.

There are two other ways to get bootlogging.
1. Start in the Windows Advanced Options Menu and select Enable Boot
Logging.

a. (Re)start your computer.
b. When the machine first starts again it will generally list some
equipment that is installed in your machine, amount of memory, hard
drives installed etc. At this point you should gently tap the F8 key
repeatedly until you are presented with a Windows XP Advanced Options
menu.
c. Use the up and down arrow keys to move the highlight to Enable Boot
Logging, when you see the following menu and hit Enter...
----------

Windows Advanced Options Menu
Please select an option:

Safe Mode
Safe Mode with Networking
Safe Mode with Command Prompt

Enable Boot Logging
Enable VGA Mode
Last Known Good Configuration (your most recent setting that worked)
Directory Services Restore Mode (Windows domain controllers only)
Debugging Mode

Start Windows Normally
Reboot
Return to OS Choices Menu

Use the up and down arrow keys to move the highlight to your choice.
----------

2. Edit the boot.ini.
a. Add the /bootlog switch.

HOW TO: Edit the Boot.ini File in Windows XP
http://support.microsoft.com/?kbid=289022

The Purpose of the Boot.ini File in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;314081

Safe-Mode Boot Switches for Windows Boot.ini File
http://support.microsoft.com/default.aspx?scid=kb;en-us;239780

For example, my boot.ini...

[boot loader]
timeout=5
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 /sos /NoExecute=OptIn

For example, my boot.ini with the /bootlog switch...

[boot loader]
timeout=5
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 /sos /bootlog /NoExecute=OptIn
-----

/bootlog = Enables boot logging to a file called %systemroot%\Ntbtlog.txt.

C:\WINDOWS\Ntbtlog.txt

/BOOTLOG - This option tells Windows XP to log everything it does during
the
boot process to the c:\windows\ntbtlog.txt file. This can be useful for
diagnosing startup problems by seeing exactly where the boot process is
hanging.

Note
[[In safe mode, new boot log entries are appended to the existing
Ntbtlog.txt file.]]

Boot Logging
http://www.microsoft.com/resources/...windows/xp/all/reskit/en-us/prmb_tol_rpsc.asp

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
Andre De Clercq said:
In the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig I
have
REG_SZ (value not set). In the subfolders under MSconfig in the registry
I
have "special permissions" checked when I check for "permissions". Is
this normal?
 

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