从eMMC启动Windows时出现INACCESSIBLE_BOOT_DEVICE蓝屏的处理

故障描述:一台技森TJ-101ED02平板电脑,系统盘为128 GB eMMC,从Windows PE部署Windows Server 2022,启动时出现INACCESSIBLE_BOOT_DEVICE蓝屏。

故障处理:重新启动到Windows PE,假设Windows Server 2022系统盘为C:,则在注册表编辑器中向HKEY_LOCAL_MACHINE主键挂载C:\Windows\System32\Config\SYSTEM注册表储巢,假设挂载到HKEY_LOCAL_MACHINE\MAINOS_SYSTEM

配置sdbus自启动:

  1. 定位到HKEY_LOCAL_MACHINE\MAINOS_SYSTEM\ControlSet001\Services\sdbus\
  2. Start值改为0

配置sdstor自启动:

  1. 定位到HKEY_LOCAL_MACHINE\MAINOS_SYSTEM\ControlSet001\Services\sdstor\
  2. Start值改为0

确保系统没有处于Windows ToGo状态:

  1. 定位到HKEY_LOCAL_MACHINE\MAINOS_SYSTEM\ControlSet001\Control\
  2. PortableOperatingSystem值改为0

卸载注册表项,重新引导系统,故障解决。

参考资料:

http://bbs.wuyou.net/forum.php?mod=viewthread&tid=257296

it
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License