AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / computer / 问题 / 1734904
Accepted
Scottmeup
Scottmeup
Asked: 2022-08-03 01:21:43 +0800 CST2022-08-03 01:21:43 +0800 CST 2022-08-03 01:21:43 +0800 CST

我们无法创建新分区或找到现有分区 - Windows 11

  • 772

Windows 安装程序将从未分配的空间创建 3 个卷,但安装时出错。iirc 分区是 EFI、wsr(?) - 每个分区最多只有几个 100mb,而主要数据量则占据了其余的空间。

当我尝试将 Windows 安装到驱动器上最大的卷上时,出现错误We couldn't create a new partition or locate an existing one。

我尝试遵循本指南https://appuals.com/fix-we-couldnt-create-a-new-partition-or-locate-an-existing-one/。上次尝试时,我收到有关具有 MBR 分区表的驱动器的错误。

我之前使用相同的 USB 驱动器在同一台机器上安装了 Windows 11,所以我对问题所在感到有些困惑。

该驱动器上安装了有效的 Windows 11,直到我在 linux 下擦除它。我重新创建了分区表并将磁盘归零,但到目前为止问题没有改变。

我看到有一个类似的问题Windows 安装:无法创建新分区或找到现有分区,但它不能解决我的问题。

主板是技嘉Z490 Vision-D

设置日志:setuperr.log setupact.log 1/2 setupact.log 2/2

第 1 步 - 安装到未分配空间 安装过程:从未分配空间开始

第 2 步 - 在安装期间发生错误 尝试安装到未分配空间时遇到错误

第 3 步 - 在新创建的卷上安装会出现错误 安装程序创建分区但尝试安装时出错

Windows 11 安装程序创建的分区 这是 Windows 11 安装程序从未分配空间开始时创建的分区图

在此处输入图像描述 分区表已重新创建为 GPT,但问题仍然存在

在此处输入图像描述 This is the output of diskutil list disk

windows partitioning
  • 3 3 个回答
  • 317 Views

3 个回答

  • Voted
  1. harrymc
    2022-08-03T02:22:11+08:002022-08-03T02:22:11+08:00

    During the installation, delete the partitions whose space you wish to use for the installation. Once that space is converted into Unallocated, install Windows into this space.

    If you have deleted multiple non-contiguous partitions, use a third-party bootable partition editor to move the partitions on the disk so that the Unallocated space becomes one unique space.

    • 2
  2. ChanganAuto
    2022-08-03T06:48:26+08:002022-08-03T06:48:26+08:00

    The last time I tried I got an error about the drive having a MBR partition table

    Your screenshots also confirm it's a MBR ("msdos") partitioning (the "Primary" reference).

    This is the problem, not insufficient space, unallocated vs. partitioned, having had Linux installed or used Linux partition manager software.

    Unlike what happened up to Windows 10 that still supported Legacy/CSM/"BIOS" installations and consequently required MBR (Linux has no such requirements but maybe it should?), Windows 11 supports UEFI mode installation only and for that it strictly requires GPT partitioning.

    The best option here is backing up everything you need and crete a new partition table as GPT, something that can be easily done in a Linux live session with GParted > Devices menu > Create new... > select "gpt". There are alternatives for converting from MBR to GPT but for that you'd need a working Windows OS and the risk of data loss is huge so, NOT having backups is NOT and option!

    • 1
  3. Best Answer
    Daniel B
    2022-08-04T09:04:08+08:002022-08-04T09:04:08+08:00

    From the Setup log files it appears that Windows is searching all around for the EFI System Partition (ESP) but somehow doesn’t find it even though it’s there. Maybe some other drive is confusing Setup.

    Earlier, Windows Setup was notorious for placing the boot partition (the ESP predecessor, if you will) on whatever drive, which often enough was not the drive the Windows system partition was installed on. This lead to confusion and boot errors when removing or replacing seemingly unrelated drives. It appears this behavior still exists.

    My suggestion to ensure the installation is “self-contained” is to remove/disconnect all other drives, so only the target drive and the installation USB/DVD drive remains.

    The target drive would ideally not contain any partitions or at least no existing EFI System Partition.

    如果不存在(零)分区,Windows 还将根据需要自动创建 GUID 分区表(GPT、UEFI 引导)或 MBR 分区表(旧版引导),无需摆弄diskpart或convert gpt需要convert mbr。

    安装完成后,您可以像往常一样放回其他驱动器并分配驱动器号。

    • 1

相关问题

  • 如何在 Windows Precision 触摸板上禁用鼠标加速?

  • 批量重命名图像文件集

  • Python 的“pass”参数的批处理等价物是什么?

  • 在 Windows 上与 Docker 守护进程通信

  • 资源管理器侧面板中的桌面外壳快捷方式

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    v15 为什么通过电缆(同轴电缆)的千兆位/秒 Internet 连接不能像光纤一样提供对称速度? 2020-01-25 08:53:31 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve