当前位置:   article > 正文

WSL2 + Ubuntu20.04无法使用reboot/runlevel/init_couldn't find an alternative telinit implementatio

couldn't find an alternative telinit implementation to spawn.

本文结合了知乎上的文章以及文章里的一条评论

WSL2开启systemctl命令简单方法,重启WSL2后仍生效
在这里插入图片描述

出现的问题

reboot

$ reboot
System has not been booted with systemd as init system (PID 1). Can’t operate.
Failed to connect to bus: Host is down.
  • 1
  • 2
  • 3

runlevel

$ runlevel
unknown
  • 1
  • 2

init

$ init 3
Couldn't find an alternative telinit implementation to spawn
  • 1
  • 2

解决步骤

步骤1~4

WSL2开启systemctl命令简单方法,重启WSL2后仍生效

步骤5

1.创建文件/etc/wsl.conf并编辑

$ touch /etc/wsl.conf
$ vim /etc/wsl.conf
  • 1
  • 2

将以下内容粘贴进去

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/241221
推荐阅读
相关标签