On Fri, 26 Oct 2018, Aaron Gray wrote:
> Hi,
>
> I am trying to get Xen working properly on rawhide / F29 Beta.
>
> I had one instillation on F29 that worked straight away with :-
>
> sudo yum groupinstall 'Virtualization' sudo yum install xen
>
> I cannot seem to reproduce this now though :(
>
> And am getting the following :-
> ~~~
> Loading xen 4.11.0
> error: ../../grub-core/fs/fshelp.c:258:file
> `/EFI/fedora/x86_64-efi/module2.mod' not found.
> error: ../../grub-core/fs/fshelp.c:258:file
> `/EFI/fedora/x86_64-efi/multiboot2.mod' not found.
> Loading Linux 4.18.5-300.fc29.x86_64 ...
> error: ../../grub-core/script/function.c:109@can't file command `module2'.
> Loading initial ramdisk ...
> error: ../../grub-core/fs/fshelp.c:258:file
> `/EFI/fedora/x86_64-efi/module2.mod' not found.
> error: ../../grub-core/script/function.c:109@can't file command `module2'.
> ~~~
Grub doesn't get the EFI confguration for xen right. I suggest you try
creating the directory /boot/efi/EFI/fedora/x86_64-efi/ if it doesn't
exist and copying into it the multiboot2.mod and relocator.mod files from
/usr/lib/grub/x86_64-efi (from the grub2-efi-x64-modules package if you
don't have it installed already).
That should boot with warnings and you can get rid of them by editing
/boot/efi/EFI/fedora/grub.cfg and removing the insmod module2 lines.
Michael Young
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org