Warning: unable to open an initial console.

迷霧綠洲發表於2017-06-03

Linux 使用rootfs ,啟動時列印Warning: unable to open an initial console. 系統沒有進入檔案系統,由於系統啟動沒有建立console的裝置節點,無法進行互動。
解決辦法是,解壓檔案系統在/dev下建立這個裝置節點
使用命令:
mknod –m 660 console c 5 1

mknod –m 660 null c 1 3
檢查/dev 下時候出現了console節點,之後再壓縮檔案系統,編譯kernel 下載執行就可以進入系統了。

相關文章