Need help installing pup on old IBM laptop(solved)

Booting, installing, newbie
Message
Author
User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#106 Post by pelokwin »

I was also seeing double :shock: alright so I just wanted to give you some more info befor I started putting the new grub file in. when I first try and boot puppy from the HD I get a msg. that says--
EMM386 successfully installed.
Expanded memory services unavailable.
Largest upper memory available.............122kb
Largest upper memory Block available.....95kb
upper memory starting address..............c800 h
EMM386 active.

um... mean anything to you? well i'm going to start so ,I HOPE, the next post is one word "WE GOT PUPPY ON THAT OLD IBM THINK PAD!!! ok mabey 8 words
I'm just a passing thought in this world

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#107 Post by pelokwin »

Tried to copy through dos and got "invalid path and I still can't boot windows to do it the other way
I'm just a passing thought in this world

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#108 Post by Sit Heel Speak »

The "/v" switch which I added makes EMM386 display the messages ("v" stands for "verbose"). The messages tell us that EMM386 has successfully loaded. The "Expanded memory services unavailable" part means that we specified NOEMS in the command line, just as you were doing before--in other words, EMM386 is managing memory through the Microsoft "extended memory specification" method rather than the older Microsoft "expanded memory specification" method, which was a 286-era kludge. EMM386 is running fine.

Try the "reboot-and-tap-F8" routine and choose Safe Mode. Tell me if that brings up Win 95 (in 640 x 480 VGA mode).

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#109 Post by pelokwin »

no it went to a comand prompt the page looks like this
windows start up menu
1 normal
2 logged (\bootlog txt)
3 safe mode
(this is what i picked
4 safe mode with network support
5 step by step config.
6 comand prompt
7 safe mode comand prompt

enter a choice _
windows is bypassing your start up files

HIEM is testing extended memory...done
C:\>
I'm just a passing thought in this world

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#110 Post by Sit Heel Speak »

Issue these commands:

cd \windows
win /d:m

and tell me what happens.

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#111 Post by pelokwin »

I am in windows in safe mode
I'm just a passing thought in this world

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#112 Post by Sit Heel Speak »

(the forum is not letting me post long messages)

--We now know that Windows is functioning correctly. The problem now is somewhere in the config.sys and autoexec.bat changes I had you make.

Let's reverse some of those changes.

1. First, let's "remark out" the six lines below which I added to your c:\config.sys:

Start - Run - notepad c:\config.sys

and under the [COMMON] section put "rem " in front of them to make it look like this:

rem device=c:\windows\ifshlp.sys
rem device=c:\windows\command\ansi.sys
rem break=off
rem set tmp=c:\temp
rem set temp=c:\temp
rem shell=c:\command.com c:\ /p /e:512

(continued below)
Last edited by Sit Heel Speak on Fri 21 Apr 2006, 04:57, edited 1 time in total.

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#113 Post by Sit Heel Speak »

2. Now change the menu entry so instead of [WIN] it reads [WIN95]:

[menu]
menuitem=WIN95, Windows
menuitem=LINUX, Puppy Linux ver. 1.0.8r1
menudefault=WIN95,5

[LINUX]

[WIN95]

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#114 Post by Sit Heel Speak »

3. Now also rem out the switches= line so it reads

rem switches= /F /E

4. ...and finally, change

dos=high,umb,auto

back to

dos=high,umb

When you are done your config.sys should look like this:

[menu]
menuitem=WIN95, Windows
menuitem=LINUX, Puppy Linux ver. 1.0.8r1
menudefault=WIN95,5

[LINUX]

[WIN95]
device=c:\windows\cs4232c.exe /W

rem SystemSoft CardWorks(TM) PCMCIA drivers:
device=C:\CARDWORK\CARDXTND.SYS
devicehigh=C:\CARDWORK\SSCIRRUS.EXE
devicehigh=C:\CARDWORK\SSCBTI.SYS
devicehigh=C:\CARDWORK\CS.SYS /POLL:1
device=C:\CARDWORK\CSALLOC.EXE
devicehigh=C:\CARDWORK\ATADRV.EXE
devicehigh=C:\CARDWORK\CARDID.SYS

[COMMON]
rem switches= /F /E
dos=high,umb
device=c:\windows\himem.sys /testmem:off /v
device=c:\windows\emm386.exe NOEMS 128 x=D000-D7FF /y=c:\windows\emm386.exe /v
rem the above is a single line from "device=" to "/v"
rem device=c:\windows\ifshlp.sys
rem device=c:\windows\command\ansi.sys
rem break=off
rem set tmp=c:\temp
rem set temp=c:\temp
rem shell=c:\command.com c:\ /p /e:512
rem DEVICEHIGH=c:\windows\COMMAND\DRVSPACE.SYS /MOVE

rem end of pelokwin's config.sys modified by Sit Heel Speak

Alt-File-Save c:\config.sys

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#115 Post by Sit Heel Speak »

5. Alt - File - Open c:\autoexec.bat and change the label

:WIN

to

:WIN95

and remove the

lh doskey

line.

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#116 Post by Sit Heel Speak »

When you are done it should look like this:

REM pelokwin's autoexec.bat modified by Sit Heel Speak Apr 19 2006
REM [start additions for Linux]
GOTO %CONFIG%

:LINUX
ECHO Welcome to the Pup Pelokwin
PAUSE
break on
C:\puppy\bootgrub\grub.exe --config-file=(hd0,0)/puppy/bootgrub/menu.lst
goto theend

:WIN95
REM [End additions for Linux]
@ECHO OFF
SET PATH=C:\WINDOWS;C:\WINDOWS\SYSTEM;C:\THINKPAD;C:\CARDWORK
C:\THINKPAD\PS2 HFILE C
C:\IBMAV95\IBMAVSH /F00

c:
cd\
win

:theend
rem end of pelokwin's c:\autoexec.bat modified by Sit Heel Speak

Make very sure that the PATH= line is exactly as above.

Alt - File - Save. Alt - File - Exit

and now reboot, and see if you can choose Windows from the menu, and have Win 95 come up normally. If so, first copy menu.lst to somewhere else, like the C:\ subdirectory, and then copy the new grub files over from your CD to your grub subdirectory on disk, then copy menu.lst back.

Then try booting Puppy.

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#117 Post by Sit Heel Speak »

End of compound message (I have private-messaged site administrator John Murga to ask about why I couldn't post it as a single reply --probably too long, of course).

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#118 Post by pelokwin »

no luck it still froze
I'm just a passing thought in this world

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#119 Post by Sit Heel Speak »

Try issuing

cd \windows
win

and see if it comes up in regular Windows 95.

If it does, then open an MS-DOS prompt window, and issue:

attrib c:\msdos.sys -r -h -s

and then Start - Run notepad c:\msdos.sys

and change the line

BootGUI=0

back to

BootGUI=1

Alt - File - Save, Alt - File - Exit,

then go back to the MS-DOS Prompt window and issue the command:

attrib c:\msdos.sys +r +h +s

...close the DOS window, reboot, and see if you now come up in regular Win 95.

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#120 Post by pelokwin »

I got in to windows and made the changes but it is still a no go
I'm just a passing thought in this world

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#121 Post by Sit Heel Speak »

Are you saying, it does not boot into regular Windows 95 now, but rather just puts you at a C:\> prompt?

If so,

issue the command

set

and tell me what it says. Then,

issue the command

mem /c /p

and tell me the list of loaded modules (just the uppercase names, not the numbers) at the top.

And then, try rebooting again. When you reboot this time, don't just warm-boot (Ctrl-Alt-Del) it, instead do a cold-reboot (use the poweroff button).

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#122 Post by pelokwin »

no it starts the boot log text and just frezzes the little light that tells you the comp. is working is lit an I saw no error msg.
I'm just a passing thought in this world

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#123 Post by pelokwin »

ok so I had an idea I tried to run puppy off the hd and when it did not work the comp. went straight to windows
I'm just a passing thought in this world

User avatar
pelokwin
Posts: 137
Joined: Fri 31 Mar 2006, 13:28
Location: New Jersey, U.S.A.

#124 Post by pelokwin »

should the grub application be in "archive" or "read only" format?
I'm just a passing thought in this world

User avatar
Sit Heel Speak
Posts: 2595
Joined: Fri 31 Mar 2006, 03:22
Location: downwind

#125 Post by Sit Heel Speak »

You mean, it freezes with the screen completely black, or are there some "last words" you can see in the boot log text?

If it freezes with the screen completely black, then

Reboot-and-tap-F8.

Bring Win 95 up in Safe Mode. Open an MS-DOS Prompt window and issue

set

and tell me what it says, and then

c:
cd\
type c:\msdos.sys | more

(the stick figure is the "pipe" character, shift-backslash (shift-"\"))

This will type c:\msdos.sys to your screen, one screen at a time.

I want to see all the lines in c:\msdos.sys down to ";The following lines are required..."

and any lines below the block of xxxxx's.

Post Reply