Bug 1079974

Summary: OSError: [Errno 2] No such file or directory
Product: [Fedora] Fedora Reporter: Alexander Todorov <atodorov>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, dshea, g.kaviyarasu, jonathan, redwolfe, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:46e9081ab3cc86894f3c6b29600992f16ed1cf44db63ed85aed411feb25bc746
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-24 18:03:08 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:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: ks.cfg
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Alexander Todorov 2014-03-24 12:26:54 UTC
Version-Release number of selected component:
anaconda-21.27-1

The following was filed automatically by anaconda:
anaconda 21.27-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/subprocess.py", line 1326, in _execute_child
    raise child_exception
  File "/usr/lib64/python2.7/subprocess.py", line 709, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 83, in _run_program
    preexec_fn=chroot, cwd=root, env=env)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iutil.py", line 129, in execWithRedirect
    log_output=log_output, binary_output=binary_output)[0]
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1578, in install
    env_prune=['MALLOC_PERTURB_'])
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1594, in write
    self.install()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2400, in writeBootLoader
    storage.bootloader.write()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 174, in doInstall
    writeBootLoader(storage, payload, instClass, ksdata)
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
    threading.Thread.run(self, *args, **kwargs)
OSError: [Errno 2] No such file or directory

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=/images/ibm-x3550m3-03-g3.lab.eng.brq.redhat.com/initrd console=ttyS0 ks=http://beaker.engineering.redhat.com/kickstart/683653 ksdevice=bootif netboot_method=pxe BOOT_IMAGE=/images/ibm-x3550m3-03-g3.lab.eng.brq.redhat.com/kernel BOOTIF=01-00-50-57-7d-cf-15 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.14.0-0.rc7.git2.1.fc21.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        rawhide

Comment 1 Alexander Todorov 2014-03-24 12:26:59 UTC
Created attachment 878043 [details]
File: anaconda-tb

Comment 2 Alexander Todorov 2014-03-24 12:27:02 UTC
Created attachment 878044 [details]
File: anaconda.log

Comment 3 Alexander Todorov 2014-03-24 12:27:04 UTC
Created attachment 878045 [details]
File: environ

Comment 4 Alexander Todorov 2014-03-24 12:27:06 UTC
Created attachment 878046 [details]
File: ks.cfg

Comment 5 Alexander Todorov 2014-03-24 12:27:08 UTC
Created attachment 878047 [details]
File: lsblk_output

Comment 6 Alexander Todorov 2014-03-24 12:27:11 UTC
Created attachment 878048 [details]
File: nmcli_dev_list

Comment 7 Alexander Todorov 2014-03-24 12:27:13 UTC
Created attachment 878049 [details]
File: os_info

Comment 8 Alexander Todorov 2014-03-24 12:27:15 UTC
Created attachment 878050 [details]
File: program.log

Comment 9 Alexander Todorov 2014-03-24 12:27:18 UTC
Created attachment 878051 [details]
File: storage.log

Comment 10 Alexander Todorov 2014-03-24 12:27:20 UTC
Created attachment 878052 [details]
File: syslog

Comment 11 Alexander Todorov 2014-03-24 12:27:22 UTC
Created attachment 878053 [details]
File: ifcfg.log

Comment 12 Alexander Todorov 2014-03-24 12:27:27 UTC
Created attachment 878054 [details]
File: packaging.log

Comment 13 Alexander Todorov 2014-03-24 12:29:09 UTC
Probably duplicate of:
https://bugzilla.redhat.com/show_bug.cgi?id=1077179

but for some reason ABRT didn't figure it out (I had another crash which was correctly recognized).

Comment 14 David Shea 2014-03-24 15:59:14 UTC
Looks like the grub2 package was not installed for some reason.

Comment 15 David Shea 2014-03-24 16:00:50 UTC
*** Bug 1079969 has been marked as a duplicate of this bug. ***

Comment 16 David Shea 2014-03-24 18:03:08 UTC
This is fixed in anaconda-21.28. The installation of the bootloader packages was moved from blivet to anaconda, and the blivet change went into the rawhide compose before the anaconda change did.