GRUB2 UEFI booting from LVM on RAID (with XEN)

Posted by pavian on Super User See other posts from Super User or by pavian
Published on 2012-11-17T16:40:56Z Indexed on 2012/11/17 17:04 UTC
Read the original article Hit count: 260

Filed under:
|
|
|
|

I'm experimenting with booting root fs from LVM volume inside the raid (mdraid superblock 1.x) via UEFI with GRUB2. Also I'm using Xen hypervisor.

From grub command line I can see my lvm volume (ls command) but I got kernel panic due to "unable to mount root fs". I saw a note in this article telling it's probably impossible to boot root fs from raid via UEFI, but I don't understand the reason why not.

Is it possible to boot linux with this configuration without the initramfs (which I don't won't to use)?

© Super User or respective owner

Related posts about raid

Related posts about lvm