nfs를 마운트할 때 /dev/console이 누락되었습니다.

nfs를 마운트할 때 /dev/console이 누락되었습니다.

원격 장치에서 Linux를 부팅하려고 합니다. tftp를 통해 커널의 uImage를 로드합니다.

boot -uboot -tftp TFTP_SERVER:uImage

루트 fs를 찾을 수 있는 위치를 알려줍니다.

console=ttyS0,9600 ip= {IPs here} root=/dev/nfs nfsroot={ROOTFS_SERVER}:/{PATH_TO_MOUNT},nfsvers=3,tcp

그리고 나는 다음을 얻습니다:

Kernel panic - not syncing: /dev/console is missing or not a character device!
Please ensure your rootfs is properly configured

CFE 부트로더를 사용하고 있습니다. 이 오류의 의미는 무엇입니까? 온라인에서 찾아 보았지만 설명을 찾지 못했습니다.

관련 정보