Bug 1045475

Summary: Kickstart installation does not reboot despite keyword
Product: [Fedora] Fedora Reporter: Tim Niemueller <tim>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, tim, vanmeeuwen+fedora
Target Milestone: ---Keywords: Reopened
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-03 23:01:55 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:

Description Tim Niemueller 2013-12-20 14:30:57 UTC
Description of problem:
Even if the reboot keyword is set in the kickstart file Anaconda does not restart after installation but sits there and waits for clicking "Reboot".

I have enabled the following options:
install
url --url=...
graphical
vnc --password=...
reboot

Kickstart is loaded via HTTP.

Version-Release number of selected component (if applicable):
anaconda-20.25.15-1.fc20.x86_64.rpm

How reproducible:
Always

Steps to Reproduce:
1. Use kickstart file with reboot flag
2. Perform installation, notice the missing automatic reboot

Actual results:
No reboot at end of installation.

Expected results:
Reboot at end of installation.

Comment 1 David Shea 2014-01-23 21:22:50 UTC
Can you post the rest of the kickstart (with passwords and any other personal data removed) and the log files from /tmp? Does the installation complete without interaction, or did you have to answer questions to continue?

Comment 2 Tim Niemueller 2014-02-24 17:28:45 UTC
Hi. Sorry, lost track of this bug. Yes, due to bug #1045115 I had to interactively choose the keyboard (or rather confirm it). Is that the reason why the reboot is not executed?

Comment 3 David Shea 2014-03-03 23:01:55 UTC
From the kickstart you posted in bug 1045115, there's a halt command after the keyboard layout. That's overriding the reboot command and having the installer halt and wait for input at the end. Remove that line and it should work fine (except for the keyboard issue).