PDA

View Full Version : Is My Boot Mode EFI?



tomsubt
August 20th, 2015, 07:48 PM
Hello how can i find out if my boot is in EFI mode or what boot mode? Thanks

Quarkrad
August 20th, 2015, 07:53 PM
Reboot your pc and look carefully at the boot text on the screen - there will be some text about what key to press to enter Setup or Bios, a common key is the Delete key. Instead of booting to your Desktop the pc will take you to your BIOS screen(s). You should be able to tell from these screen if you are in EFI mode.

Bashing-om
August 20th, 2015, 08:59 PM
tomsubt; Hello:

Here is a way to have the system tell you what the booting mode is:
From an Ubuntu installed on the HDD (neither liveCD nor liveUSB), open a terminal (Ctrl+Alt+T), then type the following command:


[ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD"

If the result is "Legacy boot on HDD", then either the BIOS is not UEFI type, or the BIOS is not set up to boot the HDD in UEFI mode.



my bit to try and help

tomsubt
August 20th, 2015, 09:11 PM
ok, it says its gfxmode! so can i proceed to installing windows 10 along side ubuntu? I wont be doing it until tomorrow.

oldfred
August 20th, 2015, 10:20 PM
gfxmode is related to video, not UEFI nor BIOS.

Post this, it MBR(msdos) then it is BIOS boot, but if gpt it may be UEFI boot or BIOS boot:
sudo parted -l

But that is not conclusive as you can boot a gpt partitioned drive with BIOS. But Windows only installs to gpt drives with UEFI and only to MBR drives with BIOS.