我在笔记本电脑上安装 Windows 10 和 linux 分区时遇到问题。
我的硬盘是 GPT 分区的,我试图在驱动器的开头以 UEFI 模式安装 Windows 10。尝试“复制文件”时,Windows 10 安装程序失败
Windows 无法准备计算机启动到下一安装阶段。要安装 Windows,请重新启动安装。
看来 linux 分区正在干扰 Windows 10 安装程序。请参阅下面的 fdisk 输出(注意:/dev/sda5 是用于 linux 的 EFI 系统分区)。
$ fdisk -l
enter code hereDisk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 8D205EE8-3B6D-4C18-B358-44C7486F12A6
Device Start End Sectors Size …Run Code Online (Sandbox Code Playgroud) 我使用以下diskpart.exe顺序。我想指定磁盘号,然后格式化磁盘。
C:\>diskpart
Microsoft DiskPart version 10.0.18362.1
Copyright (C) Microsoft Corporation.
On computer: AAAAAAA
DISKPART> select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> format fs=ntfs label="My USB Disk" quick
There is no volume selected.
Please select a volume and try again.
DISKPART>
Run Code Online (Sandbox Code Playgroud)
正如您所看到的,该脚本应该可以工作并且可能会运行Windows 7,正如在互联网上搜索的几个页面所说的那样,但在我的Windows 10安装中我得到了
没有选择音量
本文不适用。作者确实忘记了create primary partition。 …
我正在尝试在我获得的新 1TB SSD 上安装 Windows 10。全新安装,新驱动器,新笔记本电脑。Dell Inspiron 13 5000。 UEFI 设置。使用 rufus(用于 UEFI(非 CSM)的 GPT)创建了一个可启动的 USB。我进入设置没问题。我删除了所有分区并使用 diskpart 为 GPT 设置驱动器。
我选择要安装到的未分配分区。Windows 创建了它需要的附加分区,然后开始安装过程。立即,它错误地
“windows 无法让计算机准备启动进入下一安装阶段”
花了几个小时谷歌搜索没有运气。我一直无法找到要查看的日志文件。
我可以尝试什么来确定问题所在?
未安装其他驱动器。旧模式已禁用。安全启动已关闭。PTT 关闭。
windows-10 ×3
partitioning ×2
uefi ×2
diskpart ×1
gpt ×1
hard-drive ×1
installation ×1
multi-boot ×1
usb ×1