안녕하세요..

커널 또는 램디스크를 다시 만드셨나요???

이런 경우는 여러가지라서 이것이라고 말씀을 드리기가 곤란하네요..

1. 부트로드에서


EZBOOT>set


^^;
1. MAC Address [00:a2:55:a2:cd:d6]
2. LOCAL IP [192.168.10.135]
3. HOST IP [0.0.0.0]
4. Host tftp directory []
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:4:59]
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
P. Apply & Exit
S. Save
0. Exit

Select >>


위에서

M. Kernel CMD 2nd [console=ttyS02,115200]

이 부분이 어떻게 되어 있나요???

현재 저희가 사용하는 콘솔은 ttyS02 입니다.


2. /etc/inittab 에서 콘솔 관련 부분의 어떻게 되어 있나요??

# Example how to put a getty on a serial line (for a terminal)
#
T0:12345:respawn:/sbin/getty -L ttyS02 115200 vt100 <<=== 이 부분
#T1:12345:respawn:/sbin/getty -L tty1 115200 vt100
#T2:12345:respawn:/sbin/getty -L tty2 115200 vt100
# T1:23:respawn:/sbin/getty -L ttyS1 115200 vt100

3. /etc/securetty

ttyS02 <<=== 이 부분
tty1
tty2
pts/0


저희가 추정해 볼 수 있는 부분입니다..

그럼 수고하세요..


이상민 wrote..
: 커널 부팅 시에
:
: starting system loger: syslogd
: starting INET services: inet
:
: 까지 메세지가 나오고 부팅이 멈춰 버립니다..
: 램디스크에서 etc라는 폴더안에 어떤 문제가 있는것 같은데
: 조언 부탁드립니다...