Hide Forgot
Description of problem: Trying to install RHEL7 on a iSCSI boot server causes an error when writing bootloader. anaconda 19.31.31-1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1532, in write_config raise BootLoaderError("failed to write bootloader configuration") File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1571, in write self.write_config() File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2365, in writeBootLoader storage.bootloader.write() File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 175, in doInstall writeBootLoader(storage, payload, instClass, ksdata) File "/usr/lib64/python2.7/threading.py", line 764, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run threading.Thread.run(self, *args, **kwargs) BootLoaderError: failed to write bootloader configuration Version-Release number of selected component (if applicable): anaconda 19.31.31-1 How reproducible: 100% Steps to Reproduce: 1.Start installing RHEL7 on iSCSI boot system. 2.Error happens at the end of the installation when "Installing bootloader"
Please attach the log files from /tmp to this bug. This is probably a duplicate of bug 1025500
Created attachment 818274 [details] anaconda.log
Created attachment 818276 [details] ifcfg.log
Created attachment 818277 [details] packaging.log
Created attachment 818278 [details] program.log
Created attachment 818279 [details] storage.log
Created attachment 818280 [details] syslog
(In reply to David Shea from comment #1) > Please attach the log files from /tmp to this bug. > > This is probably a duplicate of bug 1025500 Yep, same message in program.log: 10:31:53,885 INFO program: Running... grub2-mkconfig -o /boot/grub2/grub.cfg 10:31:54,456 INFO program: Generating grub.cfg ... 10:31:54,457 INFO program: Found linux image: /boot/vmlinuz-3.10.0-40.el7.x86_64 10:31:54,457 INFO program: Found initrd image: /boot/initramfs-3.10.0-40.el7.x86_64.img 10:31:54,457 INFO program: /etc/grub.d/10_linux: line 83: 16bit=: command not found 10:31:54,457 DEBUG program: Return code: 127 *** This bug has been marked as a duplicate of bug 1025500 ***