안녕하세요..

램디스크의 사이즈가 8192byte를 넘는 파일이 아닌가요??/
환경 설정에서 램디스크 사이즈를 늘려 주셔야 할것 같습니다..

첫번째 방법은

1. set 명령으로 들어 가셨어...

     K. Kernel CMD 1st [initrd=0xa0800000,4M root=/dev/ram ramdisk=8192]

     이 부분을  다음과 같이 바꾸어 보세요..

     K. Kernel CMD 1st [initrd=0xa0800000,4M root=/dev/ram ramdisk=10240]

2. 위와 같이 하였는데도 똑같은 현상이 발생하면..

    F. NAND-Partition MByte   (kernel:ramdisk:app)  [1:5:58]
    K. Kernel CMD 1st [initrd=0xa0800000,5M root=/dev/ram ramdisk=12288]

    로 수정하시고..

    EZBOOT> nek e
    EZBOOT> ner e
    EZBOOT> nea e

    EZBOOT> rst

    EZBOOT> tfk
    EZBOOT> tfr

    하셨어 해보세요..

그럼 수고하세요.
>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.