|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU custom kernel: Kernel panic - not syncing: No init
Hi Fajar,
Thanks for your response
Another possibility is that the kernel and userland has mismatched arch. Like :
- 32bit kernel on 64bit userland, or
That was it... I am compiling on a 64 bit system, was compiling the
kernel in 64 bit while userland (including /sbin/init) is 32 bit.
It boots fine when compiled with:
make ARCH=i386 menuconfig
make ARCH=i386
Thanks a lot !
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|