grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix when installing on pationless but partionable medium


From: Vladimir 'phcoder' Serbinenko
Subject: Re: [PATCH] Fix when installing on pationless but partionable medium
Date: Sun, 26 Jul 2009 14:53:45 +0200

On Wed, Jul 22, 2009 at 7:46 PM, Pavel Roskin<address@hidden> wrote:
> On Wed, 2009-07-22 at 19:43 +0200, Vladimir 'phcoder' Serbinenko wrote:
>> On Wed, Jul 22, 2009 at 7:36 PM, Pavel Roskin<address@hidden> wrote:
>> > On Wed, 2009-07-22 at 19:16 +0200, Robert Millan wrote:
>> > boot.img has holes for FAT and PC MBR.  That's two configurations we
>> > support.  No other partition tables or filesystems are supported.
>> Many filesystems leave first block free. These are supported too
>
> Fine with me if we can identify them.
>
We could have an explicit list of them in util/i386/pc/grub-setup.c
same way as we currently have a list of supported partition tables.
This approach has a drawback of needing to manually add new
filesystems to yet another list but it has a safeguqrd to install only
on configurations which we have tested. If user needs to install to
another FS he can test and submit a patch. The only problem I see is
if FS is in grub-extras. In this case grub-setup wouldn't be able to
identify it and would fail installing to prevent FS damage. This is
part of larger problem of grub-utils with external modules. As a
possibility grub-setup can ask host OS about the target filesystem
(cumbersome) or we could implement module loading in grub-setup (using
shared library approach perhaps?)
> --
> Regards,
> Pavel Roskin
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>



-- 
Regards
Vladimir 'phcoder' Serbinenko

Personal git repository: http://repo.or.cz/w/grub2/phcoder.git




reply via email to

[Prev in Thread] Current Thread [Next in Thread]