Bug 738010
Summary: | Missing initramfs in grub stanza causes dom0 to panic during boot | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andy Burns <fedora> | ||||
Component: | grub2 | Assignee: | Lubomir Rintel <lkundrak> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 16 | CC: | dennis, lkundrak, pjones | ||||
Target Milestone: | --- | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-09-14 05:05:53 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: | |||||||
Attachments: |
|
Description
Andy Burns
2011-09-13 15:57:40 UTC
Further comments ... I can see in the /etc/grub.d/20_linux_xen script that there is code in place which *ought* to add the initramfs module, but for sone reason it is not being triggered, any clue why? Also the "BUG: scheduling while atomic: swapper/1/10000002" error still occurs, but is only feetingly displayed, provided the reootfs can be found. Created attachment 522992 [details]
Fix xen dom0 stanzas
I've figured out that the search list of possible initrd/ramfs names was missing the correct format, attached patch which makes the
/etc/grub.d/20_linux_xen
helper script do the right thing.
I believe I've encountered the same problem as this existing bug, my fix is identical, can this get actioned? *** This bug has been marked as a duplicate of bug 728775 *** |