Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.msdos.programmer > #4258 > unrolled thread
| Started by | vjp2.at@at.BioStrategist.dot.dot.com |
|---|---|
| First post | 2023-06-06 13:00 +0000 |
| Last post | 2023-06-07 04:13 +0700 |
| Articles | 5 — 3 participants |
Back to article view | Back to comp.os.msdos.programmer
boot.ini vjp2.at@at.BioStrategist.dot.dot.com - 2023-06-06 13:00 +0000
Re: boot.ini "Kerr-Mudd, John" <admin@127.0.0.1> - 2023-06-06 22:07 +0100
Re: boot.ini vjp2.at@at.BioStrategist.dot.dot.com - 2023-06-15 19:10 +0000
Re: boot.ini vjp2.at@at.BioStrategist.dot.dot.com - 2023-06-18 19:45 +0000
Re: boot.ini JJ <jj4public@outlook.com> - 2023-06-07 04:13 +0700
| From | vjp2.at@at.BioStrategist.dot.dot.com |
|---|---|
| Date | 2023-06-06 13:00 +0000 |
| Subject | boot.ini |
| Message-ID | <u5naku$fcr$2@reader1.panix.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
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.}---
[toc] | [next] | [standalone]
| From | "Kerr-Mudd, John" <admin@127.0.0.1> |
|---|---|
| Date | 2023-06-06 22:07 +0100 |
| Message-ID | <20230606220729.ec30dfef9adf26869b32c05d@127.0.0.1> |
| In reply to | #4258 |
On Tue, 6 Jun 2023 13:00:14 -0000 (UTC) vjp2.at@at.BioStrategist.dot.dot.com wrote: > 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. > 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\; > > 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.
[toc] | [prev] | [next] | [standalone]
| From | vjp2.at@at.BioStrategist.dot.dot.com |
|---|---|
| Date | 2023-06-15 19:10 +0000 |
| Message-ID | <u6fnml$l77$1@reader2.panix.com> |
| In reply to | #4259 |
In <20230606220729.ec30dfef9adf26869b32c05d@127.0.0.1> by Kerr-Mudd, John <admin@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.}---
[toc] | [prev] | [next] | [standalone]
| From | vjp2.at@at.BioStrategist.dot.dot.com |
|---|---|
| Date | 2023-06-18 19:45 +0000 |
| Message-ID | <u6nms7$lrj$2@reader2.panix.com> |
| In reply to | #4261 |
Worked perfectly
Thanks again
--
Vasos Panagiotopoulos panix.com/~vjp2/vasos.htm
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
[toc] | [prev] | [next] | [standalone]
| From | JJ <jj4public@outlook.com> |
|---|---|
| Date | 2023-06-07 04:13 +0700 |
| Message-ID | <vw2nbiqpc0kd$.4nf6iud5g9in.dlg@40tude.net> |
| In reply to | #4258 |
On Tue, 6 Jun 2023 13:00:14 -0000 (UTC), vjp2.at@at.BioStrategist.dot.dot.com wrote: > 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\; 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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.os.msdos.programmer
csiph-web