zoukankan      html  css  js  c++  java
  • UEFI Shell在vbox上使用

      首先介绍什么是UEFI,下面是官方的介绍:

        UEFI is a community effort by many companies in the personal-computer industry to modernize the booting process.

    UEFI capable systems are already shipping, and many more are in preparation. During the transition to UEFI,

    most platformfirmware will continue to support legacy (BIOS) booting as well, to accommodate legacy-only operating systems.

    想了解更多关于UEFI知识请访问http://www.uefi.org/home/

      学习UEFI需要动手操作才能更有效果、更加了解EFI。UEFI shell需要支持UEFI环境,今天介绍一个简单的方法:

    我这里介绍的是使用的virtual box,新建一个虚拟机,系统随便,之后的窗口可以都是默认的。我的叫UEFI,看图片:

    然后打开设置,勾选上Enable EFI(special OSes only):

    点击OK后我们就可以启动虚拟机了,启动后画面:

    现在已经进入UEFI BIOS了,我们就可以进行操作了.

    UEFI shell在上面提供的链接中能够下到。

    查看PCI:

    dh -b是指分屏显示在UEFI环境里的device handles :

    就先写这些吧,更多command可以使用help,更详细就需要在官网上下载spec了。

    某人也刚开始接触UEFI,目前windows 8已经支持它了。Apple产品都已支持了,无论iphone手机、ipad平板还是mac电脑。

  • 相关阅读:
    Windows7防火墙服务无法启用怎么办
    asp.net实现md5加密方法详解
    php去除换行(回车换行)的方法
    MySQL函数大全
    php codebase生成随机数
    Tensorflow 的Word2vec demo解析
    深度学习课程部分资料整理
    稀疏矩阵表示
    Faster-rnnlm代码分析3
    Faster-rnnlm代码分析2
  • 原文地址:https://www.cnblogs.com/wuchaofan/p/2980008.html
Copyright © 2011-2022 走看看