Widows 8 BCD 在 Ubuntu 双启动中丢失

Widows 8 BCD 在 Ubuntu 双启动中丢失

我刚刚在 Windows 8 上以传统模式安装了 Ubuntu。我将 Ubuntu 安装在 SSD 上,而 Windows 操作系统安装在 HDD 上。我可以整天使用 Ubuntu 和 Windows,直到我因为玩游戏导致笔记本电脑延迟而强制关闭。现在,在启动 Windows 时,BCD 缺少信息,错误代码为:0xc0000034

我使用 grub,并且 ubuntu 操作系统运行完美。

我甚至无法在 Ubuntu 中安装 Windows 驱动器,并且出现此错误:

Error mounting /dev/sdb5 at /media/mukhil/Windows8_OS: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdb5" "/media/mukhil/Windows8_OS"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb5': Operation not permitted
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.

答案1

powercfg /h off通过在 Windows 命令终端中运行可解决该问题 。此命令通常会永久禁用 Windows 休眠。我遵循此指令现在我可以完全访问 Windows 分区了。

相关内容