Description of problem: grub2-mkconfig -o /boot/grub2/grub.cfg doesn't create /boot/grub2/grub.cfg so we are getting the GRUB 2 boot prompt... The issue seems /usr/sbin/grub2-probe : [root@bluesy (Fedora 17) grub2]$ /usr/sbin/grub2-probe --device /dev/sdc1 --target=hints_string /usr/sbin/grub2-probe: error: cannot open `/sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/host4/port-4:0/end_device-4:0/sas_device:end_device-4:0/phy_identifier': No such file or directory. There is no '/sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/host4/port-4:0/end_device-4:0/sas_device:end_device-4:0/phy_identifier' but there is ' /sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/host4/port-4:0/end_device-4:0/sas_device/end_device-4:0/phy_identifier' (end_device-4:0/sas_device instead of sas_device:end_device-4:0 ) [root@bluesy (Fedora 17) ~]$ ls -l /sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/host4/port-4:0/end_device-4:0/sas_device/end_device-4:0/phy_identifier -r--r--r-- 1 root root 4096 Sep 7 19:04 /sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/ Version-Release number of selected component (if applicable): grub2-2.0-0.25.beta4.fc17.x86_64 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Missing a piece... [root@bluesy (Fedora 17) anaconda]$ ls -l /sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/host4/port-4:0/end_device-4:0/sas_device/end_device-4:0/phy_identifier -r--r--r-- 1 root root 4096 Sep 7 19:04 /sys/devices/pci0000:00/0000:00:01.0/0000:02:00.0/host4/port-4:0/end_device-4:0/sas_device/end_device-4:0/phy_identifier
*** This bug has been marked as a duplicate of bug 826833 ***