Windows 8恢复USB无法启动


0

我创建了一个Windows 8恢复USB驱动器,准备更换三星NP540中的硬盘驱动器。

当我从驱动器启动时,我看到一个屏幕:

Recovery

Your PC needs to be repaired

The application or operating system couldn't be loaded because a required file is missing or
contains errors.

File: \windows\system32\boot\winload.efi
Error code: 0xc0000001

You'll need to use the recovery tools on your installation media. If you don't have any installation
media (like a disc or USB device), contact your system administrator or PC manufacturer.

Press Enter to try again
Press F8 for Startup Settings
Press Esc for UEFI Firmware Settings

随Windows 8一起提供的机器已经升级到Windows 8.1。

我能想到的潜在事物:

  • 我使用了内置的Windows恢复磁盘创建器,而不是三星专用的恢复工具(我从未查看过)。

  • 有一篇论坛帖子我偶然发现有人建议你需要检查格式化驱动器时使用的段大小或类似的东西。这对我来说听起来有点不寻常,但接下来就是我们正在谈论的UEFI。

  • 该机器运行8.1,但随附8,因此其恢复分区有8个。这应该不是问题,对吧?

Answers:


0

从USB启动UEFI的主要要求是:

  1. USB格式为FAT或FAT32。

  2. 引导文件安装到文件夹\ EFI。

使用资源管理器/文件管理器检查您的USB驱动器,以及\ Windows \ System32中winload.efi的存在和版本。

引导链已签名,这意味着引导管理器必须是与winload.exe / efi相比更新或相同的版本(比较winload.efi和bootmgr.efi的数字签名日期)。

您可以从Microsoft下载Windows 8.1并创建可用于安装和恢复Windows 8.1的DVD / USB。

将Windows从一个磁盘移动到另一个磁盘的最简单方法是使用磁盘映像(例如,免费解决方案Macrium Reflect)。在GPT磁盘上,Windows 8/10使用最少3个分区 - EFI系统分区,MS保留和Windows分区,因此它们必须包含在映像中!

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.