安裝 nfs 時缺少 /dev/console

安裝 nfs 時缺少 /dev/console

我正在嘗試在遠端設備上啟動 Linux。我透過 tftp 載入核心的 uImage:

boot -uboot -tftp TFTP_SERVER:uImage

並告訴他在哪裡可以找到 root 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 引導程式。這個錯誤是什麼意思?我嘗試在網上查找但沒有找到任何解釋。

相關內容