Bug 1678843

Summary: AArch64 disk images not using BLS
Product: [Fedora] Fedora Reporter: Paul Whalen <pwhalen>
Component: grub2Assignee: Peter Jones <pjones>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 30CC: fmartine, lkundrak, pjones
Target Milestone: ---   
Target Release: ---   
Hardware: aarch64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-25 15:56:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Whalen 2019-02-19 17:22:14 UTC
Description of problem:
The AArch64 disk images in F30 are not using BLS and no snippets are found in 
/boot/loader/entries

Version-Release number of selected component (if applicable):
grub2-2.02-69.fc30

Steps to Reproduce:
1. Boot a recent aarch64 rawhide disk image on an SBC or in Qemu
2. No snippets found in /boot/loader/entries

Comment 1 Javier Martinez Canillas 2019-02-20 17:07:22 UTC
The problem was that the grubby-deprecated package was installed when the ARM Tools Add-on was chosen. When grubby-deprecated is installed Anaconda disables BLS support.

That's why it was enabled in some aarch64 installations (i.e: QEMU or APM Mustang) but no in others (i.e: SBC). I've removed grubby-deprecated from the @arm-tools group in fedora-comps so it should work correctly now.

Comment 2 Paul Whalen 2019-02-25 15:56:18 UTC
Fixed in Fedora-30-20190224.n.0, thanks Javier!