I was able to change the time provisions from 30 seconds to zero, but will this stop my computer from rebooting to the wrong OS (XP) whenever I have widows updates? Often in the morning, after receiving an auto update my computer reboots to the secondary XP choice. I'd like to remove the secondary OS which is actually the first option when asked to reboot the system. Here is the boot ini file:
[boot loader]
timeout=0
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
confusing post. Is it
multi(0)disk(0)rdisk(1)partition(1)
or
multi(0)disk(0)rdisk(0)partition(1) that is the problem?your default, which is for EVERY reboot is
default=multi(0)disk(0)rdisk(1)partition(1)If default=multi(0)disk(0)rdisk(1)partition(1) is the problem change the default to
default=multi(0)disk(0)rdisk(0)partition(1)
sorry for the confusion...I was running out the door and didn't have time to edit. Here is the situation: When I boot up my computer I'm given two identical XP choices. I manually have to boot to the second choice because it has all my files/programs etc. If the system boots itself it chooses the first choice which basically has zip. I want to be sure that I delete or edit the right command in the boot ini file which in my case should be the line that has rdisk (1) since that is the command the system defaults to correct? Thanks,
Bob
change it to this: [boot loader]
timeout=0
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" /noexecute=optin /fastdetect
Thank you for your patience and guidance...it worked like a charm!! Bob
Glad to help and thanks for posting back