|
|
| 第 128 行: |
第 128 行: |
|
| |
|
| == Bug == | | == Bug == |
| ===Installation=== | | === 安装 === |
| *This build cannot be normally upgraded from a previous build, and as such it can only be clean installed. | | * 此版本正常情况下无法从以前的版本升级,因此只能全新安装。 |
| *The Checked/Debug compile of the x86 version requires either a debugger or replacing drivers with ones from the non-Checked/Debug versions of this build due to the large amount of assert errors that prevents setup from installing the system properly. | | * x86 版本的 Checked/Debug 编译需要调试器或将驱动程序替换为此版本的非 Checked/Debug 版本中的驱动程序,因为大量断言错误会阻止安装程序正确安装系统。 |
| *Setup might disallow installation on IDE drives if SCSI drives are installed in the system. However, this seems to be hardware specific. | | * 如果系统中安装了 SCSI 驱动器,安装程序可能不允许在 IDE 驱动器上安装。但是,这似乎是特定于硬件的。 |
| *When the text mode setup on some hardware configurations reboots, if the disk drive is set to IDE and the disk drive controller is set to SCSI an <code>Error loading operating system</code> message will appear. | | * 当某些硬件配置上的文本模式安装程序重新启动时,如果磁盘驱动器设置为 IDE 且磁盘驱动器控制器设置为 SCSI,会显示 <code>Error loading operating system</code> 消息。 |
| *The Checked/Debug compile of the x64 version has an assertion error in the IDE driver that results in a [[bugcheck]] during "Completing installation" phase with an error code of <code>0x0000001E</code> and <code>0xFFFFFFFF80000003</code> as there was no kernel debugger attached at that point. When this occurs, start WinDbg on the host, connect the debugger to the VM's virtual serial port (shut down the VM then add and configure one if there are none in the VM), then restart the VM and press the F8 key to select "Debugging Mode" and continue the setup. Once the "Assertion failed" message appears, type "ignore" or the letter I to the debugger command window. Repeat this on every message until the setup finishes. | | * x64 版本的 Checked/Debug 编译在 IDE 驱动程序中有一个断言错误,此错误会导致在“Completing installation(完成安装)”阶段进行[[蓝屏死机|错误检查]],错误代码为 <code>0x0000001E</code> 和 <code>0xFFFFFFFF80000003</code>,这是因为当时没有附加内核调试器。发生这种情况时,请在主机上启动 WinDbg,将调试器连接到 VM 的虚拟串行端口(如果 VM 中没有,请关闭 VM,然后添加并配置一个),然后重新启动 VM 并按 F8 键选择“Debugging Mode(调试模式)”并继续安装程序。出现“Assertion failed(断言失败)”消息后,在调试器命令窗口中键入“ignore(忽略)”或字母 I。对每条消息重复此操作,直到安装程序完成。 |
| *On some computers and virtualizers, this build's [[Windows Preinstallation Environment|WinPE]] setup takes a very long time (about 2–3 minutes) to boot and has a chance to temporarily freeze for a short amount of time. This can be fixed by pressing F5 and then select Standard PC. | | * 在某些计算机和虚拟机上,此版本的 [[Windows 预安装环境|WinPE]] 安装程序需要很长时间(大约 2-3 分钟)才能启动,并且有可能在短时间内暂时冻结。这可以通过按 F5 然后选择 Standard PC 来修复。 |
|
| |
|
| === 预安装环境中损坏的 PS/2 鼠标驱动程序 === | | === 预安装环境中损坏的 PS/2 鼠标驱动程序 === |