I think we may be getting somewhere, i did what you said, change root=/dev/hda1 to root=/dev/hda and rebooted...still gave me LI.
But then i changed the part that said boot=/dev/hda1 to boot=/dev/hda and Lilo started!!! I had 2 options slack (new) or linux (old) obviously i booted slack but while it was starting i got this error (crushed my hopes lol

):
ds: no socket drivers loaded! (<---- Dont know if that has something to do with it)
kernel panic:VFS: Unable to mount root fs on 03:00.
I have no clue what that means, i was hoping you could help me out?
*edit*
Just found this, maybe it can help?
Quote:
the boot device is described to the kernel in the form of a number. if you
look in the file $KERNEL_SOURCE/init/main.c you'll see a listing of these
numbers and the devices they represent; search for the variable
"root_dev_names". for example "/dev/hda" is 0x0300, "/dev/hda1" would be
0x0301, and so forth. nfs is actually 0x00ff. 0x0100 is ram0 so my assumption
is that 0x0101 is ram1.
did you enable ram disk support and initrd (under block devices) in your
kernel?
at the very end of compiling a kernel, the build system will usually tell you
what root device has been set as the default in the kernel. also, look in the
kernel's top-level "Makefile", search for the variable "ROOT_DEV". the
comments in the instructions above that variable tell you what you can do
with it.
smarter boot loaders (like lilo) will allow you to specify the root device
which it can then pass on to the kernel as it boots. consult your boot loader
documentation (i.e. lilo documentation) if that's what you're using. the
simple "linux loader" boot loader that i'm using which comes with my zflinux
system only knows how to tell the kernel that the disk is a ramdisk, ram0.
this is the only device that can be used with this bootloader and i don't
have any way to change it.
|
*edit #2*
Ok, i tried making it so root=/dev/hda1 but boot=/dev/hda. I tried booting slack again and i got a new error:
EXT2-fs: ide0(3,1): couldnt mount because of unsoported optional features (4)
kernel panic:VFS: Unable to mount root fs on
03:01. (note beore it was 03:00)
So now, should i put root= back to /dev/hda or /dev/hda1???