Re: [uml-user] Kernel panic - not syncing: No init found using initramfs

2016-05-22 Thread Jotus Kuo
Hi Vegard, Thanks for your reply. I got the same result when I used ./linux init=/bin/sh command line to boot uml. Finally, I mount my root_fs to /mnt and ldd init. The ldd told me some lib is miss and some lib is 32-bit for my 64-bit init. Now, I can boot my UML. Thanks a

Re: [uml-user] Kernel panic - not syncing: No init found using initramfs

2016-05-22 Thread Vegard Nossum
On 16 May 2016 at 10:05, kail-gj 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//busybox/busybox 755 0 0 /init /bin/sh in > rootfs text file. > But it doe

[uml-user] Kernel panic - not syncing: No init found using initramfs

2016-05-16 Thread kail-gj
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//busybox/busybox 755 0 0 /init /bin/sh in rootfs text file. But it does not work and output "kernel panic - not syncing

[uml-user] Kernel panic - not syncing: No init found

2005-08-29 Thread Clifford Ton
I got " Kernel panic - not syncing: No init found. Try passing init= option to kernel.", Where can I find information to fix it? Host/Guest system are 2.6.13-rc6, fedora 4 [EMAIL PROTECTED] umlbuild]# gdb linux-uml-2.6.13-rc6 GNU gdb Red Hat Linux (6.3.0.0-1.21rh) Copyright 2004 Free Software

Re: [uml-user] Kernel panic - not syncing: No init found. Try passing init= option to kernel.

2005-08-28 Thread Markus Hochholdinger
Hi, Am Sonntag, 28. August 2005 18:54 schrieb Clifford Ton: > Warning: unable to open an initial console. is /dev set up correctly? Is there a /dev/console and /dev/tty0? In the rootfs /dev directory do "./MAKEDEV console" and try it again. -- greetings eMHa pgpExnnt83vJu.pgp Description:

[uml-user] Kernel panic - not syncing: No init found. Try passing init= option to kernel.

2005-08-28 Thread Clifford Ton
Host System 2.6.13-rc6, fedora 4.   Host/guest Kernel http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.12.5.tar.bz2   No Uml Patch   Will get the following message:, How can I fix it?     [EMAIL PROTECTED] umlbuild]# ./linux-uml-2.6.13-rc6 ubd0=./root-fs/gentoo-fs  mem=64M c