Wednesday, May 25, 2022

[SOLVED] How to run Grub on U-boot on Qemu ? ( for Arm )

Issue

I want to know how to run Grub on U-boot on Qemu (for Arm)?


Solution

I want to know how to run Grub on U-boot on Qemu (for Arm)?

Your question is not correct or perhaps you misunderstood the bootloader arch support.

Your question would be more appropriate if you mentioned running ARM Grub on Uboot on Qemu.

GRUB: is widely used for x86 arch and GRUB has also support for the ARM. You can not run (x)GRUB on Uboot.

OS needs one bootloader that helps to boot it. In that case use GRUB or U-boot.

It's possible to run ARM GRUB on Qemu follow this link but it's not straight forward way you need to tweak the lot of parameters that you will find in the above link.

How to use GRUB on ARM



Answered By - danglingpointer
Answer Checked By - Senaida (WPSolving Volunteer)