Discussion:
boot.ini
(too old to reply)
v***@at.BioStrategist.dot.dot.com
2023-06-06 13:00:14 UTC
Permalink
What if I want dos to be default

do I put (in C:\boot.ini)
default=multi(0)disk(0)rdisk(0)partition(0)C:\DOS
or
default=C:\DOS

eg boot.ini:

timeout=30
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
C:\DOS\;
--
Vasos Panagiotopoulos panix.com/~vjp2/vasos.htm
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
Kerr-Mudd, John
2023-06-06 21:07:29 UTC
Permalink
On Tue, 6 Jun 2023 13:00:14 -0000 (UTC)
Post by v***@at.BioStrategist.dot.dot.com
What if I want dos to be default
do I put (in C:\boot.ini)
default=multi(0)disk(0)rdisk(0)partition(0)C:\DOS
or
default=C:\DOS
That one; I'd say.
Post by v***@at.BioStrategist.dot.dot.com
timeout=30
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
C:\DOS\;
Here's a boot.ini from 2000; different bootsectors were required

[boot loader]
timeout=5
default=c:\bootsect.w40
[Operating Systems]
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Windows NT Server Version 4.00"
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Windows NT Server Version 4.00
[VGA mode]" /basevideo /sos

C:\bootsect.w40="Microsoft Windows" /win95
c:\bootsect.dos="MS DOS" /win95dos
--
Bah, and indeed Humbug.
v***@at.BioStrategist.dot.dot.com
2023-06-15 19:10:13 UTC
Permalink
In <***@127.0.0.1> by Kerr-Mudd, John <***@127.0.0.1> on Tue, 06 Jun 2023 17:07:29 we perused:
*+-On Tue, 6 Jun 2023 13:00:14 -0000 (UTC)

*+-> default=C:\DOS
*+-
*+-That one; I'd say.

Many thanks
--
Vasos Panagiotopoulos panix.com/~vjp2/vasos.htm
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
v***@at.BioStrategist.dot.dot.com
2023-06-18 19:45:11 UTC
Permalink
Worked perfectly
Thanks again
--
Vasos Panagiotopoulos panix.com/~vjp2/vasos.htm
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
JJ
2023-06-06 21:13:00 UTC
Permalink
On Tue, 6 Jun 2023 13:00:14 -0000 (UTC),
Post by v***@at.BioStrategist.dot.dot.com
What if I want dos to be default
do I put (in C:\boot.ini)
default=multi(0)disk(0)rdisk(0)partition(0)C:\DOS
or
default=C:\DOS
timeout=30
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
C:\DOS\;
If the menu entry is like this:

multi(0)disk(0)rdisk(1)partition(1)\DOS="MS-DOS 6.22" /w95dos

The value for the `default`, would be the key name of the menu entry. i.e.
the boot path. The one before the `=` character. So it should be:

default=multi(0)disk(0)rdisk(1)partition(1)\DOS
Loading...