Questions tagged [boot]
Bootstrapping (booting) process, utilities and customisation.
90 questions
5
votes
2
answers
686
views
Linux hangs at boot with `invalid opcode: 0000 [#1] SMP` on Pentium II Mendocino [closed]
Linux 5.10 (Devuan 4) on a Slot 1 Celeron Mendocino was hanging at boot with Kernel panic - not syncing: Attempted to kill the idle task!. The boot log (directed to the serial port so it didn't ...
1
vote
0
answers
391
views
What do these errors mean in Windows XP Professional? [closed]
I have an old PC with Windows XP Professional installed.
It was working normally.
The PC is connected to a Biesse machine (model Rover A3.30 manufactured in 2007).
This machine is operated by software ...
6
votes
0
answers
174
views
Did the CDC 7600 have a 'deadstart switch panel' like the 6600?
The CDC 6600 had a panel of 12 rows of 12 switches which was used to start the machine. A 12-word program for Peripheral Processor 0 (PP0) could be set up on the switches and loaded into PP0 memory, ...
25
votes
5
answers
4k
views
How plausible is this anecdote about "toggling in" an operating system?
The parody essay Real Programmers Don't Use Pascal (1983) states:
What kind of tools does a Real Programmer use? In theory, a Real Programmer could run his programs by keying them into the front ...
11
votes
2
answers
1k
views
How does NTLDR determine which partition it was booted from? Which versions require the partition number to be passed in the DH register?
The GRUB4DOS README says that the boot partition number must be passed to NTLDR (Windows NT--2000--XP bootloader file) in register DH, in addition to the BIOS boot disk drive number in DL.
However, ...
5
votes
1
answer
325
views
Bad blocks... or SCSI termination issue on Amiga 2000?
I have my Amiga 2000 system set up with about 3 SCSI drives and a SCSI scanner.
The system was having trouble booting. I disconnected the scanner and the system now boots, but one HD is showing bad ...
4
votes
3
answers
512
views
Differentiating between Windows 98 boot menu selections
The bootloader of Windows 98 (if configured so via msdos.sys) can display a boot menu after io.sys is loaded, but before config.sys is processed. The bootloader can even chainload another version of ...
4
votes
1
answer
359
views
Which PDP-8 boot process variations did exist?
There's a general boot process for PDP-8, described in many documents at bitsavers.org. That includes first manually entering RIM bootloader through a control panel, running it to load BIN loader from ...
4
votes
2
answers
356
views
Best practices for an installer updating CONFIG.SYS and AUTOEXEC.BAT
Installers for DOS applications, particularly ones which interface with particular hardware or provide networking services, often have to add lines to CONFIG.SYS and/or AUTOEXEC.BAT. Obviously there's ...
16
votes
1
answer
5k
views
Why does MS-DOS 6.22 boot so slowly?
I'm running MS-DOS 6.22 and other versions of MS-DOS in qemu-system-i386, and I've noticed that MS-DOS 6.22 boots very slowly: several seconds. Why is it, and how can it be fixed?
Some more info:
...
10
votes
1
answer
1k
views
What is this FreeDOS kernel loader found on the “W3x4NTFS” disk image?
I've found an io.sys file which looks like an uncompressed FreeDOS kernel (kernel.sys), prefixed with a 4048-byte loader starting with MZ, containing the following ASCII strings:
Disk read error.
...
7
votes
1
answer
1k
views
Why does the MS-DOS 4.0 and 6.22 boot sector change the disk parameter table?
I'm talking about this piece of code (see also full MSBOOT.ASM file), present in both MS-DOS 4.0 and 6.22:
; mov byte ptr [di-2], 1 ;AN000; Head settle time
;J.K. Change the head settle to 15 ...
12
votes
1
answer
881
views
Triple-booting Windows NT 4.x/5.x, Windows 9x, and MS-DOS using NTLDR
I was pretty sure booting a non-NT OS (DOS, Windows 9x, and even Linux) via NTLDR was as simple as just extracting the boot sector (the VBR) into c:\bootsect.dos and declaring something like this in c:...
2
votes
1
answer
443
views
How to fix old PC with black screen, POST code 00h, and no beeps after CMOS battery replacement and BIOS flash?
I’m facing a serious issue with my old PC featuring an APC Raptor AT-11/04/03 motherboard and AMIBIOS from American Megatrends (1997). I was getting a "low CMOS battery" error, so I soldered ...
11
votes
3
answers
2k
views
Boot sector code which can boot both MS-DOS and PC DOS
Has there been boot sector code (either as binary or assembly source) released, which can boot MS-DOS and PC DOS, by autodetecting the files found in the root directory of the FAT12 or FAT16 ...