Bug 1324454
| Summary: | reboot not possible when in Emergency Shell | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Oliver Ilian <oliver> | ||||
| Component: | dracut | Assignee: | Lukáš Nykrýn <lnykryn> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.2 | CC: | dracut-maint-list, harald, jstodola, mkovarik, msvistun | ||||
| 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: | 2016-11-04 08:04:38 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: | |||||||
| Attachments: |
|
||||||
reboot should work with: http://people.redhat.com/harald/downloads/dracut/dracut-033-436.el7/ Reproduced on dracut-033-359. Verified on dracut-033-450. System rebooted without issues. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2530.html |
Created attachment 1144191 [details] dracut emergency shell Description of problem: I am using a kernel image with the "reencrypt" option to reencrypt a harddrive during first setup. The kernel does the reencrypt, and than drops into the dracut emergency shell. The only way to reboot from this shell is to press the Power button for 8 seconds to power down the notebook Version-Release number of selected component (if applicable): dracut-033-360.el7_2.x86_64.rpm How reproducible: Every time you enter the dracut Emergency shell Steps to Reproduce: 1. enter the dracut emergency shell 2. try to reboot in different ways than powering off the notebook: 2.a type: reboot 2.b type: logout 2.c press "Ctrl-d" Actual results: Screen turns into plymouth screen and stays there without doing anything Expected results: Computer should reboot Additional info: It would be also great to have a grub kernel option for a auto reboot. Like in my current case.. i am using "grub2-reboot 1" to start the reencrypt kernel only once.. than i need a reboot to start the original kernel. If I could tell the reencrypt kernel to reboot automatically when entering the Emergency shell, it would make the process even easier.