Bug 1837783
Summary: | gi.repository.GLib.GError: g-io-error-quark: No ostree= kernel argument found (0) | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | iliketurtlesbro | ||||||||||||||||||||||||
Component: | grub2 | Assignee: | Javier Martinez Canillas <fmartine> | ||||||||||||||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | rawhide | CC: | anaconda-maint-list, awilliam, fmartine, jkonecny, jonathan, kellin, lkundrak, pbrobinson, pjones, pwhalen, vanmeeuwen+fedora, vponcova, wwoods | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:1611ab270fe49c47d1efb59c9bf3342c526722ba670bccb9687ef4b011068a5b;VARIANT_ID=silverblue; | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2020-05-21 16:14:33 UTC | Type: | --- | ||||||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||||
Bug Depends On: | |||||||||||||||||||||||||||
Bug Blocks: | 1269538 | ||||||||||||||||||||||||||
Attachments: |
|
Description
iliketurtlesbro
2020-05-20 00:41:18 UTC
Created attachment 1690040 [details]
File: anaconda-tb
Created attachment 1690041 [details]
File: anaconda.log
Created attachment 1690042 [details]
File: dbus.log
Created attachment 1690043 [details]
File: environ
Created attachment 1690044 [details]
File: lorax-packages.log
Created attachment 1690045 [details]
File: lsblk_output
Created attachment 1690046 [details]
File: nmcli_dev_list
Created attachment 1690047 [details]
File: os_info
Created attachment 1690048 [details]
File: program.log
Created attachment 1690049 [details]
File: storage.log
Created attachment 1690050 [details]
File: syslog
I think the problem is that the grub2-mkconfig script now updates the option field of the BLS snippets to make sure that these have the latest value set in the GRUB_CMDLINE_LINUX variable of the /etc/default/grub file. Since users expect to update their cmdline by executing grub2-mkconfig. But the BLS snippets created by OSTree are not really managed by the GRUB script so it's wrong to update them. I've pushed a grub2 update for Rawhide that should fix this issue: https://bodhi.fedoraproject.org/updates/FEDORA-2020-6176820819 Note this is actually breaking Rawhide/F33 IoT composes at present, they're hitting the same error message - see e.g. the screenshot and oz log from https://koji.fedoraproject.org/koji/taskinfo?taskID=44500207 . Since you've sent a build we can mark this as ON_QA now, though Rawhide composes are currently held up by a problem with KDE, see https://pagure.io/releng/failed-composes/issue/1459 for more on that. FYI This fixed the IoT compose. (In reply to Peter Robinson from comment #14) > FYI This fixed the IoT compose. Thanks a lot for confirming it and sorry for the inconvenience with this issue. Since we ran an IoT compose and it succeeded I think we can call this fixed. It'll be fixed for mainstream Rawhide whenever we next get a compose done. |