你可能由于对磁盘管理,修改了/etc/fstab文件,进行自动挂载,但是卸载磁盘后,忘记修改/etc/fstab文件,导致了如下启动linux错误,开启进入紧急模式
error getting authority error initializing authority could not connect no such file or directory

如何解决?

注释或删除/etc/fstab中定义的自动挂载配置,以及无用的挂载配置,然后重启系统
systemctl reboot
即可正常重启linux

相关文章:

  • 2021-10-19
  • 2021-10-28
  • 2021-08-08
  • 2022-01-26
  • 2021-06-26
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
相关资源
相似解决方案