由于某种原因,我的引导加载程序停止工作,我不得不使用恢复光盘实用程序来恢复 grub。
重新安装 grub 后,windows 分区不再出现(在 grub 和 ubuntu 上)。
我尝试启动 Windows 安装 CD 来恢复 Windows,并进行一些备份,但它说我无法执行此操作,因为磁盘已被锁定(不管这意味着什么)。
任何帮助将非常感激。
gdisk -l /dev/sda 的结果是:
GPT fdisk (gdisk) version 1.0.0
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sda: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): DE3382C7-BEC6-4E8D-9E5B-BA230F20056B
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 3437 sectors (1.7 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 1050623 512.0 MiB 8300 EFI System
2 1050624 1237592063 589.6 GiB 8300
3 1237592064 1237624831 16.0 MiB 0C01 Microsoft
4 1237624832 1945298943 337.4 GiB EF00 Basic data
5 1945298944 1953523711 3.9 GiB 8200
下面是 gparted 的屏幕截图(Windows 分区已突出显示): 分区
提前致谢 :)
答案1
答案2
您可能需要在 Windows 中禁用“快速启动”。有关如何执行此操作的信息,请参阅http://www.tenforums.com/tutorials/4189-fast-startup-turn-off-windows-10-a.html
这是适用于 Windows 10 的一个很好的指南,并且通过谷歌搜索可以找到其他 Windows 版本的说明。
答案3
使用更新 grub
如果你看到“警告:os-prober 将不会执行来检测其他可启动分区。它们上的系统将不会添加到 GRUB 启动配置中。检查 GRUB_DISABLE_OS_PROBER 文档条目。完成”,然后使用 nano /etc/default/grub 编辑你的 grub 文件
找到并取消注释
GRUB_DISABLE_OS_PROBER=false
如果你找不到它那么只需添加它保存并运行 update-grub