Re: [PATCH] grub-emu-lite tool instead of --enable-grub-emu-modules

2010-05-27 Thread BVK Chaitanya
Updated for cygwin build. -- bvk.chaitanya # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: chaita...@personal-lr2wsx-20100528000431-\ # qeo8qbb74n92rutd # target_branch: ../mainline/ # testament_sha1: 0d5c612d935b7c6f116130b4c15d715c0d36958c # timestamp: 2010-05-27 22:34:44 +0

[Patch] Discard incorrect nested partitions (fixes #29956)

2010-05-27 Thread Grégoire Sutre
Hi, Regarding the nested partition code, there is an implicit assumption that each partition should be contained in its parent, i.e. its sectors should also be sectors of its parent. This ``physical nesting'' is checked in grub_disk_read, but it would be better to check it before that. The att

Re: [Patch] Discard incorrect nested partitions (fixes #29956)

2010-05-27 Thread Seth Goldberg
This patch will also fix (i.e. Solaris), which embeds a copy of the MBR's partition table in the PBR. --S Quoting Grégoire Sutre, who wrote the following on Fri, 28 May 2010: Hi, Regarding the nested partition code, there is an implicit assumption that each partition should be contained