麒麟系统开机卡在logo图标

0 阅读1分钟

image.png

问题过程:在麒麟系统中执行了【dpkg -i --force-all 包名.deb】命令安装了ubantu的deb包,系统卡顿,强制关机,重启时卡在麒麟logo界面

1、在开启启动项目按E进入,linux内核,在linux一行末位加入fsck.mode=force fsck.repair=yes【无效,如果是普通的强制关机导致,此方法应该有效】

2、命令行输入1、fsck -y/dev/sda3 修复文件 2、reboot 重启

【fsck提示GLIBC错误】

version GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libselinux.so.1) version GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libselinux.so.1) version GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libselinux.so.1)

3、进入恢复模式【提示GLIBC错误】

version GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libselinux.so.1) version GLIBC_2.38' not found (required by /lib/x86_64-linux-gnu/libselinux.so.1) version GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libselinux.so.1)

4、通过U盘进入live模式,删除错误引用【此方法对我不可行】

5、最终方案-重装系统:

1、使用refus软件准备U盘作为系统盘 下载地址:rufus.ie/zh/#downloa…

image.png

2、重装麒麟系统 下载地址:www.kylinos.cn/support/tri…

image.png

问题总结: 在麒麟系统中安装ubantu的deb包导致,系统底层依赖冲突