I just finished installing Slackware 12. For some reason the installer didn't run liloconfig. After booting I tried to run liloconfig and it won't run just returns to the prompt.
I can boot using the install cdrom and entering:
hugesmp.s root=/dev/hda2 rdinit= ro
I tried installing lilo manually by creating a /etc/lilo.conf and running /sbin/lilo -M /dev/hda. I also set the /dev/hda2 partition active.
Now when I boot I get: "no boot signatures in partition"
fdisk -l: I installed slackware to /dev/hda2 and my hda3 is /home
Code:
Device Boot Start End Blocks Id System
/dev/hda1 1 125 1004031 82 Linux swap
/dev/hda2 * 126 2558 19543072+ 83 Linux
/dev/hda3 2559 3648 8755425 83 Linux
here is a copy of my /etc/lilo.conf:
Code:
boot = /dev/hda
#
map = /boot/.map
#
install = menu
menu-scheme=wm:rw:wm:Wm
menu-title=" Slackware 12 "
#
prompt
timeout=150
#
delay=30
#
read-only
image=/boot/vmlinuz
label=Slackware 12
append="reboot=warm"
root=/dev/hda2
Should "boot = /dev/hda" be "boot = /dev/hda2"?