|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 20240122] live images: grub2 falls back to text mode | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Live Medium | Assignee: | Marcus Schäfer <marcus.schaefer> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | fvogt, marcus.schaefer |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.opensuse.org/tests/3886589/modules/bootloader/steps/1 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dominique Leuenberger
2024-01-23 08:12:14 UTC
I could track this down to not be the responsibility of the initially though grub2 change, but in fact actually a regression in kiwi - which happened to also be updated in this snapshot https://build.opensuse.org/request/show/1140588 This is the responsible change here reassigning to kiwi maintainer The grub2 config template code doesn't handle empty (i.e. default) values properly: https://github.com/OSInside/kiwi/pull/2420/files#r1463242077 On top of that the behaviour if (bootloader_)console is unset also changed. In the case of grub2-mkconfig it no longer sets it to gfxterm by default (which is IMO correct) but for the templated grub2.cfg there is no default (comment #2). IMO the best option is to make gfxterm the default terminal_output in the template case and not setting terminal_input at all if empty. Ping. We can't have any newer kiwi in Tumbleweed without this fixed. I added a PR upstream to address this issue: * https://github.com/OSInside/kiwi/pull/2487 I created submissions to fix this issue: * TW: created request id 1153240 * ALP: created request id 323056 This is an autogenerated message for OBS integration: This bug (1219074) was mentioned in https://build.opensuse.org/request/show/1153240 Factory / python-kiwi This is an autogenerated message for OBS integration: This bug (1219074) was mentioned in https://build.opensuse.org/request/show/1153889 Factory / python-kiwi SUSE-RU-2024:1371-1: An update that has four fixes can now be installed. Category: recommended (moderate) Bug References: 1207128, 1213595, 1219074, 1221915 Maintenance Incident: [SUSE:Maintenance:33219](https://smelt.suse.de/incident/33219/) Sources used: openSUSE Leap 15.5 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro for Rancher 5.3 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro 5.3 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro for Rancher 5.4 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro 5.4 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro 5.5 (src): python-kiwi-9.24.43-150100.3.76.1 Development Tools Module 15-SP5 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro 5.1 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro 5.2 (src): python-kiwi-9.24.43-150100.3.76.1 SUSE Linux Enterprise Micro for Rancher 5.2 (src): python-kiwi-9.24.43-150100.3.76.1 openSUSE Leap Micro 5.3 (src): python-kiwi-9.24.43-150100.3.76.1 openSUSE Leap Micro 5.4 (src): python-kiwi-9.24.43-150100.3.76.1 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. I think this one should be fixed SUSE-RU-2024:1371-2: An update that has four fixes can now be installed. Category: recommended (moderate) Bug References: 1207128, 1213595, 1219074, 1221915 Maintenance Incident: [SUSE:Maintenance:33219](https://smelt.suse.de/incident/33219/) Sources used: SUSE Linux Enterprise Micro 5.5 (src): python-kiwi-9.24.43-150100.3.76.1 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. |