How to know if my BIOS supports UEFI?

20

2

I recently bought a new Dell notebook for my girlfriend and I want to know if the computer comes with a UEFI BIOS, unfortunately I didnt find any information in the manual or on Windows, is there some way to discover it?

Diogo

Posted 2011-06-29T16:13:44.873

Reputation: 28 202

http://askubuntu.com/questions/307508/how-to-tell-if-my-laptop-has-uefi – Ciro Santilli 新疆改造中心法轮功六四事件 – 2015-09-14T14:54:11.890

1What model laptop, and what is the current BIOS manufacturer, and revision info? – KCotreau – 2011-06-29T16:35:48.667

2I dont have this information with me now, i will take a look next time I have the machine. However, i wish to learn how could I discover it this information on generic machines. – Diogo – 2011-06-29T17:09:35.123

@ Diogo, check my edit below. – Moab – 2011-06-29T17:38:53.683

doing a quick check, there's no documentation on if you can check on UEFI on WMIC. There's a pair of charecteristics that arn't on the official MS documentation i'm chasing down tho. – Journeyman Geek – 2011-06-30T00:16:05.570

Is there any definite answer? That does not require connecting a hard drive and installing an OS (and recovery tools) ? A surefire way to check in the BIOS/(U)EFI setup tool? A simple boot program that queries the firmware and prints the results? – David Balažic – 2014-01-25T15:01:53.030

Answers

8

There will be an extra UEFI partition on the hard drive, It may be hidden, if you can get a look at the files in the partition there will be some with an .efi file extension.

Different manufactures label the partitions differently, mine is labeled "HP_TOOLS"

I agree with William, all the new laptops I have seen in the last 2 years have UEFI

EDIT:

Another way may be to look in the C:\Windows\Boot folder for an EFI folder, it does not exist on non efi bios system's, You may have to unhide system or protected folders in folder options to see this folder.

Moab

Posted 2011-06-29T16:13:44.873

Reputation: 54 203

7UEFI has nothing to do with your HP recovery tools partition. – Breakthrough – 2011-06-29T17:07:00.887

Oh yes it does, it is where all the uefi tools are, and on HP business line of PC's you can add your own efi tools, it is also where the HP bios update is stored to flash the bios, also a backup copy of the old bios for recovery purposes, but I will look at any links you wish to provide to back up your notion. – Moab – 2011-06-29T19:42:49.257

I don't think the extra partition is required -- otherwise that would mean that you couldn't boot the machine without an extra hard disk. – user541686 – 2011-06-30T03:01:06.007

2The EFI System Partition is where the operating system boot loaders live on machines with EFI firmwares, Mehrdad. – JdeBP – 2011-06-30T11:56:14.200

1Just about all UEFI systems have a BIOS emulation mode - they are "UEFI-capable" (as the question is asking), but will boot legacy bootloaders. The method described in this answer only applies if the system is set up to use UEFI boot, and is therefore inaccurate. – Bob – 2013-02-28T16:23:01.860

5

I am having problems confirming this information, but, I have personally not seen a laptop released within the last few years (non atom and latest technology) that was not EFI.

The best bit of advice I can give is to write down the BIOS version/serial/manufacturer and try to Google it and see what you can find out.

William Hilsum

Posted 2011-06-29T16:13:44.873

Reputation: 111 572

5

If EFI/UEFI meant extra partition on the HDD, this would imply that UEFI based machines can't boot diskless, and yet they can! You can't rely on that to determine if a machine is (U)EFI capable. Furthemore, HP_TOOLS does exist on non-UEFI based installations, it is created by some extra tool (ProtectTools, BIOSUPDate, Sparekey etc), so even if you do have HP_TOOLS on your HDD, it does not mean your PC is UEFI based.

MrTheV

Posted 2011-06-29T16:13:44.873

Reputation: 51

5

If you have Windows installed and usable, run the HWiNFO tool. Under the motherboard section (in the main window) it will say if the motherboard is UEFI capable or not (regardless of which mode the current Windows was installed or booted). If the HWiNFO utility displays 'UEFI', the motherboard is UEFI capable, otherwise it will display 'Legacy'. (Source)

Otherwise:

Put an Ubuntu 13.10 amd64 CD/DVD into the optical unit and on reset bring up the boot menu. If the PC has UEFI, the boot menu will present two items for the CD, one marked as "UEFI" and another "normal" one. If you select the normal one, you will get a graphical menu, while selecting the UEFI item will give you a textual menu. See this link for screenshots: https://askubuntu.com/questions/307508/how-to-tell-if-my-laptop-has-uefi/307930#307930

The other answers are incorrect. I have a UEFI PC with Windows 8.1, but no EFI partition, also the \Windows\Panther\setupact.log file has "Callback_BootEnvironmentDetect: Detected boot environment: BIOS".

Also, what if the HDD is inaccessible (it died and you replaced it with a new blank one)? Or you are assembling a new desktop PC and you haven't installed any OS yet?

There might be other tools to check the BIOS/UEFI type that might also work from USB sticks. I'll leave those to be an exercise for the reader...

David Balažic

Posted 2011-06-29T16:13:44.873

Reputation: 1 242

4

Follow Computer> C:(or your Local Disk)> Windows > Panther

In the folder look for the file called setupact. Open it and hit Ctrl+F to find the string:

Callback_BootEnvironmentDetect: Detected boot environment:

It will be either BIOS or UEFI.

Yannis Dran

Posted 2011-06-29T16:13:44.873

Reputation: 315

1Awesome. It seems to work for me. Mine is new dell inspiron 2320 aio. I had doubts as to mine may not have uefi. When i searched the file , as stated above, confirms my suspicion, it says BIOS. So 2 things are confirmed. 1) the above solution works and 2) Mine is bios. Thanks – bagavadhar – 2013-06-07T15:50:47.027

3The value I have for this entry is BIOS, however I also have an EFI folder in my C:\Windows\Boot directory, which according to Moab indicates a UEFI. These contradict each other! – Bryan – 2013-09-04T15:18:37.063

1

On Windows 10:

  1. Win+R
  2. type in cmd
    enter image description here
  3. in console type in msinfo32
  4. System info window should appear there should be BIOS Mode (if it's Legacy it's BIOS)

    enter image description here

On Linux:

The folder /sys/firmware/efi will exist you you are using UEFI.

Hope this saves you some time

Matas Vaitkevicius

Posted 2011-06-29T16:13:44.873

Reputation: 963