Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
内核死机-不同步:试图杀死init!在我的嵌入式板上运行的centos上_Centos_Libc - Fatal编程技术网

内核死机-不同步:试图杀死init!在我的嵌入式板上运行的centos上

内核死机-不同步:试图杀死init!在我的嵌入式板上运行的centos上,centos,libc,Centos,Libc,我目前正在英特尔atom板上运行centos。我错误地将lic-2.17.so重命名为_libc-2.17.so 在我的板上的库,当我重新启动板时,它给我以下错误 [ OK ] Reached target Initrd Default Target. systemd-journald[136]: Received SIGTERM Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 Is there

我目前正在英特尔atom板上运行centos。我错误地将lic-2.17.so重命名为_libc-2.17.so 在我的板上的库,当我重新启动板时,它给我以下错误

[  OK  ] Reached target Initrd Default Target.
systemd-journald[136]: Received SIGTERM
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00

Is there any possible way to get back to the original state.
I entered into grub prompt and able to see cat /lib64/_libc-2.17.so. Not Sure,
how to rename this to original name

Thanks in advance.

你能从grub进入运行级别3吗

如果是,

sudo mv /lib64/_libc-2.17.so /lib64/libc-2.17.so
如果无法进入运行级别3,可以尝试使用live DVD/USB运行上述命令,您只需手动搜索名称不正确的文件所在的正确分区


否则,恐怕您需要重新安装操作系统

运行级别3不起作用,除了安装新的操作系统外,没有其他选择?您尝试过live光盘吗?因为我使用的是嵌入式主板,我可以使用哪个centos iso(最低ISO/DVD ISO您应该能够使用其中任何一个。我会选择最低ISO。您好,S3v3nL34fKl0v3r,获得3个选项安装centos7,测试此媒体并安装centos7,故障排除。我不想安装在我的主板上。我想从usb使用它。