Hallo Christian!

> Here are the contents of the initramfs
> lrwxrwxrwx   1 christia christia       15 Apr  6 15:50 /init -> ../bin/busybox

That fails on startup on most kernels! This should be

init -> /bin/busybox

... else the startup code doesn't find init in the initramfs system and
fails ... which usually means the kernel continues it's normal startup
procedure and tries to mount a root partition (here /dev/sda1 = root
device 8,1, which doesn't exist, hence the kernel failure message).

--
Harald

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to