From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1K2WGk-0006le-Uk for mharc-grub-devel@gnu.org; Sat, 31 May 2008 14:57:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2WGj-0006k4-7h for grub-devel@gnu.org; Sat, 31 May 2008 14:57:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2WGg-0006jT-8Z for grub-devel@gnu.org; Sat, 31 May 2008 14:57:32 -0400 Received: from [199.232.76.173] (port=48798 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2WGg-0006jQ-2a for grub-devel@gnu.org; Sat, 31 May 2008 14:57:30 -0400 Received: from mta11.charter.net ([216.33.127.80]:64820) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2WGf-0004zL-Uj for grub-devel@gnu.org; Sat, 31 May 2008 14:57:30 -0400 Received: from aarprv04.charter.net ([10.20.200.74]) by mta11.charter.net (InterMail vM.7.08.03.00 201-2186-126-20070710) with ESMTP id <20080531185725.YSOW5653.mta11.charter.net@aarprv04.charter.net> for ; Sat, 31 May 2008 14:57:25 -0400 Received: from [192.168.0.102] (really [71.10.234.12]) by aarprv04.charter.net with ESMTP id <20080531185725.KXKT4495.aarprv04.charter.net@[192.168.0.102]> for ; Sat, 31 May 2008 14:57:25 -0400 Message-ID: <48419F91.3070408@isaac.cedarswampstudios.org> Date: Sat, 31 May 2008 14:57:21 -0400 From: Isaac Dupree User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: The development of GRUB 2 References: <4840123A.5020003@isaac.cedarswampstudios.org> <20080530151837.GA7529@thorin> <48402600.8090805@isaac.cedarswampstudios.org> <48402B87.6060201@isaac.cedarswampstudios.org> <20080530192626.GA29768@thorin> <48406B3F.1070704@isaac.cedarswampstudios.org> <20080531093501.GA6619@thorin> In-Reply-To: <20080531093501.GA6619@thorin> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Chzlrs: 0 X-detected-kernel: by monty-python.gnu.org: Solaris 10 (1203?) Subject: Re: macbook EFI experiences X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 18:57:33 -0000 Robert Millan wrote: > On Fri, May 30, 2008 at 05:01:51PM -0400, Isaac Dupree wrote: >>> You don't need to use the header of one of your partitions. You can use >>> the MBR or even have a dedicated partition for core.img. Then you can >>> install >>> the rest of GRUB in a filesystem that's not case unsensitive! ;-P >> I know, but I don't entirely understand how it works and I'd rather >> not... and it gives me limited options: theoretical maximum of 5 I >> think, 1 in MBR and 1 in each of first four partitions (each with their >> own hacks). > > You're confusing BIOS-based boot with msdos partition labels. You can use > GPT just fine when booting from BIOS (although Intel tries to hide that > fact by embedding the GPT spec inside the EFI spec). I have the hack which combines the two partition labels so I have both GPT and msdos labels. Which means that my first four partitions (only) are listed in msdos, and GPT is the really accurate one that MacOS and Linux use. However, I can't find a way to get into bootloader-land via BIOS without going through the msdos partitioning mechanism. >> I much prefer being able to put as many .efi files as fit >> all on one partition, for refit to find. As it is, when I upgrade GRUB, >> there always has to be the fear that I did something wrong that I can't >> easily fix because it's not just in the location of my files (it's >> hidden in mbr/partition headers), and because I can't boot into Linux >> anymore because I broke the bootloader :-) It's been very lucky that I >> can so far always boot into OS X without going through GRUB, and edit my >> grub.cfg from there... That, and keeping 10.4 updated, are the two main >> reasons I ever boot into MacOS :-) > > I think what we need here is to support MacOS boot from GRUB. Then you > can use GRUB as your bootloader and don't need to use it as a piece of > glue between Refit and Linux.. > > Want to help us on that? :-) that'd be nice... although I kind of like it how it is for me now, choosing Mac vs. GRUB in rEFIt, so I'm not *particularly* inspired to help :-) >>> Btw what's a CSM? >> "Compatibility Support Modules", it's a name for the BIOS substitute >> that Apple added to EFI to support their "Boot Camp"/Windows. > > Notice that, like "EFI", "BIOS" doesn't imply any underliing implementation; > it just defines an interface (Intel uses this confusion to pretend their > firmware is free, when in fact only its shell -EFI- is). Unless I missed > something, Apple's BIOS is as much a BIOS as is any other one. I think you're right about that. (Except that I don't think that even the EFI part of the firmware is free on Apple computers, as far as I know they've done proprietary modifications to the free example-implementation and not been interested in releasing firmware sources.) -Isaac