On Tue, Jul 28, 2009 at 4:58 AM, Patrik Horník<pat...@dsl.sk> wrote: > Hello Bean, > > it still does not work, I've tested your patch today against revision > 2448 from SVN. > > - grub-probe works and detects ex2 filesystem on LVM volume on RAID5 arrays. > > - However grub on boot still does not detect filesystem on root/boot > volume. It knows root LVM volume according ls command from grub > rescue, but still goes to rescue mode with error "unknown filesystem". > > - grub-install also does not work, it creates core.img without some of > needed modules. It seems that raid modules are missing, because ls in > grub rescue shows only native partitions. I've created core.img > manually to test your patch, with modules "ext2 chain pc biosdisk lvm > raid mdraid".
Hi, Perhaps the install script still has problem to determine the correct modules, maybe you can try to this list manually: "ext2 chain pc biosdisk raid mdraid lvm". The order is important, lvm must be loaded after raid and mdraid. -- Bean _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel