PC Review


Reply
Thread Tools Rate Thread

Boot Loader Problems

 
 
Wayne Wengert
Guest
Posts: n/a
 
      16th Feb 2007
I had boot loader set to allow me to choose either regular WinXP or Safe
Mode. Somehow I ended up with another entry for WinXP Installer. Based on a
response to an earlier post I deleted the line in the ini file for the
install option but now, I still get an option "Windows Default" (and it is
the default selection) which asks for the installation CD. I suspect I need
to change the "Default" line (see below) but Help and Googling have not made
clear exactly what I need there"
================= ini file ========================
[Boot Loader]
Timeout=10
Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Safe Mode"
/safeboot:minimal /sos /bootlog


 
Reply With Quote
 
 
 
 
Tim Judd
Guest
Posts: n/a
 
      16th Feb 2007
Wayne Wengert wrote:
> I had boot loader set to allow me to choose either regular WinXP or Safe
> Mode. Somehow I ended up with another entry for WinXP Installer. Based on a
> response to an earlier post I deleted the line in the ini file for the
> install option but now, I still get an option "Windows Default" (and it is
> the default selection) which asks for the installation CD. I suspect I need
> to change the "Default" line (see below) but Help and Googling have not made
> clear exactly what I need there"
> ================= ini file ========================
> [Boot Loader]
> Timeout=10
> Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
> [Operating Systems]
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
> Professional" /fastdetect /NoExecute=OptIn
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Safe Mode"
> /safeboot:minimal /sos /bootlog
>
>


Your .ini is misleading.

The ntldr won't have a way to distinguish between the first line
(Operating Systems) and the second, because they are both rooted in the
same directory.

Correcting your default line will probably only select the first entry,
and be unable to default to the second.

Why don't you use the safe mode everyone else does? F8 brings up a menu
and you can pick your safe mode there.

Change your default line to match what it is under the [Operating
Systems] up to (but excluding) the = marker.

try that. hth
 
Reply With Quote
 
Wayne Wengert
Guest
Posts: n/a
 
      16th Feb 2007
Tim;

Thanks for the response. How can I eliminate the boot loader completely? Can
I just delete the ini file?

Wayne

"Tim Judd" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Wayne Wengert wrote:
>> I had boot loader set to allow me to choose either regular WinXP or Safe
>> Mode. Somehow I ended up with another entry for WinXP Installer. Based on
>> a response to an earlier post I deleted the line in the ini file for the
>> install option but now, I still get an option "Windows Default" (and it
>> is the default selection) which asks for the installation CD. I suspect I
>> need to change the "Default" line (see below) but Help and Googling have
>> not made clear exactly what I need there"
>> ================= ini file ========================
>> [Boot Loader]
>> Timeout=10
>> Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
>> [Operating Systems]
>> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
>> Professional" /fastdetect /NoExecute=OptIn
>> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Safe Mode"
>> /safeboot:minimal /sos /bootlog

>
> Your .ini is misleading.
>
> The ntldr won't have a way to distinguish between the first line
> (Operating Systems) and the second, because they are both rooted in the
> same directory.
>
> Correcting your default line will probably only select the first entry,
> and be unable to default to the second.
>
> Why don't you use the safe mode everyone else does? F8 brings up a menu
> and you can pick your safe mode there.
>
> Change your default line to match what it is under the [Operating Systems]
> up to (but excluding) the = marker.
>
> try that. hth



 
Reply With Quote
 
Wesley Vogel
Guest
Posts: n/a
 
      16th Feb 2007
Try this...

Check All Boot Paths

Start | Run | Type: msconfig | Click OK |
Boot.ini tab | Check All Boot Paths button |
A dialog box will open detailing the location of any invalid operating
system locations | Confirm you want to remove the entry and reboot

[[Check All Boot Paths - This button will check the boot paths for all
operating systems listed in the BOOT.INI to ensure they point to a valid
operating system. ]]

Msconfig image
http://www.winnetmag.com/Files/16/20784/msconfig.gif

If there is only one you will get:
It appears that all BOOT.INI lines for Microsoft operating systems are OK.

A dialog box will open detailing the location of any invalid operating
system locations.

Similar to this...
-------------------
It appears that the following line in the BOOT.INI file does not refer to a
valid operating system:

"multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP
Professional " /fastdetect /NoExecute=OptIn"

Would you like to remove it from the BOOT.INI file?
-------------------

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:uYMT$(E-Mail Removed),
Wayne Wengert <(E-Mail Removed)> hunted and pecked:
> Tim;
>
> Thanks for the response. How can I eliminate the boot loader completely?
> Can I just delete the ini file?
>
> Wayne
>
> "Tim Judd" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Wayne Wengert wrote:
>>> I had boot loader set to allow me to choose either regular WinXP or Safe
>>> Mode. Somehow I ended up with another entry for WinXP Installer. Based
>>> on a response to an earlier post I deleted the line in the ini file for
>>> the install option but now, I still get an option "Windows Default"
>>> (and it is the default selection) which asks for the installation CD. I
>>> suspect I need to change the "Default" line (see below) but Help and
>>> Googling have not made clear exactly what I need there"
>>> ================= ini file ========================
>>> [Boot Loader]
>>> Timeout=10
>>> Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
>>> [Operating Systems]
>>> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
>>> Professional" /fastdetect /NoExecute=OptIn
>>> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows XP Safe Mode"
>>> /safeboot:minimal /sos /bootlog

>>
>> Your .ini is misleading.
>>
>> The ntldr won't have a way to distinguish between the first line
>> (Operating Systems) and the second, because they are both rooted in the
>> same directory.
>>
>> Correcting your default line will probably only select the first entry,
>> and be unable to default to the second.
>>
>> Why don't you use the safe mode everyone else does? F8 brings up a menu
>> and you can pick your safe mode there.
>>
>> Change your default line to match what it is under the [Operating
>> Systems] up to (but excluding) the = marker.
>>
>> try that. hth


 
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
Seriously, has anybody dual booted XP with Linux and had problems?Do you use GAG or Grub boot loader? RayLopez99 Windows XP General 53 6th Dec 2010 10:40 PM
Trick to speed up finding which key goes to the BIOS (can use boot.ini or OS's boot loader) jameshanley39@yahoo.co.uk Computer Hardware 8 4th Jan 2007 09:31 AM
dual boot with XP syntax error in boot loader device name for {ntldr} Thymej Windows Vista Installation 0 30th Aug 2006 09:19 AM
dual boot but lost vista boot loader Chinnasamy Arumugam Windows Vista Installation 3 23rd Jul 2006 11:24 AM
Boot Loader Problems David P. Donahue Windows XP Help 1 26th Sep 2005 05:18 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:42 AM.