我购买了一台具有 32GB eMMC 磁盘的新戴尔 Inspiron,但想从 Microsoft Windows 10 ISO(而不是戴尔映像)进行全新安装。
我使用 MSDN 上最新的 ISO 从 USB 密钥启动并清除了所有分区。当我重新创建分区并尝试在其上安装 Windows 时,出现以下错误:
Windows can't be installed on drive 0 partition 1.
点击查看详细信息...
Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. Ensure that the disk's controller is enabled in the computer's BIOS menu
我尝试在 BIOS 中再次启用传统模式,然后再次使用 UEFI 并以各种组合在和diskpart
之间切换- 但都无济于事。GPT
MBR
答案1
问题是我在构建可启动的 Windows USB 时使用了错误的选项鲁弗斯。
我正在重复使用我之前制作的 USB 密钥,但我相当确定它是用
MBR partition scheme for BIOS or UEFI computers
当我使用以下方法重建 USB 密钥时
GPT partition scheme for UEFI computer
Windows 安装程序能够安装到 eMMC 磁盘。