|
Bugzilla – Full Text Bug Listing |
| Summary: | [xen-pv] Install VM, guest vnc console 'has no graphic display device' with 'grub2-x86_64-xen-2.06-150500.29.19.1.noarch' installed on xen host | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Richard Fan <richard.fan> |
| Component: | Xen | Assignee: | Michael Chang <mchang> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P1 - Urgent | CC: | bootloader-maintainers, jcao, mchang, mgrifalconi, rtsvetkov, santiago.zarate, volkan.oztuzun, zcjia |
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Leap 15.5 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | screen output with error messages | ||
|
Description
Richard Fan
2024-03-21 02:01:25 UTC
Created attachment 873677 [details]
screen output with error messages
The serial log shows that "memdisk" is the default boot option: *memdisk Boot From Hard Disk (/boot/grub/grub.cfg) It should be "xen/sda SUSE Install". The latest changelog on grub2 is (https://build.suse.de/request/show/322355): ------------------------------------------------------------------- Thu Feb 22 04:19:21 UTC 2024 - Michael Chang <mchang@suse.com> - Fix grub.xen memdisk script doesn't look for /boot/grub/grub.cfg (bsc#1219248) (bsc#1181762) * grub2-xen-pv-firmware.cfg * 0001-disk-Optimize-disk-iteration-by-moving-memdisk-to-th.patch I think this is related. CCing developer. (In reply to Jia Zhaocong from comment #2) > The serial log shows that "memdisk" is the default boot option: > > *memdisk Boot From Hard Disk (/boot/grub/grub.cfg) > > It should be "xen/sda SUSE Install". > > The latest changelog on grub2 is (https://build.suse.de/request/show/322355): > > ------------------------------------------------------------------- > Thu Feb 22 04:19:21 UTC 2024 - Michael Chang <mchang@suse.com> > > - Fix grub.xen memdisk script doesn't look for /boot/grub/grub.cfg > (bsc#1219248) (bsc#1181762) > * grub2-xen-pv-firmware.cfg > * 0001-disk-Optimize-disk-iteration-by-moving-memdisk-to-th.patch > > > I think this is related. CCing developer. Yes. The change will look for /boot/grub/grub.cfg and the local disk will take precedence than memdisk in the result. However it did not take into account local disk boot entry always precedes cdrom, so this memdisk result should be ignored for not creating invalid local entry . I'll work on this next week, presumably Monday, as I am have other issues going on. Let me know if any deadline so I can re-prioritize that. Thanks. Hi Michael, This is mainly affecting QU3 RC1 at the moment. The release date (dead line) would be 09.04 at the moment. Therefore I believe it would be fine if you could start working on it next week. We could check on Tuesday and discuss things further if needed. Thank you. Also, the RC phase of 15 SP6. So I increased the priority and the severity. The SR of the fix has been created to these code streams openSUSE: https://build.opensuse.org/request/show/1160540 SLE-15-SP6:GA: https://build.suse.de/request/show/324550 SLE-15-SP5:Update: https://build.suse.de/request/show/324551 Setting resolution to "fixed" for verification! To test the fix, you'll have to update the grub2-x86_64-xen in the xen host, the /usr/lib/grub2/x86_64-xen/grub.xen used by libvirt will then be updated with the new fix. Looks like the issue is still present on 15 SP6 https://openqa.suse.de/tests/13876646 Nervermind, please disregard comment #9 I now understand the problem was in the xen host running the test, so the new build will fail until the update reaches the openQA worker (and does not depend on the new build being tested now). Richard already confirmed that the fix is working for the host that is running 15.5 and we can only assume the same fix works for 15.6 since we have no openQA workers running 15.6 I think. Thanks Richard Fan for helping me better understand the situation! SUSE-RU-2024:1013-1: An update that has one fix can now be installed. Category: recommended (moderate) Bug References: 1221779 Maintenance Incident: [SUSE:Maintenance:33118](https://smelt.suse.de/incident/33118/) Sources used: openSUSE Leap 15.5 (src): grub2-2.06-150500.29.22.2 SUSE Linux Enterprise Micro 5.5 (src): grub2-2.06-150500.29.22.2 Basesystem Module 15-SP5 (src): grub2-2.06-150500.29.22.2 Server Applications Module 15-SP5 (src): grub2-2.06-150500.29.22.2 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination. |