Windows 10 引导加载程序已删除,无法恢复 - bcdboot、bootrec 均失败

Windows 10 引导加载程序已删除,无法恢复 - bcdboot、bootrec 均失败

这似乎是一个相当常见的问题,但我搜索了大多数帖子并尝试了几乎所有的解决方案,但仍然失败。这可能是由于我自己的愚蠢而无法修复的。到这里事件的简短版本是:

  1. Windows 10 笔记本电脑
  2. 分区并安装 ubuntu。
  3. 删除 Linux 分区
  4. 重新启动,卡在 grub GNU

    截屏

  5. 重启,F3 进入启动菜单。

  6. bcdedit /delete 删除 ubuntu 加载器,不知怎么的设法删除了 windows 加载器...
  7. 大声咒骂
  8. 将 Windows 10 光盘下载到 USB
  9. 修复电脑只会让我回到故障排除菜单

排除菜单选项故障:

- Use a Device
  - ubuntu
  - UEFI: KingstonDataTraveler, Partition 1
- Troubleshoot
  - System Restore  (Fails)
  - System image Recovery (Fails)
  - Startup Repair (Fails - Startup repair couldn't repair your pc)
  - Command Prompt
  - UEFI Firmware Settings
  - Go back to the previous version (Fails - "We ran into a problem and won't be able to take you back to the previous build")
- Turn Off

我尝试过以下多种解决方案,例如或者以及我能找到的几乎所有版本的 bootrec / bcdboot,但它们都失败了。我要么误解了它的运行方式,要么已经绝望了。以下是我尝试过的方法:

# set boot to USB, with win 10 disk USB connected.
X:\Windows\system32> bootrec /rebuildbcd
> Successfully identified Windows installations.
> Total identified Windows installations: 1
> [1] \\?\GLOBALROOT\Device\HarddiskVolume5\Windows
> Add installation to boot list? Yes(Y)/No(N)/All(A): y
> The system cannot find the file specified.

X:\Windows\system32> bootrec /fixmbr
> The system cannot find the file specified.

当前分区/卷设置

Partition ###  Type           Size     Offset
-------------  -------------  -------  -------
Partition 1    System         300 MB   1024 KB
Partition 2    Reserved       128 MB    301 MB
Partition 3    System         221 GB    429 MB
Partition 4    System          15 GB    221 GB
Partition 5    Recovery       900 MB    237 GB

Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
----------  ---  -----------  -----  ----------  -------  ---------  --------
Volume 0     F   Audio CD     CDFS   DVD-ROM      617 MB  Healthy    
Volume 1     C   DATA         NTFS   Partition    911 GB  Healthy    
Volume 2         BIOS_RVY     NTFS   Partition     20 GB  Healthy    Hidden
Volume 3         SYSTEM       FAT32  Partition    300 MB  Healthy    Hidden
Volume 4         OS_Install   NTFS   Partition    221 GB  Healthy    Hidden
Volume 5                      RAW    Partition     15 GB  Healthy    Hidden
Volume 6     E   WinRE tools  NTFS   Partition    900 MB  Healthy    Hidden
Volume 7     D   ESD-USB      FAT32  Removable   7444 MB  Healthy    

# in diskpart
sel vol 3
assign letter = V
exit
cd /d V:\EFI\Microsoft\Boot\
bootrec /fixboot
> The system cannot find the file specified.

ren BCD BCD.old
bcdboot C:\Windows /s V: /f UEFI
> Failure when attempting to copy boot files

我不太喜欢我的 Windows 设置,但如果有任何方法可以让它工作,那将为我省去很多麻烦!如果做不到这一点,我会尽可能地挽救一切,然后清除所有东西。有人能帮忙吗?

答案1

从 TenForums.com 获取 Kyhi 的可启动救援盘,并使用该映像构建可启动闪存驱动器(这里有一个有用的教程:https://www.tenforums.com/software-apps/27180-windows-10-recovery-tools-bootable-rescue-disk.html) 当您启动到救援磁盘时,运行 Macrium Reflect,然后使用其启动修复功能。这可能会导致您的 Linux 启动无法运行,但它应该会将 Windows 恢复到可启动状态。

相关内容