|
Bugzilla – Full Text Bug Listing |
| Summary: | Xen chainloading fails to boot after fresh Tumbleweed install | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Paulo Gomes <paulo.gomes> |
| Component: | Xen | Assignee: | Michael Chang <mchang> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | bootloader-maintainers, paulo.gomes |
| Version: | Current | Flags: | mchang:
needinfo?
(paulo.gomes) |
| Target Milestone: | --- | ||
| Hardware: | 64bit | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Paulo Gomes
2023-10-10 08:08:15 UTC
Could you please help to enable debug message for grub chainloader ? You can do that by typing ESC to enter grub's command mode and set the debug variable
grub> set debug=chain
And try to execute xen boot entry and should output more message with a chain prefix.
> error: ../../grub-core/loader/efi/chainloader.c:595:no matching file path found.
I couldn't reproduce the error, but it seemed grub_efi_get_media_file_path() couldn't deal with your device path properly, the log might be helpful to check further.
Thanks.
A submit request has been created to fix the "no matching file path found" error in an attempt to workaround special firmware with apparently broken secure boot status: https://build.opensuse.org/request/show/1120141 Setting the resolution to fixed, please reopen if the fix doesn't work for you. I can confirm this is fixed on the latest version of Tumbleweed. Thank you for the quick turnaround. |