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

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

2020年03月13日 3894点热度 49人点赞 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

点赞
< 上一篇
下一篇 >

文章评论

取消回复
最新 热点 随机
最新 热点 随机
Steam内存测试工具 SPDK详解 Hadoop之HDFS优缺点、设计原理、框架 tmpfs总结 当64核遇上PCIe 4.0 超级算力是这样建成的 Edge for Linux开发者预览将至 WSL子系统可运行带GUI的Linux应用程序
特斯拉将给车主推打盹功能 还有一键叫醒服务 lvm 条带化 Linux用户模式和内核模式 AMD CTO谈Zen4/Zen5:12-18个月升级一代 IPC性能至少提升7% Oracle ASM操作管理 磁盘检测命令e2fsck与fsck
一起来了解为双屏设备而生的Windows 10X系统
标签聚合
intel san 存储 docker 操作系统 redo 数据库 AMD oracle netapp cpu hp linux windows 文件系统 3par

COPYRIGHT © 2020 iplaybit. ALL RIGHTS RESERVED.

京ICP备18020432号-1