Ubuntu 循环登陆界面的问题

问题

因为要用 Vivado 2018.2,使用配套的 Ubuntu 16.04,安装完 Petalinux 后,重启出现循环登陆界面的问题。(根源可能在与 FTP 相关软件的兼容性问题)

 

解决方法

Ctrl + Alt + F1 或 F2/F3/F4/F5/F6 进入 tty 模式,登陆 root 账户,运行命令,

# Configure a package which has been unpacked but not yet configured. If -a is given instead of package, 
# all unpacked but unconfigured packages are configured.

# dpkg --configure -a

 

中途遇到的问题 ... dpkg frontend locked by another process

# rm -f /var/lib/dpkg/lock-frontend
# rm -f /var/lib/dpkg/lock
# rm -f /var/cache/apt/archives/lock

 

完。

 

posted @ 2020-03-15 22:47  Anonymous596  阅读(283)  评论(0编辑  收藏  举报