Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live iso does not boot directly in UEFI mode #592

Closed
tomshoo opened this issue Aug 11, 2021 · 4 comments
Closed

Live iso does not boot directly in UEFI mode #592

tomshoo opened this issue Aug 11, 2021 · 4 comments

Comments

@tomshoo
Copy link

tomshoo commented Aug 11, 2021

Description

Live ISO for elementary os 6 does not boot in UEFI mode unless manually configured.

Steps to reproduce

  • Burn the ISO as mentioned in the installation guide
  • Reboot the system and enter the Boot Menu(F12 key for dell laptops)
  • Select the USB drive containing the ISO

Error

20210811_170424

How I resolved it

  • After entering the boot menu, go to the BIOS settings
  • Go to boot sequence, and select add boot option
  • Name it whatever you want and specify the path to FS1/EFI/boot/grubx64.efi
  • Reboot
  • Enter the boot menu and select the Boot option you created earlier
  • Install the OS

Note

I also tried burning the iso using dd but the outcome didn't change, so I had to resort to manually adding a boot entry and then deleting it after the install process was over

ISO: Elementary OS 6(Odin) Released on Tuesday 10, Aug, 2021 - 21:30 IST

@davidmhewitt
Copy link
Member

Thanks for the report!

This looks to be a duplicate of elementary/triage#74 which is an upstream Ubuntu issue. I'll close this issue so we can keep track of it in one place. Thanks for detailing your workaround.

@rafaelcn
Copy link

rafaelcn commented Aug 11, 2021

One thing to do is to select the boot file after burning the image on the device. The following script code can do the job:

efibootmgr --create --label Elementary --disk /dev/<device> --loader "\EFI\boot\grubx64.efi"

@tomshoo
Copy link
Author

tomshoo commented Aug 12, 2021

One thing to do is to select the boot file after burning the image on the device. The following script code can do the job:

efibootmgr --create --label Elementary --disk /dev/sda1 --loader "\EFI\boot\grubx64.efi"

I guess the disk should point to /dev/sdb (sdb in my case because that was where the iso was burnt.

@rafaelcn
Copy link

Yep, I totally forgot to generalize that. I'll edit it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants