Sorry to hear of your trouble with my favourite distro:

Quote Originally Posted by b0rka7a View Post
I installed SuSE It's also based on Slackware and it's also user-friendly
There is an old saying: 'Slackware is actually very user friendly, it is just very picky about who it makes friends with'.

I have your setup in reverse, I have Slackware on hda1 and Feisty on hda3 with the following lilo.conf:

Code:
# Default boot is Slackware 12:
image = /boot/vmlinuz-generic-smp-2.6.21.5-smp
  initrd = /boot/initrd.gz
  root = /dev/hda1
  label = Slackware
  read-only 
# Secondary boot is Ubuntu Feisty:
other = /dev/hda3
  label = Feisty
  table = /dev/hda
This is the Lilo version of chainloading where Feisty is selected by Lilo but loaded by Grub, which I installed in hda3 rather than the MBR. Or in Grub-speak: (hd0,2).

Just another way of doing things

Andrew