コンピュータをシャットダウンするには、電源コードを抜く必要がありました。 Centos 7では、Emergency mode
起動時に `journalctl -xb'を確認するように求められます。
次のような赤い線があります。
Failed to mount /boot.efi
Failed to mount RPC Pipe File System.
正しく起動するには、これらすべての問題をどのように解決する必要がありますか?まだ私を信じることができますか?再インストールする必要がありますか?
私がしようとするとsystemctl default
、私は得る。Authorization not available. Check if polkit service is running or see debug message or more information.
答え1
jsbillings 助けてくれてありがとう!
- Centos 7のみ
Emergency mode
systemctl --failed
パーティションが不明な/boot/efi
ためマウントできないと表示されます。vfat
解決策:
fsck /dev/nvme0n1p1
EFIパーティションのエラービットをクリアmodprobe vfat
役に立たないdepmod -a
再起動を完了して修正したら、systemctl reboot
正しく起動できます。