Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-17 Thread bibo,mao
Eeri Kask wrote: bibo,mao wrote: >> 2.6.18.5. > There exists one bug in Linux kernel only EFI bios relative at > http://marc.theaimsgroup.com/?l=linux-kernel&m=116157536316034&w=2 > I do not know whether 2.6.18.5 incorpora

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-15 Thread Eeri Kask
bibo,mao wrote: >> 2.6.18.5. > There exists one bug in Linux kernel only EFI bios relative at > http://marc.theaimsgroup.com/?l=linux-kernel&m=116157536316034&w=2 > I do not know whether 2.6.18.5 incorporates this bug. Oh, I see. This bug is not corrected in 2.6.18.5. As a side note, in contrast,

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-14 Thread bibo,mao
Eeri Kask wrote: bibo,mao wrote: >> menuentry "MacOSX" { >> set root=(hd0,2) >> chainloader /System/Library/CoreServices/boot.efi >> } >> >> menuentry "GNU/Linux" { >> set root=(hd0,5) >> linux /boot/vmlinuz root=/dev/sda5 >> } >> > There is no initrd option in your menu, I do

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-14 Thread Eeri Kask
bibo,mao wrote: >> menuentry "MacOSX" { >> set root=(hd0,2) >> chainloader /System/Library/CoreServices/boot.efi >> } >> >> menuentry "GNU/Linux" { >> set root=(hd0,5) >> linux /boot/vmlinuz root=/dev/sda5 >> } >> > There is no initrd option in your menu, I do not know whether it can > succ

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-13 Thread Yoshinori K. Okuji
On Wednesday 13 December 2006 14:29, Thomas Schwinge wrote: > You already have one and people are already using it, only the developers > aren't: , 191 bugs reported, > most about GRUB legacy, I guess. Yes, it is a full of garbage. A public BTS into which

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-13 Thread Marco Gerards
Thomas Schwinge <[EMAIL PROTECTED]> writes: > On Wed, Dec 13, 2006 at 01:49:10PM +0100, Marco Gerards wrote: >> We need a real BTS soon. :-) > > You already have one and people are already using it, only the developers > aren't: , 191 bugs reported, > most

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-13 Thread Thomas Schwinge
On Wed, Dec 13, 2006 at 01:49:10PM +0100, Marco Gerards wrote: > We need a real BTS soon. :-) You already have one and people are already using it, only the developers aren't: , 191 bugs reported, most about GRUB legacy, I guess. Regards, Thomas signa

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-13 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Sunday 03 December 2006 18:05, Eeri Kask wrote: >> After creating 4 partitions with MacOSX installation CD (and installing >> OSX) I installed Gentoo 2006.1 x86_64 onto the 4th partition (i.e. >> /dev/sda5; in OSX invisible FAT32 partition coun

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-06 Thread bibo,mao
Eeri Kask wrote: Yoshinori K. Okuji wrote: >> (line 2-2) >> syntax error >> Incorrect command >> ... >> (line 12-12) >> Press any key to continue... > > Hmm.. I think you need to put the open braces in the same line as "menuentry" > commands. Thank you for the hint! :-) So now my grub

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-06 Thread Eeri Kask
Yoshinori K. Okuji wrote: >> (line 2-2) >> syntax error >> Incorrect command >> ... >> (line 12-12) >> Press any key to continue... > > Hmm.. I think you need to put the open braces in the same line as "menuentry" > commands. Thank you for the hint! :-) So now my grub.cfg looks menuentry "Mac

Re: EFI-dualbooting OSX and Linux on iMac with T7400-CPU

2006-12-03 Thread Yoshinori K. Okuji
On Sunday 03 December 2006 18:05, Eeri Kask wrote: > After creating 4 partitions with MacOSX installation CD (and installing > OSX) I installed Gentoo 2006.1 x86_64 onto the 4th partition (i.e. > /dev/sda5; in OSX invisible FAT32 partition counts as /dev/sda1). > Now I am kindly looking for help in