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

Odin iso fails to boot on lots of Dell hardware (and others) #74

Closed
davidmhewitt opened this issue Aug 6, 2021 · 53 comments
Closed

Odin iso fails to boot on lots of Dell hardware (and others) #74

davidmhewitt opened this issue Aug 6, 2021 · 53 comments
Labels
Priority: High To be addressed after any critical issues Status: Confirmed Verified by someone other than the reporter
Projects

Comments

@davidmhewitt
Copy link
Member

davidmhewitt commented Aug 6, 2021

This is an upstream bug experienced on a variety of Dell hardware, and sometimes others. This issue is for tracking the upstream issue and as a place to collate similar reports. Here's the launchpad issue:

https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1937115

Note: This particular issue only affects booting from the live-media and does not affect the installed system. So if you use one of the workarounds, you only have to apply it once to get the install media to boot, then the installed system will work fine.

Description

Booting the Odin iso on this hardware results in the following EFI errors being printed to the screen and the boot process failing:

Failed to open \EFI\BOOT\*garbled character* - Invalid Parameter
Failed to open \EFI\BOOT\*garbled character*: Invalid Parameter
start_image() returned Invalid Parameter

Looks like this:
PXL_20210806_134052804

Workarounds

Workaround 1

The easiest workaround (if you're happy disabling secure boot) is to follow these steps (provided by @friimaind):

  • Go to BIOS
  • On the left click on General > Boot Sequence > Add Boot Option
  • Insert what you want inside "Boot Option Name", like "Odin"
  • click on "..." in "File Name" and select the USB Pen Drive and EFI / Boot / grubx64.efi
  • Click OK to add the new boot option
  • with the arrow up/down you can set this boot option as the first one

If you can't identify the USB Pen Drive you can connect / disconnect and see what changes inside "File Name" > "..." menu

After performing these steps and installing elementary OS, it should be possible to re-enable secure boot if desired.

This workaround wasn't possible for some reason on my XPS 13 9343, as the USB stick wouldn't show as an option in the file chooser, so if you experience this, you may have to try one of the other workarounds.

Workaround 2

If you are unable to disable secure boot, or the previous workaround doesn't work, the next best option is to download an Ubuntu 20.04.2 iso and copy the EFI folder from it to the elementary media (overwriting the original EFI files).

Whether this is possible depends on how the iso has been written to the USB media as sometimes it is left in a read-only state. If you are able, you can manually format the USB stick as FAT32 with a GPT partition table, then copy the files to it from within the elementary iso. Then you should be able to replace the EFI folder with an Ubuntu one afterwards.

Using this workaround should allow secure boot to function correctly.

Workaround 3

The final workaround is to disable UEFI/enable legacy boot (sometimes called "Enable CSM"). Only use this workaround as a last resort as it may have the following consequences which you should understand and consider before continuing:

  • Any other operating systems installed on the computer that you intend to keep (i.e. dual boot with your new elementary installation) may fail to boot after enabling legacy BIOS mode.
  • You will have to change your disk's partition table to MBR instead of GPT which again may cause data loss or failure to boot of other operating systems.
  • Secure boot will not be possible.
  • Boot times may be slightly longer.
  • It may not be possible to install other operating systems that are UEFI-only while legacy mode is enabled.

Cause

Because the elementary iso was built after Ubuntu pushed a new shim-signed package, the shim included on the elementary iso is newer than that contained on the Ubuntu iso. This newer version of shim-signed appears to have issues on my particular hardware (and maybe others). I can also reproduce this issue with a vanilla Ubuntu Impish daily build, which appears to be using a similar shim-signed version.

@davidmhewitt davidmhewitt changed the title Odin iso fails to boot on XPS 9343 Odin iso fails to boot on lots of Dell hardware (and others) Aug 6, 2021
@davidmhewitt
Copy link
Member Author

My bug got marked as a duplicate of this one so I've updated my original comment:
https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1937115

Sounds like this is happening on quite a few different Dell models, and is blocking the Ubuntu 20.04.3 release because they don't want to release a new iso with a shim that doesn't boot properly on a bunch of hardware.

@bluesabre
Copy link
Sponsor Member

On my 2013 Asus laptop, I'm seeing something similar with the 20210805 RC.

Invalid image
Failed to read header: Unsupported
Failed to load image: Unsupported
start_image() returned Unsupported

I believe this is the same issue.

@davidmhewitt
Copy link
Member Author

On my 2013 Asus laptop, I'm seeing something similar with the 20210805 RC.

Invalid image
Failed to read header: Unsupported
Failed to load image: Unsupported
start_image() returned Unsupported

I believe this is the same issue.

If you get chance, could you try booting an Ubuntu impish daily iso and see if you get the same result? If you do, that will at least confirm it's not our iso build process causing this on your hardware.

Reading the Ubuntu bug report, I suspect that's actually a different problem but likely also caused by the newer version of shim.

@bluesabre
Copy link
Sponsor Member

@davidmhewitt Yep! Just tried today's impish image and I'm getting the same exact error.

@cassidyjames
Copy link
Contributor

Am I correct that another potential workaround may be to disable UEFI mode in your device’s BIOS? I’m seeing some folks mention that in social media at least.

@o-alquimista
Copy link

o-alquimista commented Aug 11, 2021

@davidmhewitt How do you mount the elementary installer media for read/write? It won't let me mount it, it says it's write-protected. I'm trying your workaround.

UPDATE: I got it. Thanks. GPT + FAT32 partition, copied everything and applied the workaround. Installation successful here :D

@davidmhewitt
Copy link
Member Author

@o-alquimista I think that depends on how it's been written to the media. Some disk flashing tools create a FAT32 partition and copy the files from inside the ISO, others just copy it as an ISO filesystem, which is read-only.

You could manually format your USB as FAT32 and copy the files from the ISO, then replace the EFI ones. You may have to make sure the USB has a GPT partition table too.

@davidmhewitt
Copy link
Member Author

Another workaround that I believe is working for some people is to manually add a boot entry in the BIOS/UEFI configuration. Adding a boot entry and manually selecting the \EFI\BOOT\bootx64.efi file on the USB stick or in some cases \EFI\BOOT\grubx64.efi is working for some.

This didn't work on my laptop, but it does have an older firmware where this may not be possible.

@bluesabre
Copy link
Sponsor Member

Am I correct that another potential workaround may be to disable UEFI mode in your device’s BIOS? I’m seeing some folks mention that in social media at least.

After enabling "Launch CSM", the installer managed to boot. My first attempt to install with a custom partition layout failed because the installer couldn't select an ESP partition and grub couldn't find /boot/EFI. My second attempt, doing a full-disk installation worked correctly.

@bluesabre
Copy link
Sponsor Member

@o-alquimista I think that depends on how it's been written to the media. Some disk flashing tools create a FAT32 partition and copy the files from inside the ISO, others just copy it as an ISO filesystem, which is read-only.

You could manually format your USB as FAT32 and copy the files from the ISO, then replace the EFI ones. You may have to make sure the USB has a GPT partition table too.

This worked for me. I also marked the partition as bootable with gparted just to play it safe.

@cassidyjames cassidyjames added this to To do in OS 6.1 via automation Aug 11, 2021
@cassidyjames cassidyjames added Priority: High To be addressed after any critical issues Status: Confirmed Verified by someone other than the reporter labels Aug 11, 2021
@kryptoatom
Copy link

I had issue installing on HP spectre. Enabling Legacy Boot option worked for me.

@tomshoo
Copy link

tomshoo commented Aug 12, 2021

Enabling Legacy Boot option worked for me

After booting into legacy mode the ISO booted for me but the installer failed while installing grub for x86_64 hardware.
My Workaround was to manually add a boot entry in the UEFI configuration pointing to EFI\boot\grubx64.efi present on the live ISO.

I have a DELL VOSTRO-13 series laptop

Update: If the above method does not work you can also try using Ventoy and see if that works. For me the ISO booted up correctly although I did not try the installation.

@friimaind
Copy link

I had the same problem with my Dell XPS 9570.
I managed to start the installer by entering the bios and creating a new "boot option":

  • Go to BIOS
  • On the left click on General > Boot Sequence > Add Boot Option
  • Insert what you want inside "Boot Option Name", like "Odin"
  • click on "..." in "File Name" and select the USB Pen Drive and EFI / Boot / grubx64.efi
  • Click OK to add the new boot option
  • with the arrow up/down you can set this boot option as the first one

If you can't identify the USB Pen Drive you can connect / disconnect and see what changes inside "File Name" > "..." menu

@davidmhewitt
Copy link
Member Author

Thanks for the updates everyone, I've updated the original post with better details of the various workarounds.

Please comment only if you have new information to add to the issue. For example if you have this exact issue on some non-Dell hardware or you have further information not covered here about any of the workarounds.

The issue is being worked on upstream at Ubuntu and we'll be able to resolve this once they release a fixed version of the shim-signed package.

@Namelesske
Copy link

I tried all of the up mentioned possible solutions but not of them worked on my Dell Inspiron 3580

@miguelslp
Copy link

On my 2013 Asus laptop, I'm seeing something similar with the 20210805 RC.

Invalid image
Failed to read header: Unsupported
Failed to load image: Unsupported
start_image() returned Unsupported

I believe this is the same issue.

I also have the same experience on a Clevo n150sd

@cangulo
Copy link

cangulo commented Aug 12, 2021

Thanks for the workarounds @davidmhewitt . I had the same error with the Elementary OS 6 when installing it with Windows 10 on a Dell XPS 7590. I fix it following your workaround 1. Just one note, before booting from the USB, set the SATA Operation mode from RAID to AHCI in the BIOS.

@sklages
Copy link

sklages commented Aug 13, 2021

Well, just a tiny info: I used Workaround (1) but after adding, rebooting and selecting the newly created option, it simply stops with black screen. Nothing happens, no keys are working, no textual output. -> Power button.

  • Dell XPS 13 9380 / 4K
  • BIOS Rev. 1.10.0 / SATA Operation -> AHCI
  • no dual boot, linux only
  • sha256 checksum of ISO is okay

@danazkari
Copy link

@davidmhewitt How do you mount the elementary installer media for read/write? It won't let me mount it, it says it's write-protected. I'm trying your workaround.

UPDATE: I got it. Thanks. GPT + FAT32 partition, copied everything and applied the workaround. Installation successful here :D

did it let you? I mounted that partition, tried copying over the files from the Ubuntu ISO but the partition size was too small and I wasn't able to resize the partition either. I feel like I'm so close!

@o-alquimista
Copy link

o-alquimista commented Aug 13, 2021 via email

@LuisMi1245

This comment has been minimized.

@davidmhewitt

This comment has been minimized.

@gmontjr
Copy link

gmontjr commented Aug 14, 2021

I'm having the EFI/boot/ Invalid parameter on a Dell 3880.
I'll try these workarounds since disabling Secure Boot didn't help.

@gmontjr
Copy link

gmontjr commented Aug 17, 2021 via email

@Namelesske
Copy link

I see all the workarounds but someone could tell me exactly what is the root cause of the problem. Because other distros are working correctly. Namely Debian and Ubuntu.

@tomshoo
Copy link

tomshoo commented Aug 17, 2021

@Namelesske From what I could gather from this, the same issue existed on Ubuntu Impish Indri Daily build. Apparently the reason is that the system is trying to read a file that does not even exist and does not go to fallback mode. The only thing weird is that this issue mostly exists on Dell Hardware, as apparent from the same issue I mentioned.

@Namelesske
Copy link

Namelesske commented Aug 17, 2021

@geekyBoogiepop
Copy link

Seems it is already fixed. Please release a new ISO 🙏 I haven't been able to install it on my laptop too.
https://bugs.launchpad.net/ubuntu/+source/shim/+bug/1937115

@davidmhewitt
Copy link
Member Author

You can see on the launchpad page, that the status for Ubuntu Focal (on which Odin is based) is not yet "Fix Released", meaning the fix is not yet available.

We will release a new iso when the fix has been released, after we've had chance to build a new iso and test it.

I have hardware I can reproduce this issue on and I know it's affecting a lot of users, so rest assured it will be released as soon as is practical.

@Namelesske
Copy link

That’s straight talking, thanks a lot.

@danazkari
Copy link

You can see on the launchpad page, that the status for Ubuntu Focal (on which Odin is based) is not yet "Fix Released", meaning the fix is not yet available.

We will release a new iso when the fix has been released, after we've had chance to build a new iso and test it.

I have hardware I can reproduce this issue on and I know it's affecting a lot of users, so rest assured it will be released as soon as is practical.

image

seems like it is now! 🎉 Thank you for being so straight forward with this issue, for the better part of the day that Odin was released I thought it was an issue with my machine and that I was... helically wrapped around an inclined plane.

@geekyBoogiepop
Copy link

Alright, now we just need a new ISO, I was so sad when I tried everything and nothing worked 😭

@cassidyjames
Copy link
Contributor

I'm working on getting a new daily build to test, and if all goes well there, we can spin a new stable ISO.

@cassidyjames

This comment has been minimized.

@krisives

This comment has been minimized.

@geekyBoogiepop

This comment has been minimized.

@davidmhewitt
Copy link
Member Author

I can confirm that the latest daily iso boots perfectly in UEFI mode on my previously affected Dell laptop.

Given that and the large number of confirmations in the Ubuntu ticket, I think we should be good to go with preparing a new stable iso @cassidyjames

It'll probably take us a few more days to build it and verify it on some other hardware combinations, but we're getting close.

@davidmhewitt davidmhewitt moved this from To do to In progress in OS 6.1 Aug 20, 2021
@ma-he-sh
Copy link

ma-he-sh commented Aug 22, 2021

I had the same problem with my Dell XPS 9570.
I managed to start the installer by entering the bios and creating a new "boot option":

* Go to BIOS

* On the left click on General > Boot Sequence > Add Boot Option

* Insert what you want inside "Boot Option Name", like "Odin"

* click on "..." in "File Name" and select the USB Pen Drive and EFI / Boot / grubx64.efi

* Click OK to add the new boot option

* with the arrow up/down you can set this boot option as the first one

If you can't identify the USB Pen Drive you can connect / disconnect and see what changes inside "File Name" > "..." menu

I can confirm that this solution suggested by @friimaind works for my Dell XPS 9570 for elementary os. I got the same boot issue when I try to install Ubuntu 21.04.

@mcclurgm

This comment has been minimized.

@cassidyjames

This comment has been minimized.

@mcclurgm

This comment has been minimized.

@DavidVujic
Copy link

Workaround 1 solved it for me, I'm running a Dell XPS 13 from 2017 and succeed with a clean install of Elementary OS 6. Thank you!

@danirabbit danirabbit moved this from In progress to 6.0.1 in OS 6.1 Aug 23, 2021
@cassidyjames
Copy link
Contributor

cassidyjames commented Aug 23, 2021

Alright, prepping a new stable ISO, now!

OS 6.1 automation moved this from 6.0.1 to Done Aug 23, 2021
@rafaelcn

This comment has been minimized.

@cassidyjames

This comment has been minimized.

@rafaelcn

This comment has been minimized.

@cassidyjames

This comment has been minimized.

@elementary elementary locked as resolved and limited conversation to collaborators Aug 24, 2021
@cassidyjames
Copy link
Contributor

cassidyjames commented Aug 25, 2021

The updated ISO is now available at elementary.io. The download file is named elementaryos-6.0-stable.20210823.iso with a SHA256 sum of 24e7ac95526d24ebab6e725078448143ae30106d96ab51c44f475c654a3e5d56 .

As always, more info about installing (including verifying the SHA256 sum) can be found at elementary.io/docs/installation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Priority: High To be addressed after any critical issues Status: Confirmed Verified by someone other than the reporter
Projects
No open projects
Development

No branches or pull requests