Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

efi.legacyBoot #56

Open
RomanSzabados opened this issue Apr 15, 2024 · 2 comments
Open

efi.legacyBoot #56

RomanSzabados opened this issue Apr 15, 2024 · 2 comments

Comments

@RomanSzabados
Copy link

Is your feature request related to a problem? Please describe.

Hi,

OVA VMs based on Ubuntu 2204 and exported by ova-compose do not start, as the bootloader is not detected. We have come to the conclusion, that the option "efi.legacyBoot.enabled" needs to be set to TRUE.

It is possible to provide this parameter within the config file for ova-compose?
Thanks.

Describe the solution you'd like

Make this configurable via the system section:

system:
name: example
type: vmx-17
os_vmw: other4xLinux64Guest
firmware: efi
secure_boot: true
legacyBoot: true
default_configuration: grande

Describe alternatives you've considered

No response

Additional context

No response

@oliverkurth
Copy link
Contributor

The option needs to be supported in the OVF file. Can you please export a VM that has that flag set from WS or Fusion as an OVF, and see how it gets set inside the OVF file?

@oliverkurth
Copy link
Contributor

I think I have a solution: in the yaml file, set this:

extra_configs:
    efi.legacyBoot.enabled:
        value: TRUE

Please try and let me know if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants