lists dev changed bug 1018741
What Removed Added
Flags   needinfo?(glin@suse.com)

Comment # 24 on bug 1018741 from
> (In reply to Gary Ching-Pang Lin from comment #20)
> opensuse ignores the presence/use of it?

Just putting some context around that question,

since -- from within the chroot'd Guest -- apparently I

  (1) can't manage to write to the OVMF bios boot menu
  (2) startup.nsh is ignored

If I were to create a standalone .efi, e.g.,

    grub2-mkstandalone \
     -d /usr/lib/grub2/x86_64-efi/ \
     -O x86_64-efi \
     --modules="..." \
     --fonts="..." \
     --locales="..." \
     --themes="..." \
     -o "/boot/efi/EFI/opensuse/grub-standalone-test.efi" \
    "boot/grub2/grub.cfg=/boot/grub2/grub.cfg"

how would I convince opensuse xen/ovmf to use that^ on boot if startup.nsh is
not used ?

Would I have to rename it as grub.efi or grubx64.efi?  That doesn't seem a good
idea.


You are receiving this mail because: