1、所需文件在这个网盘里面:链接:https://pan.baidu.com/s/140DI2SyRmPf0Q-ikXcJMcQ
提取码:yjth

2、这个问题的解决参考了:https://h30434.www3.hp.com/t5/Desktops-Archive-Read-Only/invalid-processor-microcode-update/m-p/5399213#M62390


一共是三个文件,说明如下:
1、Dos System Files 和 SP27608.exe —— 这个文件夹这个HP USB Disk Storage Format Tool工具来自上面参考的网站,但是没有使用他提供的DOS Flash 文件夹,可能因为版本或者国别的问题,刷了他提供的固件后,系统会蓝屏

2、DOS Flash —— 这个文件夹来自:hp官网提供的固件,这个是需要根据自己电脑进行选择的,具体是这样找来的:

  1. https://support.hp.com/cn-zh/drivers 选择自己的主机类型
  2. 搜索自己的电脑型号,如:DC7800
  3. 选择自己的操作系统
  4. 就是这个文件了,解压之后提供了三个文件,供不同的升级选项使用,由于我的电脑不能进入系统,所以选择了通过U盘升级BIOS的DOS FIash文件,也就是我提供的这个文件夹

源文件就是通过上面方式获得的,下面说明具体的步骤,参考最开始提供的链接:

1. open the SP27608 zip and install it. 安装SP27608

2. Now when you run this select Create a DOS startup disk and check "using DOS system files located at" 用这个工具制作启动U盘,选择使用DOS system files,并选中本教程提供的同名文件夹

3. Next unzip the file titled DOS System Files you dl'ed from up top

4. point the Format tool to that file.

5. Format it

6. DO NOT copy paste over the Dos System File contents on the usb, it'll format those into the usb with the format tool.

7. ONLY copy over your DOS Flash folder contents. 制作完成后,把DOS Flash这个文件夹里面的文件拷到U盘,不要拷贝文件夹,也不要拷贝Dos System File文件夹里面的内容

8. Plug it in to the need flashed pc and boot pc from usb 把U盘插到主机里,选择U盘启动

9. PC jargon rolls by and stops with a blinking | after C:>

10. type Flashbin.exe after the C:> and press enter. 在C:/这个符号输入Flashbin.exe,也就是DOS Flash 文件夹里面的那个程序

等待完成重启就OK了

最新文章

  1. Performance Monitor4:监控SQL Server的IO性能
  2. js设计模式总结-迭代器模式
  3. Android Animation学习(四) ApiDemos解析:多属性动画
  4. linux安装jdk 不成功,找不到版本问题
  5. PHP自定义函数使用外部变量
  6. Oracle EBS-SQL (WIP-15):检查车间任务物料未发数量与现有量对照.sql
  7. ThinkPHP第二十三天(Category表结构、PHPExcel导入数据函数)
  8. C:数据结构与算法之单链表
  9. NLP+句法结构(三)︱中文句法结构(CIPS2016、依存句法、文法)
  10. Makefile自动生成
  11. Socket深度探索 4 PHP(转)
  12. uva_answers
  13. vue.js 之 watch 详解
  14. Android软件更新
  15. Linux command: grep
  16. [UE4]Reliable,可靠性
  17. 通过jquery获得某个元素的位置, 透明div, 弹出框, 然后在旁边显示toggle子级联菜单-hover的bug解决
  18. WPF PasswordBox.Password 的数据绑定
  19. [5] 柱台(Cylinder)图形的生成算法
  20. Java多线程——同步容器类

热门文章

  1. IdentityServer4 - v4.x .Net中的实践应用
  2. 【转载】WebBrowser控件的常用方法、属性和事件
  3. [论文总结] Genecology and Adaptation of Forest Trees 林木的基因生态学与适应性
  4. Spark详解(05) - Spark核心编程SparkCore
  5. salesforce零基础学习(一百二十四)Postman 使用
  6. [超详细] [效能工具]Typora+PicGo+Github免费图床快速搭建,提升技术文档输出效率
  7. 【架构设计】你真的理解软件设计中的SOLID原则吗?
  8. C Primer Plus(4.8)編程練習
  9. 动力节点——day07
  10. MyBatis使用四(查询详解)