Re: kernel 2.6.33 fail to mount rootfs on ramdisk

2010-08-11 Thread Shawn Jin
On Tue, Aug 10, 2010 at 11:55 PM, Shawn Jin wrote: > Hi, > > The kernel 2.6.33 failed to mount the rootfs on the ramdisk. I enabled > the ramdisk block device support and ext2 filesystem as shown below. > > CONFIG_BLK_DEV_RAM=y > CONFIG_BLK_DEV_RAM_COUNT=16 > CONFIG_BLK_DEV_RAM_SIZE=4096 > CONFIG_

kernel 2.6.33 fail to mount rootfs on ramdisk

2010-08-10 Thread Shawn Jin
Hi, The kernel 2.6.33 failed to mount the rootfs on the ramdisk. I enabled the ramdisk block device support and ext2 filesystem as shown below. CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_EXT2_FS=y Are these adequate configurations for kernel to support r