No "efi" option during manual disk partitions

15,546

To start with your question:

What is the proper way to make Live USB with Ubuntu for UEFI computer ?

Create a working USB drive by using the disks tool from within Ubuntu.
Open it and select Restore Disk Image from the menu on the top right.
Choose the ISO file and the USB drive to write it to and start restoring.

Now to your screenshot:

So far everything seems to be just the way it should be.

Install Ubuntu to the already existing partition sda6.

But the device for boot loader installation – you have to select sda.
The boot loader will automatically be installed to EFI partition sda2.

Share:
15,546

Related videos on Youtube

trainset
Author by

trainset

Thank you for your time on my questions.

Updated on September 18, 2022

Comments

  • trainset
    trainset over 1 year

    I was trying to install kubuntu 15.10 with the official image(downloaded from kubuntu.org) from live-usb, created with usb-creator-kde.

    The notebook had already installed windows 8 in uefi mode.

    I identified 100mb /dev/sda2 partition with fat as the bootloader partition, and was expecting to see something resembling this picture from tutorial

    However, the "type" field of /dev/sda2 was fat32 and there was no option "efi" if I tried to change it, only "reserved bios partition", ext2, ext3, ext4, ntfs and so forth.

    I also was worried by the fact that ubuntu have not recognized existing windows installation, usually it provides option of "installing alongside windows"

    As I understand, this happened because I logged in with legacy live-usb kubuntu mode rather than uefi, however I don't see any other option during startup and if I try to manually add "uefi" option to the start command parameters I get kernel panic.

    What is the proper way to make live-usb with ubuntu for uefi computer?

    • Edward Torvalds
      Edward Torvalds over 8 years
      You have to select a new partition of around 100-500MB and click on change, in it you will see an option of EFI partition
    • trainset
      trainset over 8 years
      Thanks, I'll try this. I guess this means that I won't be able to keep original windows efi bootloader, hopefully boot-restore will manage to do his job.
  • trainset
    trainset over 8 years
    Thanks for lengthy answer and the tip about device for boot loader installation! However this screenshot isn't mine, it's from tutorial, in my screenshot instead of "efi" I see "fat32" and not able to change it to "efi", that was my original question :)
  • cl-netbox
    cl-netbox over 8 years
    @trainset : Open GParted (included in the Ubuntu install media - mark sda2 - right-click - choose flags - check 'boot' and 'esp' ! :)
  • psusi
    psusi over 8 years
    It actually doesn't matter what you choose to install grub to when booting in EFI mode; it always goes to the ESP. That is, the choice of where to install grub is completely ignored in EFI mode.
  • Rod Smith
    Rod Smith over 8 years
    On an EFI-based computer, the ESP is FAT. The ESP holds both Linux and Windows boot loaders. Using the Windows boot manager rather than GRUB is likely to complicate things, not simplify them. It's unclear what you mean by "delet[ing] the efi folder," but the most likely interpretations would create new problems. DOS's FDISK would be useless on modern GPT disks, although there is a command-line tool (DISKUTIL, IIRC) available in Windows for this job. I wouldn't recommend using it for creating Linux partitions.
  • GettingNifty
    GettingNifty over 8 years
    There should be a folder in the system files. You will need to find a tutorial for your boot manager. Delete it restart and run the installer again.