I switched from slack-12.1 default huge-smp kernel to a generic-2.6.27.7 from slackware-current. That changed my /dev/hda to /dev/sda.
so after a couple of reboots from slack-install cd that was fixed, but it still tries to mount /dev/hda3
and more interestingly it tries to mount it to /mnt
but passing parameter "root=/dev/sda3 ro" it boots ok (3 is my root partition)
fstab looks like this:
Code:
/dev/sda2 swap swap defaults 0 0
/dev/sda3 / ext3 defaults 1 1
and lilo.conf like this:
Code:
boot = /dev/sda
compact # faster, but won't work on all systems.
bitmap = /boot/slack.bmp
bmp-colors = 255,0,255,0,255,0
bmp-table = 60,6,1,16
bmp-timer = 65,27,0,255
append="pci=noapic evt.default_utf8=0"
prompt
timeout = 50
vga = 773
image = /boot/vmlinuz.new
initrd = /boot/initrd.gz
root = /dev/sda3
label = slack.new.1
read-only
image = /boot/vmlinuz
root = /dev/sda3
label = slack
read-only
where could it be getting the hda3 from??