Results 1 to 5 of 5

Thread: Is My Boot Mode EFI?

  1. #1
    Join Date
    Jan 2008
    Beans
    294

    Is My Boot Mode EFI?

    Hello how can i find out if my boot is in EFI mode or what boot mode? Thanks

  2. #2
    Join Date
    Oct 2008
    Location
    UK
    Beans
    1,816
    Distro
    Ubuntu Mate 22.04 Jammy Jellyfish

    Re: Is My Boot Mode EFI?

    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.

  3. #3
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Is My Boot Mode EFI?

    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:
    Code:
     [ -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
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  4. #4
    Join Date
    Jan 2008
    Beans
    294

    Re: Is My Boot Mode EFI?

    ok, it says its gfxmode! so can i proceed to installing windows 10 along side ubuntu? I wont be doing it until tomorrow.

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Is My Boot Mode EFI?

    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.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •