Bug 1072317
| Summary: | "Failed to start Restore /run/initramfs" during rhel7.0 guest reboot after installed from virt-manager | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | tingting zheng <tzheng> | ||||||||||
| Component: | anaconda | Assignee: | Brian Lane <bcl> | ||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||||
| Severity: | high | Docs Contact: | |||||||||||
| Priority: | high | ||||||||||||
| Version: | 7.0 | CC: | bcl, codong, dracut-maint-list, dyuan, harald, lcui, mzhan, tzheng, xiaolong.wang, zsong | ||||||||||
| Target Milestone: | rc | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2014-03-21 09:26:29 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: | |||||||||||||
| Bug Depends On: | 1067116 | ||||||||||||
| Bug Blocks: | 1070921 | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
tingting zheng
2014-03-04 11:28:09 UTC
Created attachment 870345 [details]
reboot screenshot during installation
Created attachment 870347 [details]
boot fail screenshot after hit the reboot button
Created attachment 870353 [details]
Got more error info after click "Ctrl + Alt + F3"
The issue can not reproduce when I choose iso installation. Well, it depends if
/boot/initramfs-${KERNEL_VERSION}.img
is available. If that is not the case in the installer service, then anaconda should disable dracut-shutdown.service to avoid the "failed service" message.
Nevertheless, the failed service does no harm in the installer.
Another way for anaconda to disable this service is to remove
/run/initramfs/.need_shutdown
Also, please add the following to the kernel command line: systemd.log_level=debug systemd.log_target=console console=tty0 console=ttyS0,115200n81 And start your virtual machine with a serial line. With qemu-kvm, I do this with -nographic or -serial stdio (In reply to Harald Hoyer from comment #7) > Also, please add the following to the kernel command line: > > systemd.log_level=debug systemd.log_target=console console=tty0 > console=ttyS0,115200n81 > > > And start your virtual machine with a serial line. > > With qemu-kvm, I do this with > > -nographic > > or > > -serial stdio scratch that... wrong bug number The bug should be blocked by 1067116. Used the latest RHEL7 tree for testing, still failed. # rpm -qa | grep dracut dracut-033-151.el7.x86_64 dracut-tools-033-151.el7.x86_64 dracut-config-generic-033-151.el7.x86_64 dracut-fips-aesni-033-151.el7.x86_64 dracut-config-rescue-033-151.el7.x86_64 dracut-caps-033-151.el7.x86_64 dracut-network-033-151.el7.x86_64 dracut-fips-033-151.el7.x86_64 Reboot still ends with [terminated], send 'Ctrl+Alt+F2', will see the detail error log about anaconda error, please refer to the attachment. Created attachment 877100 [details]
reboot hang log
*** This bug has been marked as a duplicate of bug 1067116 *** Hi Red Hat, How is this issue fixed? Can I or Intel have the access to BZ 1067116? The same issue is observed on Intel Skylake Xeon with CentOS7. Thank you~ |