|
From: Vegard N. <veg...@gm...> - 2016-05-22 16:17:44
|
On 16 May 2016 at 10:05, kail-gj <an_...@12...> wrote: > Hi, > I build my uml from source with CONFIG_INITRAMFS_SOURCE configured with > a rootfs text file. I specify the init file to busybox as > file /bin/busybox /home/xxxx/busybox/busybox 755 0 0 /init /bin/sh in > rootfs text file. > But it does not work and output "kernel panic - not syncing: No init > found" error. The full boot log is followed. > Please help me, thanks. > ------------------------------------------------- > boot log: You still need to pass init= on the command line, no? This shows you didn't pass anything: > Kernel command line: root=98:0 [...] > Kernel panic - not syncing: No init found. Try passing init= option to > kernel. Vegard |