Re: grub and root=label=

2008-09-09 Thread Chris Knadle
of this list already because of the number of mails. No problem. -- Chris -- Chris Knadle [EMAIL PROTECTED] ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: grub and root=label=

2008-09-08 Thread Chris Knadle
with the right subject. -- Chris -- Chris Knadle [EMAIL PROTECTED] ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Bug#475718: Bug #475718 grub gets confused by hybrid apple/pc partmap

2008-08-05 Thread Chris Knadle
On Tuesday 05 August 2008, Marco Gerards wrote: Robert Millan [EMAIL PROTECTED] writes: On Fri, Jul 25, 2008 at 07:36:25PM -0400, Chris Knadle wrote: If you ask me, I think this unfortunately looks like a complex detection problem -- which I think is eventually going to start

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-07-28 Thread Chris Knadle
On Monday 28 July 2008, Felix Zielcke wrote: Am Montag, den 28.07.2008, 14:41 -0400 schrieb Chris Knadle: However on the last test I did make an error and left out the -d option to grub-probe, and that's required for the grub-probe to succeed, so unfortunately the output I posted

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-07-28 Thread Chris Knadle
On Monday 28 July 2008, Robert Millan wrote: On Mon, Jul 28, 2008 at 03:25:00PM -0400, Chris Knadle wrote: On Monday 28 July 2008, Felix Zielcke wrote: Am Montag, den 28.07.2008, 14:41 -0400 schrieb Chris Knadle: However on the last test I did make an error and left out the -d

Re: [PATCH] Misc patches for grub2

2008-07-25 Thread Chris Knadle
the file instead. -- Chris -- Chris Knadle [EMAIL PROTECTED] ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] Misc patches for grub2

2008-07-25 Thread Chris Knadle
On Friday 25 July 2008, Bean wrote: On Sat, Jul 26, 2008 at 1:19 AM, Chris Knadle [EMAIL PROTECTED] wrote: On Friday 25 July 2008, Bean wrote: 4. rename appleloader command to bootcamp The name appleloader may be a little confusing, bootcamp seems to be a better choice. Rather

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-07-25 Thread Chris Knadle
On Friday 25 July 2008, Robert Millan wrote: On Wed, Jul 23, 2008 at 04:47:42PM -0400, Chris Knadle wrote: On Wednesday 23 July 2008, Chris Knadle wrote: Right now part_map_iterate() detects an Apple partition based on Sector 0 [which is unavoidable, since Sector 0 is not going to have

Re: Bug#475718: Bug #475718 grub gets confused by hybrid apple/pc partmap

2008-07-25 Thread Chris Knadle
On Friday 25 July 2008, Robert Millan wrote: On Fri, Jul 25, 2008 at 07:36:25PM -0400, Chris Knadle wrote: If you ask me, I think this unfortunately looks like a complex detection problem -- which I think is eventually going to start with a *successful* detection of the Apple partition

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-07-23 Thread Chris Knadle
Thanks for your pointsers, Pavel; they were all helpful. On Tuesday 22 July 2008, Pavel Roskin wrote: Quoting Chris Knadle [EMAIL PROTECTED]: Since I want the first (high) 16 bits, I think I need to make the comparison in a way such as: if ((apart.first_phys_block 0x

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-07-23 Thread Chris Knadle
On Wednesday 23 July 2008, Chris Knadle wrote: Right now part_map_iterate() detects an Apple partition based on Sector 0 [which is unavoidable, since Sector 0 is not going to have an HFS+ magic number] Sorry, I meant *partition 0*, not Sector 0... -- Chris -- Chris Knadle [EMAIL

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-07-22 Thread Chris Knadle
Felix Zielcke asked me about the Apple/PC hybrid disk problem, so I'm trying to figure out how to fix it. Sorry for letting this fall through the cracks; this is from three months ago. On Monday 14 April 2008, Pavel Roskin wrote: On Mon, 2008-04-14 at 10:21 -0400, Chris Knadle wrote

Re: ext4 support in grub2

2008-05-22 Thread Chris Knadle
for /boot is undesirable? -- Chris -- Chris Knadle [EMAIL PROTECTED] ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: TPM support with SATA drives

2008-04-26 Thread Chris Knadle
: It will not be possible to access already-encrypted data after these keys are cleared I think it's pretty clear that the intent is to report the above information to the OS manufacturer rather than to the user or owner. -- Chris -- Chris Knadle [EMAIL PROTECTED

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-04-15 Thread Chris Knadle
On Monday 14 April 2008, Pavel Roskin wrote: On Mon, 2008-04-14 at 10:21 -0400, Chris Knadle wrote: Instead of probing for partmaps in a particular order, it seems that solving for this might best be done by probing for all of the possible partmaps for the architecture and trying

Re: [PATCH] Extend the code to ignore junk files

2008-04-15 Thread Chris Knadle
~' make[1]: *** [debian/linux-image-2.6.24.4-yee~] Error 255 But a localversion ending in a tilde is fine as far as the Linux 'make' system is concerned, so the generic 'make install' method which is commonly used on many systems will still allow it. -- Chris -- Chris Knadle [EMAIL

Re: grub-probe fails to find PC partition due to Apple disklabel

2008-04-14 Thread Chris Knadle
be different if the apple partmap was searched first? -- Chris -- Chris Knadle [EMAIL PROTECTED] ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

grub-probe fails to find PC partition due to Apple disklabel

2008-04-13 Thread Chris Knadle
of the partition maps. Is there, or can we think of, a good way of handling this? -- Chris -- Chris Knadle [EMAIL PROTECTED] ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel