editing bootloader ini-file

  • Thread starter Thread starter oer
  • Start date Start date
O

oer

This is my current boot.ini file.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)Windows
[operating systems]
mult(0)disk(0)rdisk(1)partition(1)\windows="Microsoft WindowsXP
Professional"/fastdetect/NoExecute=Optin
c:\="Microsoft Windows"

How does I edit it in order to make it default to Win 98 instead of
WindowsXP?
 
default=c:\

And it will match the first C:\ in the list below (not of much import with 98 but you may have multiple options for NT). Take mine

[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="Microsoft Windows XP Professional" /fastdetect /sos /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional Bootlog" /fastdetect /bootlog /sos /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional Safe Mode" /fastdetect /safeboot:minimal

As the default matches three lines, the switches for the first match is used, /fastdetect /sos /NoExecute=OptIn

And change your timeout to 2 secs. That is plenty of time to hit a key.
 
"David Candy" <.> skrev i melding

default=c:\

And it will match the first C:\ in the list below (not of much import with
98 but you may have multiple options for NT). Take mine

[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="Microsoft Windows XP
Professional" /fastdetect /sos /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional Bootlog" /fastdetect /bootlog /sos /NoExecute=OptIn
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Professional Safe Mode" /fastdetect /safeboot:minimal

As the default matches three lines, the switches for the first match is
used, /fastdetect /sos /NoExecute=OptIn

And change your timeout to 2 secs. That is plenty of time to hit a key.
 

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