Fedora Account System
Red Hat Associate
Red Hat Customer
Created attachment 363396 [details] anaconda.log Description of problem: I performed installation and anaconda did not install bootloader properly. Partitioning was for 2 disks: /boot on raid1 lvm with / and /home on raid1 swap on raid0 This is perhaps have connection with bug #526789 (same installation). Version-Release number of selected component (if applicable): anaconda-12.32-1.fc12.i686
Created attachment 363397 [details] program.log
Created attachment 363398 [details] storage.log
Radek has been working on some fixes for bootloader stuff with /boot on mdraid1, assigning to him.
I guess you were installing bootloader on boot partition, that is /dev/md0 (it is default option if I am not mistaken). Anaconda used to install in mbrs of both members in such a case, but it has changed with commit 45a7048e5f56316e052e4699b5ec70aa291ddd5e. So bootloader is probably correctly installed in /dev/md0 (that is /dev/vda1 and /dev/vdb1). The question is if boot partition is good default bootloader target.
Right, seems I was installing it in boot partition. I was intending to setup on mbr, just selected the default option. It was new clear disk image, so perhaps there was clean mbr.
(In reply to comment #4) > I guess you were installing bootloader on boot partition, that is /dev/md0 (it > is default option if I am not mistaken). Anaconda used to install in mbrs of > both members in such a case, but it has changed with commit > 45a7048e5f56316e052e4699b5ec70aa291ddd5e. So bootloader is probably correctly > installed in /dev/md0 (that is /dev/vda1 and /dev/vdb1). The question is if > boot partition is good default bootloader target. Right, the partition not the mbr used to be the default as we used to only install grub to one disk in the mbr case, with the patch you've got queued up this is fixed and we should make mbr the default. We should do this before RHEL-6 I believe. Making the mbr the default should be easy, currently there actually is some special case code to not make the mbr be the default in the mdraid1 /boot case, remove that code and done :)
Default bootloader target for mdraid1 /boot device was changed back to mbr.
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping