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
    • 最新
    • 标签
主页 / server / 问题 / 1090865
Accepted
Abid
Abid
Asked: 2022-01-24 04:30:51 +0800 CST2022-01-24 04:30:51 +0800 CST 2022-01-24 04:30:51 +0800 CST

启动管理器显示两个条目,但还原后只剩下一个分区

  • 772

我必须在 Windows 2019 服务器实例上执行恢复(使用 veeam 恢复代理)。

在恢复之前,系统被配置为具有两个动态磁盘的软件 RAID(镜像)。

恢复后只剩下一个磁盘,现在是基本磁盘(不再是动态磁盘)并且不再有 raid。

但是在引导引导管理器时仍然显示两个条目(见图)。引导管理器

引导工作,但奇怪的是引导管理器显示两个条目而只剩下一个磁盘。

如何修复引导管理器以仅显示一个现有条目(仅剩下一个)?

software-raid
  • 0 0 个回答
  • 18 Views

0 个回答

  • Voted
  1. Best Answer
    Greg Askew
    2022-01-24T05:49:34+08:002022-01-24T05:49:34+08:00

    您可以使用bcdedit /delete从列表中删除条目。

    bcdedit /删除/?

    此命令从引导配置数据存储中删除一个条目。

    bcdedit [/store ] /delete [/f] [/cleanup | /nocleanup]

    <filename>      Specifies the store to be used. If this option is not
                    specified, the system store is used. For more information,
                    run "bcdedit /? store".
    
    <id>            Specifies the identifier of the boot entry that you want to
                    delete. For more information about identifiers,
                    run "bcdedit /? ID".
    
    /f              Deletes the specified entry. Without this option, Bcdedit
                    will not delete any entries that have a well-known
                    identifier.
    
    /cleanup        Deletes the specified entry and removes the entry from the
                    display order. Any other references to the entry being
                    deleted will also be removed from the store.  When deleting
                    an OS loader entry, the associated resume from hibernation
                    entry is also deleted if it is not referenced by any other
                    OS loaders. This option is assumed unless /nocleanup is
                    specified.
    
    /nocleanup      Deletes the specified entry without removing the entry from
                    the display order.
    

    例子:

    以下命令从存储中删除指定的操作系统条目,并从显示顺序中删除该条目:

    bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71}
    

    以下命令从存储中删除指定的操作系统条目,并从显示顺序中删除该条目:

    bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71} /cleanup
    

    以下命令从存储中删除指定的操作系统条目,而不从显示顺序中删除该条目:

    bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71} /nocleanup
    

    以下命令从存储中删除基于 NTLDR 的操作系统加载程序条目:

    bcdedit /delete {ntldr} /f
    
    • 1

相关问题

  • 具有不同磁盘的 Linux RAID 5

  • USB 驱动器 RAID 阵列

  • windows 2003 软件 raid - 在没有 FT 软盘的情况下启动辅助磁盘

  • RAID - 软件与硬件

  • 用于 Windows 和 Linux 的 ICH9R 上的 RAID 配置和 3xHDD

Sidebar

Stats

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

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

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

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve