Re: [PATCH SLOF v2 5/5] disk-label: add support for booting from GPT FAT partition

2015-06-29 Thread Nikunj A Dadhania
Thomas Huth writes: > On Thu, 25 Jun 2015 12:15:29 +0530 > Nikunj A Dadhania wrote: > >> For a GPT+LVM combination disk, older bootloader that does not support >> LVM, cannot load kernel from LVM. >> >> The patch adds support to read from BASIC_DATA UUID partitions for the >> case that the OS i

Re: [PATCH SLOF v2 5/5] disk-label: add support for booting from GPT FAT partition

2015-06-29 Thread Thomas Huth
On Thu, 25 Jun 2015 12:15:29 +0530 Nikunj A Dadhania wrote: > For a GPT+LVM combination disk, older bootloader that does not support > LVM, cannot load kernel from LVM. > > The patch adds support to read from BASIC_DATA UUID partitions for the > case that the OS installer has installed the CHRP-

[PATCH SLOF v2 5/5] disk-label: add support for booting from GPT FAT partition

2015-06-24 Thread Nikunj A Dadhania
For a GPT+LVM combination disk, older bootloader that does not support LVM, cannot load kernel from LVM. The patch adds support to read from BASIC_DATA UUID partitions for the case that the OS installer has installed the CHRP-BOOT config on a FAT file system. Makes GPT detection robust * Check fo