windows-server-2012-r2 – Server 2012无法找到C:Boot to cd

Server 2012 R2
ESXI 6

我在重置Windows Server 2012 VM上的本地管理员密码时遇到问题.

我首先启动到Windows Server 2012 cd,点击修复选项 – >故意排除 – >命令提示

c: 

The system cannot find the the drive specified

wmic logicaldisk get name

name

d:

x:

Neither of these are the drive where the OS lives.

所以我启动到Windows 8恢复磁盘

当我在该恢复控制台下选择修复窗口选项时遇到其他选项我收到错误

The drive where windows is installed is locked.

我尝试了各种方法解锁它但无法到达任何地方.

我尝试过的事情

diskpart

list disk

there are no fixed disks to show.

bootrec /ScanOS

Total identified Windows installations: 0

为什么当地的c:没有出现?

如果我重启vm并且没有启动到CD,操作系统将加载正常.只是无法登录.

更新:

我只是尝试从引导介质安装操作系统,并且无法在那里找到本地磁盘,肯定是驱动程序问题,明天我会再次尝试找到合适的驱动程序并将其整合到ISO中

您的分区/磁盘已被删除(在ESX内),因为您在diskpart中的列表磁盘找不到任何内容.

检查你的硬件.删除分区的人为错误,或者只是幸运地拔掉了它. (或esx级别的存储阵列错误)

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...