构建U盘Linux
構建U盤Linux
參考文章:https://blog.csdn.net/weixin_43124455/article/details/89667940
按照上文的步驟,已經可以在U盤構建一個Linux系統了。因此本文主要記錄遇到的問題。
1. Unable to locate package
# 命令行輸入以下命令后,重新下載 apt-get update apt-get upgrade2. U盤無法連接到虛擬機
問題 : U盤連接到虛擬機時,出現以下提示。
解決方法:將USB兼容性改為 3.1。
如果還是不能解決,嘗試以下命令
sudo apt-get install exfat-utils查看U盤分區:輸入以下命令,查看最后一行
fdisk -l3. can’t open /dev/tty3: No such file or directory
在參考文章中 無盤構建根文件系統 目錄下。如果按照他給的命令輸入。在最后運行的時候,會出現以下錯誤。
can't open /dev/tty3: No such file or directory can't open /dev/tty4: No such file or directory需要添加以下命令
mknod tty c 5 0 mknod console c 5 1 mknod null c 1 3 mknod ram b 1 0 mknod tty1 c 4 1 mknod tty2 c 4 2 mknod tty3 c 4 3 # 添加行 mknod tty4 c 4 4 # 添加行 chmod 666 tty console null chmod 666 tty1 tty2 tty3 tty4 # 修改行 chmod 600 ram4. 測試部分
測試部分是新創建一個虛擬機,U盤插在主機上,而不是虛擬機上。
其余部分跟著做就行了。出現以下畫面時,回車。
當沒有內容出現時,就可以輸入命令了。
總結
- 上一篇: ET大脑,打通产业升级智能之路
- 下一篇: 高职计算机应用专业的课程有哪些,高职计算