Dell Latitude 7400 Ubuntu 20.04.2(带双启动)
过了一会儿apt upgrade
,我的笔记本电脑死机了。然后我手动停止它并重新启动它。
现在,当我启动时,我发现黑屏并出现以下错误:
[ 4.....] Bluetooth: hci0: command 0xfc09 tx timeout
[ 12.....] Bluetooth: hci0: Failed to send firmware data (-110)
[ 12.....] Bluetooth: hci0: sending frame failed (-19)
ctrl我可以使用++登录,alt但是f2不知道接下来该做什么?
答案1
我必须使用以下命令卸载:
sudo apt remove --purge --auto-remove bluez
答案2
对于那些关心的人来说,就我而言,挂载分区时的错误/home
导致了这个错误。
- 检查错误(可选)
tail -n 100 /var/log/boot.log
- 检查已安装列表(可选)
df -h
- 修复
/home
分区然后reboot
fsck -t ext4 -r /home