Michael Wardreau wrote:
> On Wed, 19 Mar 2008 16:55:38 -0700, Andy <1@2.3> wrote:
>
>> If you want to make the 8GB drive bootable, boot from a Windows 98
>> floppy, run fdisk, and make the primary partition active. Then execute
>> sys c: to make the disk bootable.
>> Msdos.sys on the 1.6GB drive contains the information for launching
>> Windows 98, which has to be copied to the 8GB drive and modified. The
>> drive letter of the 8GB drive will change, and probably cause problems
>> with the running of the Windows 98 installation.
>>
>> On Wed, 19 Mar 2008 23:08:35 GMT, Michael Wardreau
>> <(E-Mail Removed)> wrote:
>>
>>> I've inherited an old Win98 macine that has 2 hard drives in it, onc
>>> clicking very loud on boot up
>>>
> Thaks for the responses. the 'puter is really old. The BIOS
> copyright date is 1984 - 1998. There's no point in doing anything
> with the computer. The boot is just puzzling.
>
> I'm helping to diagnose problems on another computer from a frien and
> I took his 40-Gb drive out, put the jumper ob Master and put it in
> this strage computer. The BIOS reported no hard drive. Going into
> setup the drive showed up but nothing is filled in with cyl, trks,
> etc.
>
> I've got a ton of boot diags including Acronis, but I really am not
> wanting to revive the coputer; I'm just curious as to why the BIOS
> won't boot unless the 1.6 drive has nothing on it is configured as
> Master.
>
> There's some logic to it but I thow I'd throw it out here. I'll play
> tomorrow but it's cold as a polar cap in the garage attic. I can't
> play in the house.
>
I think there are some hidden boot files on the old master drive.
The master is drive c, and the slave drive d, so even if you
swap drives, its not going to work, because the software was configured
for running from drive d.
If you leave the old drive as slave, and get any working drive for c,
you can copy the hidden root files from the old c to the new c, and use
fdisk to make the new c bootable(fdisk /mbr).
Check the contents of msdos.sys on the old c, it contains the boot
target drive, see below for mine.
If those first 3 lines indeed point to D:,you can make it boot again.
MSDOS.sys is just a text file, and you can edit it accordingly
You can copy things below, and make a new one, but beware of the WinVer
line, its better to use the old sys file.
[Paths]
WinDir=C:\WINDOWS
WinBootDir=C:\WINDOWS
HostWinBootDrv=C
[Options]
BootMulti=1
BootGUI=1
DoubleBuffer=1
AutoScan=1
WinVer=4.10.2222
;
;The following lines are required for compatibility with other programs.
;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
|