> The problem is really simple, looking at your config > > > image=/boot/vmlinuz > > label=Mandrake > > root=/dev/hda1 > > initrd=/boot/initrd.img > > append="devfs=mount hdc=ide-scsi hdd=ide-scsi" > > read-only > > so /boot/vmlinuz is the Mandrake kernel, got it. > > > image=/boot/vmlinuz # Actually /vmlinux but I made a symlink. > > label=Debian > > root=/dev/hda7 > > append="hdc=ide-scsi hdd=ide-scsi" > > read-only > > Keep in mind that a fundamental difference between lilo and grub > is that lilo resolves locations of kernel images when you run the > lilo command. OTOH, grub resolves everything at run time.
That's it! I was expecting that /boot/vmlinuz would get resolved at boot time and would be relative to the root=/dev/hdaX entries. With this piece of the puzzle, and all the other suggestions people have given me, I should be able to get it working. Since I'm pretty close to having lilo figured out, I'll stick with it for now and try grub some other time. Thanks, Dexter _______________________________________________ Eug-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
