On Sun, Dec 14, 2014 at 7:46 PM, Mike Wright <nobody@xxxxxxxxxxxxxxxxxxxx> wrote: > Hi all, > > I just tried an f21 installation with Fedora-Server onto brand new NAS > quality 1TB drives. During the disk setup portion I selected "Modify", then > "Raid Type", then "1". Everything went smoothly. > > It wouldn't boot. Easy fix. grub2 installed to sda but sdb was the last > disk recognized by the BIOS. Sounds like a bug. This used to work automatically. Can you do: grep grub2-install /var/log/anaconda/anaconda.program.log The grub-install command should install grub2 to both sda and sdb on BIOS computers. On UEFI computers this can't work right now. > Specified "Boot from sda" to the BIOS and it > came up. grub2-install /dev/sdb. Now I can boot from either sda or sdb. > > But there's a hitch. During boot it pauses for a while then issues an error > message... > > error: failure reading sector 0x3b0 from `fd0' > error: failure reading sector 0x0 from `fd0' > > ...then proceeds to boot. This happens regardless of which disk it uses. > Install f21 to each of the drives separately and neither shows errors. Try reinstalling grub with grub2-install --no-floppy option.This should inhibit the inclusion of the GRUB floppy module and then it won't try to read from a non-existent drive (or non-existent floppy in the drive which is why there's a failure to read sectors). > > It seems almost impossible that both would have identical bad sectors. And > why are the errors reported from floppy drive 0?. The real question is why does grub assume hardware from ~3 epochs ago still commonly exists, and requires a distro/user opt-out command rather than either depending on detection or opt in. -- Chris Murphy -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org