>Well, I found out something: ftp from tsx-11.mit.edu, and not
>sunsite.unc.edu. Even though Sunsite says it is a mirror, it is not a
>timely one, and the boot disk stuff from Sunsite does not work with
>SLS 1.03.
>That is NOT to say I have been successful in installing SLS 1.03. I
>have a Dell 433 with only 4 MB RAM. I have /dev/hda1 set up as a DOS
>partition, and I do some work off of it, like NetWare 4.x admin stuff,
>etc. (some scanning from Windows using OmniPage 3.0).
OK that's alright
Quote:>When I try to set up a manual swap on /dev/hda2 I succeed (I set it up
>as mkswap /dev/hda2 8192), but the mke2fs -c /dev/hda2 gives me a
>problem: "pid 33not found."
Well you cannot make the same partition swap&extended file system.
Normally you would do something like (with fdisk from linux):
/dev/hda1 Dos partition (type 6)
/dev/hda2 Linux swap partition (type 82)
/dev/hda3 Linux root partition (type 83) (At least 15MB!)
/dev/hda4 Extended partition (type 5)
/dev/hda5 Logical partition within /dev/hda4
Then: REBOOT
mkswap -c /dev/hda2 <size> (In your case 8192)
swapon /dev/hda2
mke2fs -c /dev/hda3
mke2fs -c /dev/hda5
DO NOT mke2fs /dev/hda4!!!!!!!!!
then run: doinstall /dev/hda3 /dev/hda5 /usr
This will install the root (/) on /dev/hda3 and /usr on /dev/hda5
You should also check out the document install.info on the boot-disk,
this info corelates with the info above, but I guess the above is all you need.
When it's installed don't forget to put the line:
/dev/hda2 swap none
in the /etc/fstab file, this way the swap partition will be auto-mounted.
Quote:>when I attempt the install menu, trying to make a swap file on
>/dev/hda2 it seems to succeed, but I run out of memory immediately.
>The bootdisk never works, either way, and I am getting nowhere but to
>the land of the exalted frustrated!
Well this has to do that you're trying to make a user-partition on a swap
partition. Possibly you want to make a swap-FILE, but I've never done that,
for max-speed it's better to use a swap.partition.
Quote:>I would love to figure this one out. I am willing to redo my disk,
>and place the DOS partition on a second or third partition.
>Unfortunately I still need to run some SweatyDOS programs. What to do
>to get the install to succeed is much harder and the more important
>question I face. Help would be much appreciated.
We're on the net the help each other, good luck, don't give up on a great
system!
********************************************************************
* ing. Ronald Schalk *
* sectie COOS *
* Universitair Centrum Informatievoorziening (UCI) *
* Katholieke Universiteit Nijmegen (KUN) *
* TEL. : +31 80 617997 6525 GA NIJMEGEN *
* fax : +31 80 617979 Nederland *
********************************************************************
Happy Linuxing, Ronald