VOGONS


Seagate Tools for DOS not loading

Topic actions

Reply 40 of 52, by DustyShinigami

User metadata
Rank Oldbie
Rank
Oldbie

Okay, my suspicions were confirmed correct. Because HDD D and E were messed up, particularly D as it was showing up twice in Windows, that's why the SeaGate Tools disc wasn't loading properly. However, I've since rescued the contents of the drives, reformatted them, put the files back, and everything is recognised correctly. The SeaGate Tools disc now loads up properly. 😁

OS: Windows 98 SE
CPU: Slot 1 Pentium III Coppermine 933MHz (SL448)
RAM: Kingston 256MB 133MHz
GPU: Nvidia 16MB Riva TNT/128MB Geforce 4 Ti 4200
Motherboard: ABit AB-BE6-II Intel 440BX
HDD: C, D - IDE 1, CD-ROM - IDE 2, E - IDE 3

Reply 41 of 52, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

That's good! 😁 How's your memory config?

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 42 of 52, by DustyShinigami

User metadata
Rank Oldbie
Rank
Oldbie
Harry Potter wrote on 2025-10-26, 14:06:

That's good! 😁 How's your memory config?

Thanks for the help, by the way. 😀

This is how it's looking. Still not much added yet, but hopefully I can put a bit more focus on configuring things and installing some games. 😀

The attachment IMG_5034.JPG is no longer available

OS: Windows 98 SE
CPU: Slot 1 Pentium III Coppermine 933MHz (SL448)
RAM: Kingston 256MB 133MHz
GPU: Nvidia 16MB Riva TNT/128MB Geforce 4 Ti 4200
Motherboard: ABit AB-BE6-II Intel 440BX
HDD: C, D - IDE 1, CD-ROM - IDE 2, E - IDE 3

Reply 43 of 52, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I ask you to try EMM386 and the tweaks I think I gave you. 😀

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 44 of 52, by DustyShinigami

User metadata
Rank Oldbie
Rank
Oldbie
Harry Potter wrote on 2025-10-26, 14:50:

I ask you to try EMM386 and the tweaks I think I gave you. 😀

Is EMM386 not enabled...? I was under the impression it was. I have C:\WINDOWS\COMMAND\EMM386.EXE ON and DEVICE=C:\WINDOW\HIMEM.SYS in my config.sys file. I still need to investigate why CuteMouse isn't working, too.

OS: Windows 98 SE
CPU: Slot 1 Pentium III Coppermine 933MHz (SL448)
RAM: Kingston 256MB 133MHz
GPU: Nvidia 16MB Riva TNT/128MB Geforce 4 Ti 4200
Motherboard: ABit AB-BE6-II Intel 440BX
HDD: C, D - IDE 1, CD-ROM - IDE 2, E - IDE 3

Reply 45 of 52, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

I think you need to specify "RAM" on EMM386's command line. 😀

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 46 of 52, by DustyShinigami

User metadata
Rank Oldbie
Rank
Oldbie
Harry Potter wrote on 2025-10-26, 15:02:

I think you need to specify "RAM" on EMM386's command line. 😀

I've never been quite sure what switch to add there. I've had it set to 4096 before.

OS: Windows 98 SE
CPU: Slot 1 Pentium III Coppermine 933MHz (SL448)
RAM: Kingston 256MB 133MHz
GPU: Nvidia 16MB Riva TNT/128MB Geforce 4 Ti 4200
Motherboard: ABit AB-BE6-II Intel 440BX
HDD: C, D - IDE 1, CD-ROM - IDE 2, E - IDE 3

Reply 47 of 52, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

If that doesn't work, try adding "DOS=HIGH,UMB" to your config.sys.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 48 of 52, by DustyShinigami

User metadata
Rank Oldbie
Rank
Oldbie

Yeah, that's there, too. 😀

OS: Windows 98 SE
CPU: Slot 1 Pentium III Coppermine 933MHz (SL448)
RAM: Kingston 256MB 133MHz
GPU: Nvidia 16MB Riva TNT/128MB Geforce 4 Ti 4200
Motherboard: ABit AB-BE6-II Intel 440BX
HDD: C, D - IDE 1, CD-ROM - IDE 2, E - IDE 3

Reply 49 of 52, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

When you type "MEM," does it show anything under Upper memory?

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 50 of 52, by DustyShinigami

User metadata
Rank Oldbie
Rank
Oldbie
Harry Potter wrote on 2025-10-26, 23:41:

When you type "MEM," does it show anything under Upper memory?

For some weird it's 0. I have DOS=High, UMB first, then HIMEM followed by EMM386.

The attachment IMG_5035.JPG is no longer available

OS: Windows 98 SE
CPU: Slot 1 Pentium III Coppermine 933MHz (SL448)
RAM: Kingston 256MB 133MHz
GPU: Nvidia 16MB Riva TNT/128MB Geforce 4 Ti 4200
Motherboard: ABit AB-BE6-II Intel 440BX
HDD: C, D - IDE 1, CD-ROM - IDE 2, E - IDE 3

Reply 51 of 52, by Harry Potter

User metadata
Rank Oldbie
Rank
Oldbie

Try typing MSD at the DOS prompt: it should show you the layout of your system's memory. To make sure it's not your or EMM386's error, try "I=B000-B7FF" on EMM386's command line. Also, I had a similar problem among others on a Win98SE tower before. I used QEMM's MANIFEST utility to help see why I wasn't getting any UMB memory and found 64k that was supposed to be free, and adding an include of the lower 32k into EMM386's command line got it to work. Using UMBPCI instead of EMM386 helped a lot more. It is a memory manager that uses the hardware to gain UMBs. You can find a link to it at https://dosprograms.info.tt/indexall.htm. Try it out, and see if it works on your system.

Joseph Rose, a.k.a. Harry Potter
Working magic in the computer community

Reply 52 of 52, by DustyShinigami

User metadata
Rank Oldbie
Rank
Oldbie
Harry Potter wrote on 2025-10-27, 23:27:

Try typing MSD at the DOS prompt: it should show you the layout of your system's memory. To make sure it's not your or EMM386's error, try "I=B000-B7FF" on EMM386's command line. Also, I had a similar problem among others on a Win98SE tower before. I used QEMM's MANIFEST utility to help see why I wasn't getting any UMB memory and found 64k that was supposed to be free, and adding an include of the lower 32k into EMM386's command line got it to work. Using UMBPCI instead of EMM386 helped a lot more. It is a memory manager that uses the hardware to gain UMBs. You can find a link to it at https://dosprograms.info.tt/indexall.htm. Try it out, and see if it works on your system.

Unfortunately ‘MSD’ doesn’t appear to be recognised in the command prompt. I tried adding I=B000-B7FF at the end, but it doesn’t appear to have done much. It’s still saying Upper is 0.

I’ll have to check out that memory manager

OS: Windows 98 SE
CPU: Slot 1 Pentium III Coppermine 933MHz (SL448)
RAM: Kingston 256MB 133MHz
GPU: Nvidia 16MB Riva TNT/128MB Geforce 4 Ti 4200
Motherboard: ABit AB-BE6-II Intel 440BX
HDD: C, D - IDE 1, CD-ROM - IDE 2, E - IDE 3