Skip to content

Agama media doesn't have boot from hdd anymore#24809

Merged
foursixnine merged 1 commit intoos-autoinst:masterfrom
foursixnine:agama_usbboot
Mar 2, 2026
Merged

Agama media doesn't have boot from hdd anymore#24809
foursixnine merged 1 commit intoos-autoinst:masterfrom
foursixnine:agama_usbboot

Conversation

@foursixnine
Copy link
Copy Markdown
Member

@foursixnine foursixnine commented Mar 2, 2026

After[1] there is no more booting from disk entry in the agama installer images, meaning system should boot directly into HDD.

For cases like USBBOOT this means the test should have the setting BOOTFROM=c

[1] agama-project/agama#3185

openqa: clone https://openqa.opensuse.org/tests/5709615
openqa: clone https://openqa.opensuse.org/tests/5708994

Needs: os-autoinst/opensuse-jobgroups#830

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 2, 2026

Great PR! Please pay attention to the following items before merging:

Files matching lib/**.pm:

  • Consider adding or extending unit tests in t/

This is an automatically generated QA checklist based on modified files.

After[1] there is no more booting from disk in the agama installer
images, meaning system should boot directly into HDD. For cases like
USBBOOT this means the test should have the setting BOOTFROM=c

[1] agama-project/agama#3185
Comment thread lib/grub_utils.pm

sub handle_installer_medium_bootup {
return unless (check_var("BOOTFROM", "d") || (get_var('UEFI') && get_var('USBBOOT')));
return if is_agama && !(is_sle || is_leap);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will likely change soon™ too - but for now ok

@foursixnine foursixnine merged commit cef6b0f into os-autoinst:master Mar 2, 2026
13 of 14 checks passed
@foursixnine foursixnine deleted the agama_usbboot branch March 2, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants