Bug 1670467
| Summary: | Kickstart + repo directive does not install a kernel in /boot under some circumstances. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nigel Arnot <nigel.arnot> | ||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 29 | CC: | anaconda-maint-list, extras-qa, jonathan, kellin, mkolman, nigel.arnot, vanmeeuwen+fedora, vponcova, wwoods | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-01-31 11:52:46 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: |
|
||||||
|
Description
Nigel Arnot
2019-01-29 15:22:34 UTC
It might be related to the bug 1669256. Please, attach logs from the failed installation. You can find them during the installation in /tmp/*log. (In reply to Vendula Poncova from comment #1) > It might be related to the bug 1669256. Please, attach logs from the failed > installation. You can find them during the installation in /tmp/*log. Will have to run another install with the bug put back ... To save me more time working this out, how do I then get the contents of /tmp out of a failed install? Presumably, I don't hit enter to complete the install and halt the system. Will the kernel running at that time (off netinst.iso) recognise a second usb stick if I plug it in? Or do I have a live network and ability to run scp? (In reply to Nigel Arnot from comment #2) > (In reply to Vendula Poncova from comment #1) > > It might be related to the bug 1669256. Please, attach logs from the failed > > installation. You can find them during the installation in /tmp/*log. > > Will have to run another install with the bug put back ... > > To save me more time working this out, how do I then get the contents of > /tmp out of > a failed install? There should be a root shell running on TTY2. >Presumably, I don't hit enter to complete the install and > halt > the system. Will the kernel running at that time (off netinst.iso) recognise > a second > usb stick if I plug it in? Or do I have a live network and ability to run > scp? Both should be possible - a USB drive should be detected & dev node created for it automatically. You will still likely need to mount it somewhere though. And as long as you have network (I guess you can just configure it manually or over kickstart) it should be possible to scp the log files somewhere else. Also if the installation is actually successful even though the system is unbootable, the logs should still be there on the installed system in /var/log/anaconda. So mounting the storage from a working OS might work as well (or using something like libguestfs if installing a VM). The problem has gone away. (Bangs head on desk). I've re-run two of the previously failed kickstart files, and they have succeeded today. I'm guessing that something in the updates repository (or one of its mirrors?) was causing the problem, and it's been replaced since I thought I'd diagnosed the problem. Unfortunately all the log files for the failures are destroyed, since I was repeatedly installing onto the same test system (and didn't know they were in /tmp to be saved). This probably leaves you with very little to go on. I'll attach one of the kickstart files, but unless you have the means to roll back the updates repository to how it was last Thursday (24th January) it's probably not much help. I don't know if this even makes sense, but would it be possible to install a kernel off the netinst.iso boot media before doing anything at all with downloaded rpms? Then if the upgraded kernel doesn't install or doesn't work, there is at least something bootable. Created attachment 1525130 [details]
kickstart file that failed on 24th and works today 30th
I am pretty sure that this is a duplicate of the bug 1669256. I think that you installed different versions of systemd, one with the bug and one with the fix. *** This bug has been marked as a duplicate of bug 1669256 *** |