一台主機上,同時安裝了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.