I've installed Mepis on my slave drive - hdb.
Root partition is on hdb1.
I've (tried) to configure lilo to point to the root partition of Mepis (hdb1) but I still cant get it to boot. I partially used info in the Mepis Grub conf file to setup lilo, but when it comes to booting Mepis I get this error:
Kernel panic: No init found. Try passing init= option to the kernel.
Here's my lilo config file.
Code:
# File generated by DrakX/drakboot
# WARNING: do not forget to run lilo after modifying this file
boot=/dev/hda
default="linux"
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount acpi=ht splash=silent"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda1
initrd=/boot/initrd.img
append="devfs=mount acpi=ht"
read-only
image=/boot/vmlinuz-2.6.3-7mdk
label="263-7"
root=/dev/hda1
initrd=/boot/initrd-2.6.3-7mdk.img
append="devfs=mount acpi=ht splash=silent"
read-only
image=/boot/vmlinuz-smp
label="linux-smp"
root=/dev/hda1
initrd=/boot/initrd-smp.img
append="devfs=mount acpi=ht splash=silent"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda1
initrd=/boot/initrd.img
append="failsafe acpi=ht devfs=nomount"
read-only
image=/boot/vmlinuz-2.6.7
label="Mepis"
root=/dev/hdb1
initrd=/boot/grub/initrd.mepis
read-only
Bit lost on what to do next - I can post any other necessary files if required.
Any help much appreciated.