Bug 806708
Summary: | NFSISO installation doesn't work | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Charles R. Anderson <cra> |
Component: | anaconda | Assignee: | Will Woods <wwoods> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | anaconda-maint-list, awilliam, g.kaviyarasu, jonathan, kparal, robatino, vanmeeuwen+fedora |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | AcceptedBlocker | ||
Fixed In Version: | anaconda-17.16-1.fc17 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-04-05 07:43:34 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: | |||
Bug Depends On: | |||
Bug Blocks: | 752649 |
Description
Charles R. Anderson
2012-03-26 03:47:42 UTC
Using inst.repo=nfsiso: or repo=nfsiso: doesn't work either. The X server never comes up--the system hangs right after this message: rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w" and the text screen resolution changes (kernel modeset). Please attach /tmp/anaconda.log, /tmp/program.log, and /tmp/syslog to this bug report. Thanks. If this is correct as described it'd constitute a beta blocker (we took a similar bug as blocker during TC stage). -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Discussed at 2012-03-26 QA meeting acting as a blocker review meeting. Accepted as a blocker per criterion "The installer must be able to use the HTTP, FTP and NFS remote package source options". -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers I found the same as Charles, more or less - it'd hang at the messy dracut message screen right before X should come up with the language selection screen. It never got to a point where you could get at the logs. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers actually, just tried it a couple more times and it worked, I think I screwed up the command line the first time. So I can't reproduce this; it works for me with repo=nfs:server:/path or repo=nfsiso:server:/path . I used an NFSv4 server running on F16, and tested from a VM booting from the netinst.iso . The NFS server directory contains only the F17 Beta RC1 DVD iso, no other file. The original description isn't expected to work, setting up NFS from the package dialog should point to a repo, not an iso or directory with an iso. I can reproduce problems with repo=nfs: failing after NetworkManager is started from the root fs so this should be fixed by fixing the network handoff from dracut to NetworkManager. > I can reproduce problems with repo=nfs: failing after NetworkManager is started
> from the root fs so this should be fixed by fixing the network handoff from
> dracut to NetworkManager.
Same problem here. When I use "repo=nfsiso:" option the boot freezes after "Starting Network Manager".
There was a bug introduced into the dracut->NM handover code which should be fixed by this commit: http://git.fedorahosted.org/git/?p=anaconda.git;a=commit;h=1a3dda9 For root=live:nfs:... there was a similar problem which should be fixed by these two patches: http://thread.gmane.org/gmane.linux.kernel.initramfs/2569 Although these are technically two different bugs, they are so close that I propose to track both of them here and close this bug once anaconda containing both fixes hits stable. anaconda-17.15-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/anaconda-17.15-1.fc17 Package anaconda-17.15-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-17.15-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-4745/anaconda-17.15-1.fc17 then log in and leave karma (feedback). anaconda-17.16-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/anaconda-17.16-1.fc17 anaconda-17.16-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. Verified fixed with F17 Beta RC2. This has regressed in F17 Beta RC3. Dracut now doesn't know nfsiso mount type. [ 10.876167] dracut: anaconda mounting NFS repo at nfsiso mount: unknown filesystem type 'nfsiso' [ 10.897754] dracut Warning: Couldn't mount nfsiso dracut Warning: Couldn't mount nfsiso [ 10.922911] dracut Warning: no suitable images dracut Warning: no suitable images You can only see that when booting from direct kernel boot, either in VM or from PXE. The only boot option I used was: repo=nfsiso:192.168.1.1:/mnt/data/iso/Fedora-17-Beta-i386-DVD.iso This is a different bug, bug 810005. Closing again. |