iplaybit
  • 首页
  • 系统运维
  • IT新闻
  • 科技新闻
  • 关于我们
  1. 首页
  2. 系统运维
  3. 正文

linux怎么查看操作系统是bios启动方式还是uefi启动方式?

2020年03月13日 4570点热度 51人点赞 0条评论
环境
Red Hat Enterprise Linux 6
Red Hat Enterprise Linux 7
 
问题
How to identify if the system is installed with UEFI or with Legacy only Boot?
 
决议
Run the command below to find out if the system is BIOS boot or UEFI boot.
#[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
 
For BIOS Boot, it will show as follows.
#[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
BIOS
 
For UEFI boot, it will show
#[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
UEFI
 
标签: bios linux uefi
最后更新:2020年03月13日

iplaybit

点赞
< 上一篇
下一篇 >

文章评论

取消回复

最新 热点 随机
最新 热点 随机
GlusterFS Self-Heal是如何工作的? linux文件系统中的“锁” NFS锁相关的问题 nfs服务固定端口和常见问题处理 Steam内存测试工具 SPDK详解
linux文件系统中的“锁” “硅阳极锂预置”的方式可将锂电池密度提升25% Linux使用udev绑定裸设备事例 redhat7 firewalld 配置IP重定向 一口走天下!雷电4、USB4有啥不一样?Intel官方科普 Steam内存测试工具
一起来了解为双屏设备而生的Windows 10X系统
标签聚合
AMD linux 数据库 docker windows cpu 操作系统 hp oracle netapp 文件系统 intel san 3par redo 存储

COPYRIGHT © 2020 iplaybit. ALL RIGHTS RESERVED.

京ICP备18020432号-1