# Does someone tried the qemuarm64 w/ grub?

**URL:** https://hub.mender.io/t/does-someone-tried-the-qemuarm64-w-grub/5323
**Category:** General Discussions
**Tags:** qemu
**Created:** [October 17, 2022, 5:12pm UTC](https://hub.mender.io/t/does-someone-tried-the-qemuarm64-w-grub/5323 "2022-10-17T17:12:38Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![clementp](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/clementp/32/1392_2.png) [@clementp](https://hub.mender.io/u/clementp)
#### Post date: [October 25, 2022, 2:57pm UTC](https://hub.mender.io/t/does-someone-tried-the-qemuarm64-w-grub/5323/4 "2022-10-25T14:57:41Z")

</div>

Ok, I have updated my meta-mender branch and found that the MENDER\_EFI\_LOADER was defaulted to u-boot because it’s aarch64 see [meta-mender/mender-setup-grub.inc at master · mendersoftware/meta-mender · GitHub](https://github.com/mendersoftware/meta-mender/blob/master/meta-mender-core/classes/mender-setup-grub.inc#L29)

After cloned the [meta-arm repo](https://git.yoctoproject.org/meta-arm/tree/meta-arm/recipes-bsp/uefi) and add the edk2-firmware recipe.

I changed the machine to get something like this

```auto
require conf/machine/qemuarm64.conf

# Boot the image via EFI
EFI_PROVIDER = "grub-efi"
MACHINE_FEATURES += "efi"
MENDER_EFI_LOADER = "edk2-firmware"

```

Now the grub.cfg is correct, but still doesn’t boot ☹ with the same message…

---

_[View the full topic](https://hub.mender.io/t/does-someone-tried-the-qemuarm64-w-grub/5323)._
