恢复 Windows 10 安装,grub 未检测到它,安装时处于不安全状态

恢复 Windows 10 安装,grub 未检测到它,安装时处于不安全状态

我很确定我 1-2 个月前做了一些事情,导致我的 Windows 安装失败(我忘了它是什么),现在我无法启动它,分区仍然存在,我可以看到我的文件。当我尝试正常安装时,我只能以只读方式安装它,而不能读写。

$ sudo mount -t ntfs /dev/nvme0n1p2 /mnt/disk/       
Windows is hibernated, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only

该设备确实存在于 gparted 上。

在此输入图像描述

检查保留分区会产生此结果。

Unable to detect file system! Possible reasons are:
- The file system is damaged
- The file system is unknown to GParted
- There is no file system available (unformatted)
- The device entry /dev/nvme0n1p1 is missing

在此输入图像描述

我发现需要禁用快速启动才能使 Windows 正常工作,但按照目前的情况,我什至无法启动到 Windows 10 来禁用快速启动或完全关闭。

我努力了:

  • os-prober(未检测到未工作)
  • sudo update-grub(也不工作)
  • sudo update-grub2(也不工作)

有没有办法恢复我的 Windows 10 安装?

相关内容