On 07/12/2010 12:38 PM, Colin Watson wrote:
> [Re-sending with full quoting and from my @ubuntu.com account so that it
> doesn't get stuck in the grub-devel moderation queue.]
>
> On Mon, Jul 12, 2010 at 12:26:21AM +0100, Colin Watson wrote:
>
>> On Fri, Jul 09, 2010 at 08:01:12AM +0400, Vadim S
On 07/19/2010 06:39 AM, Fam Zheng wrote:
> Hi all,
>
> As a project of GSoC of MINIX community, we have almost completed the
> work making MINIX 3 Multiboot compliant. I believe it would be very
> helpful for us if GRUB can handle MINIX 3's subpartition and
> filesystem correctly in the future, so
On 07/14/2010 06:52 PM, Raphael Bossek wrote:
> Hi folks,
>
> I'm using Debian GNU/Linux "squeeze/sid" with Linux
> 2.6.32-5-686-bigmem were my two harddisks are configured in Software
> RAID (aka faikraid).
> Because faikraid did not work for me especialy since udev version 158
> where /dev/mapper
On 07/10/2010 09:11 AM, Samuel Thibault wrote:
> Hello,
>
> There's a concern with the way grub menu entries work: even if a command
> fails, grub continues with others, like bash's "best-effort" way. This
> leads to difficult-to-diagnose results: say for instance
>
> multiboot /boot/mykernel
> mo
On 07/09/2010 07:23 PM, Grégoire Sutre wrote:
> Hi,
>
> When the argument passed to grub_disk_open is a string containing a
> partition, e.g. "hd0,msdos3,bsd7", disk->name is set to the full
> string instead of just the prefix up to the first ',' (here "hd0").
> This leads to incorrect partition id
I modify grub2 to understand mdadm 1.2 partition array without the need to map
either the metadevice or the partitions in the device.map file. Just the
physical devices are required. As the meta devices are added, they will be
recognized automatically. Only raid 1 is supported for the moment bu
modified: disk/i386/pc/biosdisk.c
modified: disk/mdraid_linux.c
modified: disk/raid.c
modified: include/grub/disk.h
modified: include/grub/raid.h
modified: kern/device.c
modified: kern/disk.c
modified: kern/fs.c
On Tue, Jul 20, 2010 at 05:56:46PM +0200, Gaëtan Schmidt wrote:
> I modify grub2 to understand mdadm 1.2 partition array without the
> need to map either the metadevice or the partitions in the device.map
> file. Just the physical devices are required. As the meta devices are
> added, they will be
On Tue, Jul 20, 2010 at 03:02:47PM +0200, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> On 07/12/2010 12:38 PM, Colin Watson wrote:
> >> Vladimir, would this patch need a copyright assignment? Most of it
> >> seems pretty straightforward; in fact I doubt that it would come out
> >> very much dif
On my test hardware, the EFI cursor stays up when switching to gfxterm,
which looks pretty odd. We should disable it when the EFI console stops
being active.
2010-07-20 Colin Watson
Disable EFI cursor when the EFI console becomes inactive.
* term/efi/console.c (grub_efi_conso
Le 20/07/2010 18:08, Colin Watson a écrit :
> On Tue, Jul 20, 2010 at 05:56:46PM +0200, Gaëtan Schmidt wrote:
>> I modify grub2 to understand mdadm 1.2 partition array without the
>> need to map either the metadevice or the partitions in the device.map
>> file. Just the physical devices are requir
On 07/20/2010 06:26 PM, Colin Watson wrote:
> On my test hardware, the EFI cursor stays up when switching to gfxterm,
> which looks pretty odd. We should disable it when the EFI console stops
> being active.
>
> 2010-07-20 Colin Watson
>
> Disable EFI cursor when the EFI console becomes i
On 07/06/2010 01:05 AM, Bruce Dubbs wrote:
> There are several problems in grub.texi.
>
> 1. There are several references to Multiboot using @pxref or @xref,
> but Multiboot is not a node within grub.texi. This causes a 404 on
> the website.
>
> @Section History of GRUB
> @section GRUB features (
On 07/20/2010 03:52 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
Which functions concatenate disk->name with anything else? It looks like
disk->name is with partitions by design.
In several places, the (full) grub partition name is obtained by
concatenating disk->name with the result of gr
Hi,
This patch is for handling the field of start in subpartition's partition
table of MINIX.
Why and how:
With the latest trunk source, the subpartition is found by GRUB, partition
names like (hd0,msdos1,msdos1) can be recognized, but the problem is the
'start' of partition: in the partition ta
15 matches
Mail list logo