Unable to boot acrn-3.0 on Intel NUC target


2ameya@...
 

Hi,

I am using the acrn-3.0 release on Intel NUC target. Attached the board and scenario xml with this email. When I try to boot the acrn multiboot2 image using grub2 on the target, I get the following error:
----------------------------------------------------
error: out of memory.
error: you need to load the kernel first.

Press any key to continue...
----------------------------------------------------

On target, the /boot/grub/grub.cfg contains the following entry:
----------------------------------------------------
### BEGIN /etc/grub.d/40_custom ###
menuentry 'ACRN multiboot2 ' --id ACRN_deb_multiboot2 {
    load_video
    insmod gzio
    insmod part_gpt
    insmod ext2
    search --no-floppy --fs-uuid  --set b84f8f10-cfcf-468b-879e-32c0483ac095
multiboot2 /boot/acrn.MyConfiguration.nuc.bin root=PARTUUID=6a449f7c-56b3-4fa4-b45c-698b3875d201
module2 /boot/vmlinuz-5.10.115-acrn-service-vm Linux_bzImage
-------------------------------------------------------

Looking for pointers to fix this problem.

Thanks!
Ameya.

Join {acrn-users@lists.projectacrn.org to automatically receive all group messages.