Hello!
I have just fixed a breakage in the Linux loader that was committed
yesterday. Linux would not be able to mount the root partition. If
anyone ended up with an unbootable system, please use linux16 and
initrd16 instead on linux and initrd commands in the menu.
--
Regards,
Pavel Ro
Am Mittwoch, den 17.06.2009, 18:44 -0400 schrieb Pavel Roskin:
> On Wed, 2009-06-17 at 16:08 +0200, Felix Zielcke wrote:
> > add support for dmraid devices
>
> That's good. I have a system with a PDC RAID, and although I only have
> one drive connected, GRUB2 won't install on it. I'm looking fo
On Sun, Jul 5, 2009 at 9:11 PM, Duboucher Thomas wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I was reading the code and now I have a question. You are creating a
> grub librairy writen in C including useful functions such as
> 'grub.file_open'. But in your implementation, yo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I was reading the code and now I have a question. You are creating a
grub librairy writen in C including useful functions such as
'grub.file_open'. But in your implementation, you removed base libraries
such as 'os' and 'io'. So why don't you j
Committed.
On Sat, Jun 27, 2009 at 12:14 PM, Bean wrote:
> On Sat, Jun 27, 2009 at 12:04 PM, Pavel Roskin wrote:
>> On Sat, 2009-06-27 at 11:53 +0800, Bean wrote:
>>
>>> Yes, actually it's just a bunch of file_exist AND or OR together, but
>>> I think if we use this kind of test often enough, impl