Re: building initramfs also as root filesystem problem

2010-12-03 Thread Toan Pham
Hi all, I got this resolved, the trick when building ramfs as rootfs os is to: 1. Use busybox (symlink all neccessary tools and package all busybox dependencies with ramfs) 2. bootup into busybox bash, which should be /bin/sh symlinked to /bin/busybox 3. You may get nothing (no stardard ouput

building initramfs also as root filesystem problem

2010-11-24 Thread Toan Pham
Hi, I am building a linux os by incorporating in-kernel initramfs, which also runs as root-filesystem. The result of this work would be booting/distributing linux with only one file, which is the kernel + linked in initramfs + rootfs. I am having a problem booting up the os when everything is link