Thanks immensely for your reply. I suspected that my error was in something kinda simple such as not actually having the kernal source in place to begin with. I've since read the guide you directed me to and many others and a logical path is slowly building in my head 8). I think I've got everything in place now such as editing lilo correctly, issueing the correct commands and so on.
My remaining problem however is now that after rebooting the system, lilo will begin loading the kernel but then after the lilo screen I have nothing but a blank monitor and there appears to be no disk activity what so ever. Rather than the parameters I've specified in menuconfig, I'm assuming that vmlinuz is pointing in the wrong direction as I cannot boot the old kernel which was working fine. I don't know though, I am but a noob. I've included the contents of the lilo.conf that i have written to a floppy and attempted to boot with.
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/fd0
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# DOS bootable partition config begins
other = /dev/hda1
label = Wins
table = /dev/hda
# DOS bootable partition config ends
# New Linux bootable partition config begins
image = /vmlinuz
root = /dev/hda9
label = Linux
read-only
# New Linux bootable partition config ends
# Old Linux bootable partition config begins
image = /vmlinuz.old
root = /dev/hda9
label = Linux.old
read-only
# Old Linux bootable partition config ends
Also I am still able to boot this installation with my old lilo diskthe only differences with this config being that the image names point to /boot/vmlinuz & /boot/vmlinuz.old. I had the same results trying to boot a previous cutom kernel build with this lilo disk although the original installs (vmlinuz.old) boots fine.
Lastly as a reference to what I am actually doing here, on my previous attempt I followed the guide to compiling a custom kernel within the 'Official Guide To Slackware Linux' book which can be found at slackware.com. Any further help is greatly appreciated and if I can provide any more information just tell me so. Thanks
