Computing.Net > Forums > Windows 3.1 > network, booting, empty config.sys

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

network, booting, empty config.sys

Reply to Message Icon

Name: manuel
Date: August 29, 2003 at 14:47:02 Pacific
OS: windows3.11
CPU/Ram: 386/4mb
Comment:

I installed windows 3.11 for workgroups in a 386 based system, 4 Mb ram, 47 mb HD (Seagate) and dm9008f network card. I made the installation on a preformatted hard drive and already created a dos logical partition. The only thing I used for this was a 6.22 dos boot disk (to format and fdisk) then installed w3.11fwg (always booting from the floppy). I did this in order to share my internet connection with other computer running under windows me. The problem is that when I try to boot (after “configure” the network in windows 3.11 and execute SYS C:) this message appears:
”missing HIMEM.SYS; Make sure that the file is on your windows directory and that its location is correctly specified in your config.sys file” ¿?.....i opened the config.sys in the windows directory an it is empty…can anybody tellme how to edit this file to make it work fine?? I did something wrong when installed OS just with the bootdisk?? There are some missing file to make it boot fine??.... if someone have any suggestion to solve the network configuration problem, the booting and config.sys problem or internet sharing connection, whatever, i`ll really appreciate!!! Thanks a lot…Manuel Vera from Venezuela.



Sponsored Link
Ads by Google

Response Number 1
Name: SkipCox
Date: August 29, 2003 at 16:16:30 Pacific
Reply:

Manuel,

If you did not install MS-DOS you need to do so. You'll likely have to reinstall 3.11 afterward.

Let us know.

Skip


0

Response Number 2
Name: Mick C
Date: August 30, 2003 at 05:43:18 Pacific
Reply:

Unlike Windows 95 and beyond, Windows 3x does not intall its own boot loader. Its needs MS-DOS (or other DOS) to be installed first.

As a bare minimum you can get away with the 3 basic DOS files IO.SYS, MSDOS.SYS & COMMAND.COM along with AUTOEXEC.BAT & CONFIG.SYS

Insert your 6.22 bootdisk and start your computer. At the A: prompt type SYS C: and press ENTER. Your harddrive should now boot OK with Windows remaining intact.

You need to create Autoexec.Bat & Config.Sys files in the root directory as MS-DOS does not look into C:\Windows to find the startup files.

Bare Minimum entries for files should be:

[config.sys]

DEVICE=C:\WINDOWS\HIMEM.SYS

[autoexec.bat]

@ECHO OFF
PATH C:\;C:\WINDOWS
SET TEMP=C:\TEMP
WIN

Notes

Config.Sys will look for the Windows version of Himem.Sys since you have not installed C:\DOS and the rest of the files.

you need to create an empty directory called C:\TEMP as well as this keeps any temporary files in one place to delete every now and then!

The last lint WIN will automaticly start Windows for you.

HTH



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 3.1 Forum Home


Sponsored links

Ads by Google


Results for: network, booting, empty config.sys

Config.sys & Autoexec.bat files......... www.computing.net/answers/windows-31/configsys-amp-autoexecbat-files/8669.html

AUTOEXEC.BAT and CONFIG.SYS files were changed to AUTO.FX and CONFIG.FX www.computing.net/answers/windows-31/autoexecbat-and-configsys-files-were-changed-to-autofx-and-configfx/1969.html

need config.sys file www.computing.net/answers/windows-31/need-configsys-file/2110.html