action #169273
closed[SLEM] Repair SelfInstall scenario for SLEM6.1 for aarch64
0%
Description
Since the SLEM 6.1 GMC build, the aarch64 images do not have the console=
parameter set by default in such a way, that allows the Graphical terminal to work. This causes test failures in
firstrun.
We fixed this issue in other test runs by adding the EXTRABOOTPARAMS=console=tty
setting, see e.g. https://openqa.suse.de/tests/15818020#. This adds the additional console=tty
setting in the bootloader_uefi
step of the test run. For The SelfInstall ISOs there is no way of adding extra boot parameters yet. We need to find a way to add the console=tty
setting to the boot parameters there.
Acceptance criteria¶
- AC1: The aarch64 test runs for SelfInstall isos work
Further references¶
Updated by ph03nix 3 months ago
- Related to action #169243: [SLE-Micro] Repair JeOS-firstboot wizard for SLEM ppc64le images added
Updated by slo-gin about 2 months ago
This ticket was set to High priority but was not updated within the SLO period. Please consider picking up this ticket or just set the ticket to the next lower priority.
Updated by slo-gin 15 days ago
- Priority changed from High to Normal
This ticket was set to High priority but was not updated within the SLO period. The ticket will be set to the next lower priority Normal.
Updated by ph03nix 13 days ago
- Project changed from openQA Tests (public) to Containers and images
- Subject changed from [slem] Repair SelfInstall scenario for SLEM6.1 for aarch64 to [SLEM] Repair SelfInstall scenario for SLEM6.1 for aarch64
- Category deleted (
Bugs in existing tests) - Priority changed from Normal to High
Updated by mloviska 5 days ago
- Status changed from In Progress to Resolved
There is certain instability with grub2 handler in ppc, and a few of container engine user-space issues as quadlet failures.
The main goal of the ticket was reached, aarch64 selfinstall works, however I have taken the opportunity to fix other issues that were related to job group settings as well.