Re: [PATCH] Compilation PowerPC64

2008-12-03 Thread Pavel Roskin
Quoting Manoel Rebelo Abranches <[EMAIL PROTECTED]>: Hi Pavel. The patch which changes the link address from 0x1 to 0x20 was sent by me. there was a overlapping of the load-base used in CHRP/PAPR machines 0x4000 and the link address of the ELF segments. The address used is the same that

Re: LVM & RAID10

2008-12-03 Thread Bean
On Thu, Dec 4, 2008 at 6:32 AM, Wojciech Pyczak <[EMAIL PROTECTED]> wrote: > >>> (...)The only clue I have is >>> (completly mysterius to me) error message: "We don't support multiple >>> metadata areas". >>> >> >> Hi, >> >> This error come from lvm, perhaps you can try raid10 first. >> >> > > I pl

Re: LVM & RAID10

2008-12-03 Thread Wojciech Pyczak
(...)The only clue I have is (completly mysterius to me) error message: "We don't support multiple metadata areas". Hi, This error come from lvm, perhaps you can try raid10 first. I played a bit when I had free time and... - I learned to ignore grub error messages :D - RAID10 s

Re: [PATCH] Compilation PowerPC64

2008-12-03 Thread Manoel Rebelo Abranches
Hi Pavel. The patch which changes the link address from 0x1 to 0x20 was sent by me. there was a overlapping of the load-base used in CHRP/PAPR machines 0x4000 and the link address of the ELF segments. The address used is the same that Yaboot uses but theoretically any address that don't cau

Re: [PATCH] Compilation PowerPC64

2008-12-03 Thread Pavel Roskin
On Wed, 2008-12-03 at 11:20 -0500, Pavel Roskin wrote: > r1923 has no "out of memory" problem. r1924 doesn't compile. I think I understand something now. "out of memory" is caused by heap_init() inside grub_claim_heap() failing due to memory overlap (by the way, I hate functions inside function

Re: [PATCH] Compilation PowerPC64

2008-12-03 Thread Pavel Roskin
On Fri, 2008-11-28 at 20:40 +0100, Robert Millan wrote: > On Mon, Nov 24, 2008 at 04:30:45PM -0500, Pavel Roskin wrote: > > On Mon, 2008-11-24 at 17:58 -0200, Manoel wrote: > > > This patch corrects compilation in PowerPC64 due to some recent changes. > > > > The compilation problems exist even wh