new boot selection option

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

Guest

recently in my boot menu, appeared a new selectable option, now i have my
Windows XP and a new thing called "(default...)"
how can i get rid of the second option?


The content of my boot.ini file :
[boot loader]
timeout=30
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional" /noexecute=optin /fastdetect

thanks
 
Hi,

You are missing an entry, this should be after the timeout line and before
the [operating systems]:

default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS

The message appears because the bootloader is not being told by boot.ini
what the default is.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Associate Expert - WindowsXP Expert Zone

Windows help - www.rickrogers.org
 
Back
Top