Well I'm posting this on the 40GB drive (this is good) the mbr copy didn't end up working for me :\ i got a screen that said something like:
L 99 99 99 99 99 99 99 99 99 99 99 99 99 99
99 99 99 99 99 99 99 99 99 99 99 99 99 99
99 99 99 99 99 99 99 99 99 99 99 99 99 99
99 99 99 99 99 99 99 99 99 99 99 99 99 99
99 99 99 99 99 99 99 99 99 99 99 99 99 99
99 99 99 99 99 99 99 99 99 99 99 99 99 99
99 99 99 99 99 99 99 99 99 99 99 99 99 99
and so on, I ended up booting from the Slackware DVD and mounted my root parition, chrooted into it and ran lilo again
Other than that, everything works great! Thank you very much for the help
(in case anyone has this problem, this is what i did)
Boot from a Slackware CD/DVD and get to the prompt as root
Code:
mount /dev/hdc /mnt/ # mounted my CDROM which was on hdc
mount /dev/hdd1 /root # because root is empty and hdd1 is my drive (parition 1)
chroot /root /bin/bash # makes /root my new / did this in hopes lilo wouldn't get confused
/sbin/lilo # got a /proc error and one other, but said added Slack* which is my kernel name.
rebooted only to see my red lilo boot screen and it loaded the kernel just fine
I did remove the 80GB completely and moved the 40GB into the spot where the 80 was as to make sure it was /dev/hdd just to clearify.