我发出了错误的systemctl.unit指令,现在我无法访问shell。
我在fedora 23上,我通过
systemctl set-default rescue.target现在救援模式被卡住了,永远不会弹出壳来。
我尝试过在内核中添加
systemd.unit=graphical.target但我一直被踢到救援模式
发布于 2016-04-27 09:44:24
尝试将以下行传递给内核param:
systemd.unit=multi-user.target使用rescue.target,bash通常应该已经被提出来了。
也许在rescue.target和阻止systemd到达bash之前就有一些东西不起作用。
尝试:
systemd.unit=emergency.target甚至通过:
init=/bin/shhttps://stackoverflow.com/questions/36879125
复制相似问题