Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Win 3.1 won't boot  (Read 12617 times)

0 Members and 1 Guest are viewing this topic.

rodle

    Topic Starter


    Newbie

    Win 3.1 won't boot
    « on: June 14, 2010, 04:10:47 PM »
    I have a workstation that runs win 3.10. (it's for making cassette tape pancakes and the software will only run on 3.1)
    The battery went flat (lost the time etc.) and now it won't boot 3.1
    Dos loads OK and BIOS can be configured but right about when the splash screen for 3.1 would come up I get a flashing cursor in the top left of the screen. Keyboard is locked, mouse is inoperable.

    Does anyone have any ideas how I can fix this without re-installing 3.1?

    This box has of scsi cards (2) and specific software that will be a bear to re-install.

    Computer_Commando



      Hacker
    • Thanked: 494
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: Win 3.1 won't boot
    « Reply #1 on: June 14, 2010, 04:18:29 PM »
    Has any hardware changed or software installed prior to the start of this issue?  You never see the splash screen at all?  If you keep tapping F8 before Windows loads, one of the options lets you step through the config.sys & autoexec.bat.  It's probably something in the config.sys; that's where all the DOS drivers reside.  Flashing cursor & locked keyboard indicates a problem with one of them.

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: Win 3.1 won't boot
    « Reply #2 on: June 14, 2010, 04:24:50 PM »
    If you keep tapping F8 before Windows loads, one of the options lets you step through the config.sys & autoexec.bat.  It's probably something in the config.sys; that's where all the DOS drivers reside.  Flashing cursor & locked keyboard indicates a problem with one of them.


    Tapping F8 as windows before windows loads means your typing f8 at the prompt. typing it while windows loads does nothing.

    F8 while <DOS> loads (DOS 5 and higher) prompts for each line in Config.sys. Then it asks if you would like to step through autoexec.bat as well- if you say y, it does so. if you say n, it simply runs all the commands in autoexec.bat.

    F5 skips both altogether.

    however, skipping config.sys will mean that himem.sys will not be loaded, so windows 3.1 won't start in that instance either. however, if the starting of windows 3.1 is normally done "automatically" (with win in autoexec.bat) then you can use f5 to skip that and be able to edit it out of autoexec.bat. at that point, you can reboot and see if everything works <up> to loading windows. (for example, watch for error messages from the various drivers that load).

    In fact- post your config.sys, autoexec.bat, and C:\windows\system.ini files here.
    I was trying to dereference Null Pointers before it was cool.

    rodle

      Topic Starter


      Newbie

      Re: Win 3.1 won't boot
      « Reply #3 on: June 14, 2010, 04:41:04 PM »
      OK thanks for the replies.

      Everything works fine up to the loading of windows. I took the "win" line out of the autoexec.bat file and up to then it's ok.

      So it's my guess that dos is working ok it's the windows part that's the problem. I'll have a look at the system.ini file and post it if I can't figure out any problem. 

      Thanks again for your time.

      BC_Programmer


        Mastermind
      • Typing is no substitute for thinking.
      • Thanked: 1140
        • Yes
        • Yes
        • BC-Programming.com
      • Certifications: List
      • Computer: Specs
      • Experience: Beginner
      • OS: Windows 11
      Re: Win 3.1 won't boot
      « Reply #4 on: June 14, 2010, 04:42:49 PM »
      first thing I'd try is to change the video to standard VGA, via "setup"

      (change to the windows directory and run "setup.exe" from there (it might be mssetup, I can't remember). and that will allow you to change some of the setup options.
      I was trying to dereference Null Pointers before it was cool.

      MisterEvasion



        Greenhorn

        Thanked: 1
        Re: Win 3.1 won't boot
        « Reply #5 on: June 26, 2010, 01:29:42 AM »
        OK thanks for the replies.

        Everything works fine up to the loading of windows. I took the "win" line out of the autoexec.bat file and up to then it's ok.

        OK. The good thing is you have DOS working. With DOS you should be able to recover the problem. Someone mentioned changing the video to standard VGA and that is a good start. Video drivers can often be a problem with starting up windows and OS2 warp. When you run setup from the windows prompt, you can go through the whole thing without worrying about any major changes to your hard drive. I have a folder where I keep the setup files unexpanded in case they are needed as well. Windows 3.x systems are not as problematic for the casual power user as later operating systems are because the boots are far less complicated and you can with a little bit of experience easily understand what everything is doing during boot time.

        Automatic backups of your config.sys and autoexec.bat files have .001, .002, etc. extensions and you can examine these files using the
        edit command in DOS. Compare your current config.sys and autoexec.bat with these files.

        Do put your config.sys and autoexec.bat files here so we can see...

        Salmon Trout

        • Guest
        Re: Win 3.1 won't boot
        « Reply #6 on: July 03, 2010, 05:23:57 PM »