-
Notifications
You must be signed in to change notification settings - Fork 19
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
[xs8] "restore" with UEFI is broken #150
Comments
Yes, we should probably get the "branding" before unmounting the backup file system. |
ydirson
added a commit
to xcp-ng/host-installer
that referenced
this issue
Jul 3, 2024
This fixes a regression introduced in e9d686a. This is not sufficient however to get Restore to work un UEFI, as setEfiBootEntry() assumes `mounts['efi']` is populated, which is not the case (only `backend.mountVolumes()` would set that). Signed-off-by: Yann Dirson <[email protected]>
ydirson
added a commit
to xcp-ng/host-installer
that referenced
this issue
Jul 3, 2024
This fixes a regression introduced in e9d686a. This is not sufficient however to get Restore to work un UEFI, as setEfiBootEntry() assumes `mounts['efi']` is populated, which is not the case (only `backend.mountVolumes()` would set that). Signed-off-by: Yann Dirson <[email protected]>
As noted in #151 this is not the only problem in the UEFI code path. |
Re-opening as this needs to be resolved in XS8 too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In https://github.com/xenserver/host-installer/blob/release/xs8/restore.py#L196-L212 we see
backup_fs
being unmounted and then used, resulting in the crash shown below.Problem was introduced in v10.10.14 with e9d686a#diff-2f9ea690c2cdc310e67485fde6a0d74fd91f25e9ac5f5bc6054961b742de74a8R193 (with a commit that does not exist on
master
)The text was updated successfully, but these errors were encountered: