Onka wrote:
> I successfully compile new Astlinux (subversion 73) and finally 
> successfully installed on PC with Pentium II processor on small old hard 
> disk. Grub boots and loads kernel. Kernel freeze PC with message:
> *Kernel panic - not syncing: No init found.
> I notice in new version there is no link /linuxrc.I manually add linuxrc 
> link to /bin/busybox and init=/linuxrc parameter in grub config file.
> I got similar message again and conclude kernel unable to find init script.
> Kristian is it problem in /etc/fstab files?
> I choose kernel 2.6.16.2
> 
> Best regards
> Onkaonka
> *

Make sure that everything in your image is owned by root:

chown -Rh root:root /path/to/mount

Also make sure that busybox is setuid root:

chmod 4755 /path/to/mount/bin/busybox

That should do it.

I have made enough changes to enable creating an image for a Soekris 
(almost) automatically.  You still have to setup GRUB, but other than 
that it works well.

        DO NOT use /linuxrc as your init.  I removed it because it was 
confusing.  Please undo those changes (remove linuxrc and init=/linuxrc).

--
Kristian Kielhofner
_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to