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

FS#908 - x86: Xen support broken in 17.01.2 and later #5879

Closed
openwrt-bot opened this issue Jul 15, 2017 · 3 comments
Closed

FS#908 - x86: Xen support broken in 17.01.2 and later #5879

openwrt-bot opened this issue Jul 15, 2017 · 3 comments
Labels

Comments

@openwrt-bot
Copy link

bjonglez:

Testing the x86/generic image with Xen 4.5:

  • 17.01.0: works
  • 17.01.1: works
  • 17.01.2: fails to boot
  • latest lede-17.01 r3466-f6907dcc79: fails to boot
  • latest trunk r4553-a89c36b: works

When the kernel fails to boot, xl prints this:

xc: error: elf_xen_note_check: ERROR: Will only load images built for the generic loader or Linux images (Not '' and ''): Invalid kernel
libxl: error: libxl_dom.c:414:libxl__build_pv: xc_dom_parse_image failed: No such file or directory
libxl: error: libxl_create.c:1024:domcreate_rebuild_done: cannot (re-)build domain: -3

It means that the kernel image has no Xen support (or there is an issue with the support).

Given the changes between 17.01.1 and 17.01.2, I think the patch adding PAE support may be responsible.

This was first reported in FS#787.

@openwrt-bot
Copy link
Author

bjonglez:

As expected, I bisected it back to af1d1eb (""x86: enable 4G high memory support for generic (32bit) subtarget)

@openwrt-bot
Copy link
Author

bjonglez:

Fixed with https://patchwork.ozlabs.org/patch/788981/

@openwrt-bot
Copy link
Author

None:

thanks for the fix

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

No branches or pull requests

1 participant