Windows server 2012 R2 与 Windows 2016 的双系统重启选项
一台主机上,同时安装了Windows 2012R2还有Windows 2016, 但是如何能在任意一个系统重启到另一个呢?
下图中,在Win2012R2中,无法选择重启到2016中。
解决方案
===========
运行下面的命令
bcdedit /copy {current} /d "Windows Server 2016"
bcdedit /set {ID from 上一步} device partition=E:(哪个盘符要根据你的Windows 2016装在那个盘里)
bcdedit /set {ID from 第一步} osdevice partition=E:
结果如下:
命令运行结束,效果就是这样。
Thanks to Lieven about this technical point.