之前,gOxiA 介绍过已经在移动存储上创建了两个系统,所以在本例中 gOxiA 还需要为现在这个 Windows Server 2008 R2 Enterprise 再创建一个引导信息。为此,执行了如下图所示的命令行,最终完成了整个操作过程。
下面是 gOxiA 的移动硬盘上的引导信息,供大家参考:
Windows 启动管理器
--------------------
标识符 {bootmgr}
device partition=S:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
resumeobject {f42031ce-8f5f-11df-a522-0016cff894cf}
displayorder {default}
{f320cdfd-8faf-11df-a49a-0016cff894cf}
{3ff017e1-8fc7-11df-9ce0-0016cff894cf}
toolsdisplayorder {memdiag}
timeout 30
Windows 启动加载器
-------------------
标识符 {default}
device vhd=[S:]Hyper-V Server R2.vhd
path Windowssystem32winload.exe
description Microsoft Hyper-V Server 2008 R2
locale en-US
inherit {bootloadersettings}
osdevice vhd=[S:]Hyper-V Server R2.vhd
systemroot Windows
resumeobject {f42031ce-8f5f-11df-a522-0016cff894cf}
nx OptOut
hypervisorlaunchtype Auto
Windows 启动加载器
-------------------
标识符 {f320cdfd-8faf-11df-a49a-0016cff894cf}
device vhd=[S:]win08r2std.vhd
path Windowssystem32winload.exe
description Windows Server 2008 R2 Standard
locale en-US
inherit {bootloadersettings}
recoverysequence {406f48fd-903b-11df-80cb-0019d244ddeb}
recoveryenabled Yes
osdevice vhd=[S:]win08r2std.vhd
systemroot Windows
resumeobject {f42031ce-8f5f-11df-a522-0016cff894cf}
nx OptOut
hypervisorlaunchtype Auto
nocrashautoreboot Yes
sos Yes
Windows 启动加载器
-------------------
标识符 {3ff017e1-8fc7-11df-9ce0-0016cff894cf}
device vhd=[S:]win08r2ent.vhd
path Windowssystem32winload.exe
description Windows Server 2008 R2 Enterprise
locale en-US
inherit {bootloadersettings}
osdevice vhd=[S:]win08r2ent.vhd
systemroot Windows
resumeobject {f42031ce-8f5f-11df-a522-0016cff894cf}
nx OptOut
hypervisorlaunchtype Auto
detecthal Yes
注意观察,在 Windows Server 2008 R2 Standard 引导信息中,gOxiA 启用了 nocrashautoboot 和 sos 参数,前面的参数表示遇到蓝屏不重新启动,后面的参数表示引导过程中显示详细的启动信息。这样有助于我们进行排错!
本文至此告一段落,发表一下 gOxiA 的感慨!Windows 发展至今,给予我们太多的惊喜,而这些惊喜不仅仅只体现在客观层面上!Windows 十分强大,也将越来越强大!微软所做的努力将会证明,我们的选择是正确的!
最后,友情提示:运行在移动存储上的 Windows Server 2008 如果要运行在其他计算机上,建议不要安装驱动程序,而使用内置的驱动,因为一旦运行于其他计算机便会重新识别硬件。此外,在其他计算机上运行之后会修改当前系统的引导信息,所以请关注引导信息中 device 和 osdevice 参数设置。