On Thu, Feb 26, 2004 at 10:33:57PM +1300, Mahesh De Silva wrote: > I am trying to install pebble linux on a old laptop > (no cf card just a harddrive) (toshiba 4010cdt) > > I got dam small linux (dsl) on /dev/hda3 which boots > fine. I cp -r pebble.39.tgz (after unzipping) into > /dev/hda1/ > > lilo entry on dsl is > > boot=/dev/hda > > image=/boot/vmlinuz-2.4.22-xfs > label=DSL > root=/dev/hda3 > read-only >
image=/boot/vmlinuz-2.4.22-pebble > label=pebble > root=/dev/hda1 > read-only you have to mount and define the full path to the pebble kernel image, assumming /sbin/lilo was run by dsl. image=/mnt//boot/vmlinuz-2.4.22-pebble normally a /sbin/lilo error would inform that the path is incorrect but perhaps dsl lilo is not capable due to space saving reasons. > > /sbin/lilo run ok, with no error's. > when i boot into pebble i get a kernel panic with No > init found. Try passing > init= option to kernel. > > What am i missing? other than INIT! hth, keith.
