|
From: | Phillip Susi |
Subject: | Re: [PATCH] Skip partitions during OS probing |
Date: | Mon, 11 Jul 2011 11:13:55 -0400 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 |
On 7/9/2011 5:43 PM, Axel Kellermann wrote:
To skip one ore more partitions during OS probing, the user has to add the variable GRUB_SKIP_PARTITIONS to the grub config file (/etc/default/grub) and provide it with a space delimited list of partition names (e.g. GRUB_SKIP_PARTITIONS="sda2 sdb3").
Partition numbers tend to get moved around quite frequently, so this would be a fragile configuration, and require manual entry. It would be better to automatically notice that the partition is a Win7 system partition, and ignore it. If you must explicitly exclude manually chosen partitions, they should be specified by UUID.
[Prev in Thread] | Current Thread | [Next in Thread] |