ex 부팅 중에  ramdisk 쪽에서 커널 패딩이 납니다.. 어떻게~ 해결 해야 될지...

부트로더에서는

5. zImage      file name  [zImage.x5]
  6. ram disk    file name  [ramdisk.x5.gz]
  7. boot loader file name  [ezboot.x5]

  A. Autoboot wait time     [3]
  B. Boot Menu Key          [ ]
  C. Copy Ramdisk [Y/N]     [Y]
  D. Architecture Number    [303]
  E. Serial FF/BT/ST(0/1/2) [2]
  F. NAND-Partition MByte   (kernel:ramdisk:app)  [1:3:60]
  W. Watchdog (sec, off=0)  [0]

  K. Kernel CMD 1st [initrd=0xa0800000,4M root=/dev/ram ramdisk=8192]
  M. Kernel CMD 2nd [console=ttyS02,115200]
  N. Kernel CMD 3rd []

  L. Load Default

다음과 같이 설정 했지만~~

아래와 같은 에러가~~ 어떻게 된 일인지...

아시는분 답변 부탁 드립니다..

RAMDISK: Compressed image found at block 0
RAMDISK: incomplete write (-28 != 32768), only wrote 8388608
Freeing initrd memory: 4096K
VFS: Mounted root (ext2 filesystem) readonly.
Freeing init memory: 64K
attempt to access beyond end of device
01:00: rw=0, want=8219, limit=8192
EXT2-fs error (device ramdisk(1,0)): ext2_read_inode: unable to read inode block
- inode=1454, block=8218
attempt to access beyond end of device
01:00: rw=0, want=8206, limit=8192
EXT2-fs error (device ramdisk(1,0)): ext2_read_inode: unable to read inode block
- inode=1347, block=8205
attempt to access beyond end of device
01:00: rw=0, want=8198, limit=8192
EXT2-fs error (device ramdisk(1,0)): ext2_read_inode: unable to read inode block
- inode=1282, block=8197
Kernel panic: No init found.  Try passing init= option to kernel.