Description of problem: When I boot F23 Alpha Server from PXE with inst.repo=nfs:.../os/ , everything works correctly, I see "Fedora Server" logo in the left bar on the welcome screen. But if I boot it with inst.repo=nfs:...iso/DVD.iso , anaconda loses all branding - there is no "Fedora Server" logo and the left bar is generic gray. I verified that both paths (os/ and DVD.iso) contain product.img (I assume it contains the branding) and the files are the same. It seems that product.img is not loaded when booted over nfsiso? PXE config with working branding: LABEL Fedora 23 Alpha RC2 Server x86_64 KERNEL F23/Alpha_RC2/Server/x86_64/vmlinuz INITRD F23/Alpha_RC2/Server/x86_64/initrd.img APPEND inst.repo=nfs:nfs.englab.brq.redhat.com:/pub/fedora/fedora-alt/stage/23_Alpha_RC2/Server/x86_64/os/ PXE config with non-working branding: LABEL Fedora 23 Alpha RC2 Server x86_64 KERNEL F23/Alpha_RC2/Server/x86_64/vmlinuz INITRD F23/Alpha_RC2/Server/x86_64/initrd.img APPEND inst.repo=nfs:nfs.englab.brq.redhat.com:/pub/fedora/fedora-alt/stage/23_Alpha_RC2/Server/x86_64/iso/Fedora-Server-DVD-x86_64-23_Alpha.iso I attach logs from the nfsiso run. Version-Release number of selected component (if applicable): F23 Alpha Server x86_64 anaconda 23.17-1 How reproducible: seems always Steps to Reproduce: 1. boot Server from PXE with nfs:.../DVD.iso 2. see no branding
Created attachment 1061846 [details] OK branding with nfs
Created attachment 1061847 [details] missing branding with nfsiso
Created attachment 1061848 [details] journal
Created attachment 1061849 [details] anaconda.log
Created attachment 1061850 [details] program.log
Created attachment 1061851 [details] storage.log
Created attachment 1061852 [details] syslog
I spoke too soon. Not only that branding doesn't work, but repository definition doesn't work either. It should mount the local repository, but instead it defaults to Closest Mirror. Also, probably due to missing repo+branding, it defaults to Minimal install. I see this in program.log: 08:26:03,744 INFO program: Running... mount -t nfs -o nolock nfs.englab.brq.redhat.com:/pub/fedora/fedora-alt/stage/23_Alpha_RC2/Server/x86_64/iso /run/install/source 08:26:04,301 DEBUG program: Return code: 0 And this in packaging log: 08:26:03,744 INFO packaging: mounting nfs.englab.brq.redhat.com:/pub/fedora/fedora-alt/stage/23_Alpha_RC2/Server/x86_64/iso: on /run/install/source 08:26:04,411 ERR packaging: base repo (nfs/file:///run/install/source/Fedora-Server-DVD-x86_64-23_Alpha.iso) not valid -- removing it So it seems anaconda is mounting iso/ directory as the base dir instead of mounting the DVD.iso file itself.
Created attachment 1061869 [details] anaconda hub screen with nfsiso This is how it looks in the main hub when booting with nfsiso. Attaching a fresh set of log files, including basic initialization (not just the welcome screen).
Created attachment 1061871 [details] journal
Created attachment 1061872 [details] anaconda.log
Created attachment 1061873 [details] dnf.librepo.log
Created attachment 1061874 [details] dnf.log
Created attachment 1061875 [details] packaging.log
Created attachment 1061876 [details] program.log
Created attachment 1061877 [details] storage.log
Created attachment 1061878 [details] syslog
Proposing as a blocker due to: "The installer must be able to use all supported local and remote package and installer sources. " https://fedoraproject.org/wiki/Fedora_23_Final_Release_Criteria#package-and-installer-sources Nfsiso is officially supported, even though the documentation is lacking a bit in details: https://rhinstaller.github.io/anaconda/boot-options.html#repo-nfsiso
Discussed at 2015-08-20 blocker review meeting: http://meetbot-raw.fedoraproject.org/fedora-blocker-review/2015-08-20/f23-blocker-review.2015-08-20-16.05.log.txt . Accepted as a Final blocker per criterion cited in #c18.
PR: https://github.com/rhinstaller/anaconda/pull/365
python-blivet-1.12.5-1.fc23 anaconda-23.19.5-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-fe57978cc8
anaconda-23.19.5-1.fc23, python-blivet-1.12.5-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update python-blivet anaconda' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-fe57978cc8
Should be fixed in Final TC1, Kamil, can you confirm? Thanks!
This is fixed in F23 TC1.
anaconda-23.19.5-1.fc23, python-blivet-1.12.5-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.