I once broke a bootloader needle #128
Labels
No Label
priority: critical
priority: high
priority: low
priority: medium
status: abandoned
status: duplicate
status: invalid
status: peer review needed
status: wontfix
tag: content
tag: good first issue
tag: help wanted
test suite
type: bug
type: documentation
type: enhancement
type: maintenance
type: question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: testing/os-autoinst-distri-rocky-migrated#128
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/broken-needle"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR fixes one of the bootloader needles, which I unfortunately broke while beside adding the actual needle I wanted to add. (#104)
This then fixes the rescue test.
How Has This Been Tested?
The test should fully complete.
I'm also running this through all other tests, but doesn't look to have side effects.
Checklist:
The BIOS tests passed but
install_simple_encrypted@uefi
failed (And theninstall_rescue_encrypted@uefi
was skipped. Is this the expected result?Let me check that again 🤔
Hrm... still looks good on my side 🤔
I must be missing something. I'm getting failures on
disk_guided_encrypted_postinstall
with# Test died: no candidate needle with tag(s) 'boot_enter_passphrase' matched
. It's failing at the step where the decryption passphrase should be supplied.All four tests pass for me.
With an updated needle (Which I will PR shortly) for the spot we discussed in MM, everything passes. Thanks for helping me work through it.