zoukankan      html  css  js  c++  java
  • Windows server 2012 R2 与 Windows 2016 的双系统重启选项

    一台主机上,同时安装了Windows 2012R2还有Windows 2016, 但是如何能在任意一个系统重启到另一个呢?


    下图中,在Win2012R2中,无法选择重启到2016中。

    image

    解决方案

    ===========

    运行下面的命令

    bcdedit /copy {current} /d "Windows Server 2016"

    bcdedit /set {ID from 上一步} device partition=E:(哪个盘符要根据你的Windows 2016装在那个盘里)
    bcdedit /set {ID from 第一步} osdevice partition=E:


    结果如下:

    image


    image

    命令运行结束,效果就是这样。

    image


    Thanks to Lieven about this technical point.

  • 相关阅读:
    Palindrome
    Girls' research
    最长回文
    Water Tree
    Alternating Current
    Psychos in a Line
    Feel Good
    Color the Fence
    javaScript内置类Date,Math等
    DOM之兄弟节点
  • 原文地址:https://www.cnblogs.com/awpatp/p/8488662.html
Copyright © 2011-2022 走看看