【linux】-bash: /bin/ls: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1.虚拟机设置bios启动,打开centos64的安装盘
右击虚拟机,选择电源—打开电源时进入Bios,进入Bios
进入Bios后,将Boot下的CD-ROM Drive移到最上面,然后按F10键保存重启(注意虚拟机需要Fn+F10才可以保存)
使用linux救援模式,进入系统。原系统被挂载到 /mnt/sysimage/目录下,拷贝需要文件到挂载的对应目录里面,然后重启系统恢复正常。
ps:我复制/lib64/ld-linux-x86-64.so.2到/mnt/sysimages/lib64之后,系统还是不能正常使用,于是我把/lib64目录下的文件全部拷贝了过去,系统恢复正常
cp -rf /lib64/* /mnt/sysimages/lib64/
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献19条内容
所有评论(0)