I just installed slackware on an old pentium 1 based machine. It cannot boot off the cd and required the boot disks to get everything working.
Because we had a 60gb hard drive, I wanted to put /boot on a different partition than the rest of the system to ensure it was at the beginning of the HD.
When the installer gets to install Lilo, none of the possible install locations are successful. I am unsure if the different /boot is causing trouble here (I am used to grub), or if the installer even properly installed the kernel there.
I can boot into the system using mount=/dev/hda2 ro, as hda2 contains the system root, and it appears to have a /boot folder. If this is the case, it would definitely not be possible to boot the system.
Any suggestions as to where to go from here? Running /sbin/lilo yields the error
Code:
Warning: Parition 3 on /dev/hda is not marked active
Fatal: First Sector of /dev/hda2 doesn't have a valid boot signature
EDIT: I Fixed the bootloading Error - The Modprobe error remains
A second problem I am having is getting the network to work. I can successfully get the network going to using the boot floppies, install root disks, and network.dsk. However, the installed system does not appear to automatically load the proper module. Furthermore, when I try to run modprobe I get the following error:
Code:
modprobe: can't open dependencies file /lib/modules/2.4.32/modules.dep (No such file or directory
Investigating the directory, there is a /lib/modules/2.4.31 but not a /lib/modules/2.4.32
Any suggestions on either of these fronts would be greatly appreciated.