<p dir="ltr"><br>
On May 28, 2015 5:03 PM, &quot;Bill Oliver&quot; &lt;<a href="mailto:vendor@billoblog.com">vendor@billoblog.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On Thu, 28 May 2015, Fred Smith wrote:<br>
&gt;<br>
&gt;&gt; On Thu, May 28, 2015 at 10:16:27PM +0000, Bill Oliver wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Help!<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; I had a dual boot box using Kubuntu and Windows 8.  In GRUB, the Windows<br>
&gt;&gt;&gt; option was listed as &quot;Windows Boot Loader&quot;.  When Fedora 22 came out<br>
&gt;&gt;&gt; yesterday, I jumped to it.  I installed it without a problem, but the<br>
&gt;&gt;&gt; Windows option is no longer listed.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The Windows partitions are still there(the fdisk output is<br>
&gt;&gt;&gt; below.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Any help on how to add it to the boot options?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; I dunno if this will help you with F22, but here it is, FWIW.<br>
&gt;&gt;<br>
&gt;&gt; I have a dual-core netbook that came with Win7, and I shrank the<br>
&gt;&gt; partition and installed F19 in the resulting free space, back when F19<br>
&gt;&gt; was not EOL. The F19 installation found the bootable windoze partition(s)<br>
&gt;&gt; without trouble and set up Grub accordingly.<br>
&gt;&gt;<br>
&gt;&gt; But when I replaced the F19 system with Centos-7, it did not.<br>
&gt;&gt;<br>
&gt;&gt; After some digging and list replies to my queries, one kind person told<br>
&gt;&gt; me to try this:<br>
&gt;&gt;<br>
&gt;&gt;         1) Install ntfs &quot;support&quot;<br>
&gt;&gt;         yum install -y epel-release<br>
&gt;&gt;         yum install -y ntfs-3g ntfsprogs<br>
&gt;&gt;<br>
&gt;&gt;         2) re-run the grub config gen script<br>
&gt;&gt;         grub2-mkconfig -o /boot/grub2/grub.cfg<br>
&gt;&gt;<br>
&gt;&gt; now, for Fedora, you probably don&#39;t need to install the EPEL repo,<br>
&gt;&gt; I think ntfs-3g is probably available in the Fedora repos.<br>
&gt;&gt;<br>
&gt;&gt; If, by any chance, ntfs-3g and ntfsprogs are NOT installed already,<br>
&gt;&gt; that would explain why the windows partition was not found.<br>
&gt;&gt;<br>
&gt;&gt; to make this long story short(er), once I did those steps, Grub now<br>
&gt;&gt; supports booting windows as well as Centos.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; Thanks, but no joy:<br>
&gt;<br>
&gt; %grub2-mkconfig -o /boot/grub2/grub.cfg<br>
&gt; Generating grub configuration file ...<br>
&gt; Found linux image: /boot/vmlinuz-4.0.4-301.fc22.x86_64<br>
&gt; Found initrd image: /boot/initramfs-4.0.4-301.fc22.x86_64.img<br>
&gt; Found linux image:<br>
&gt; /boot/vmlinuz-0-rescue-78fbe953ac7541f89d8b08858c868950<br>
&gt; Found initrd image:<br>
&gt; /boot/initramfs-0-rescue-78fbe953ac7541f89d8b08858c868950.img<br>
&gt; done<br>
&gt;<br>
&gt; billo<br>
&gt;<br>
&gt; -- <br>
&gt; </p>
<p dir="ltr">Look in /boot/efi/EFI.  There should be Microsoft files there.  If not, they are... in c:\Windows\something...  I&#39;ll check notes if need be but mostly replying to point out:</p>
<p dir="ltr">on a UEFI system, the grub config is at /boot/efi/EFI/fedora/grub.cfg - not the path you used.</p>
<p dir="ltr">-- Pete</p>