... if you have many partitions. On my test machine, I have 18 regular
partitions and 5 logical volumes (LVM) on two disks (1.5 TByte total).
(Ubuntu Jaunty, GRUB 1.96+20080724-12ubunut2)
search for UUIDs takes quite long, up to several seconds (depending on
where the UUID is found)
1) I woul
2009/7/14 Bean :
>
> The command.lst file contains this information, for example,
>
Perfect, thank you!
-c
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Quoting Bean :
loader/i386/linux.c works for both i386 and x86_64, although the
directory might be a little misleading.
Yes, it was misleading. We may want to rename i386 to x86 for the
"dual purpose" code.
In act, MacBook 5.x is x86_64
and users from ubuntu forum have confirmed that it
Hi,
loader/i386/linux.c works for both i386 and x86_64, although the
directory might be a little misleading. In act, MacBook 5.x is x86_64
and users from ubuntu forum have confirmed that it works, so it should
be all right.
On Tue, Jul 14, 2009 at 7:20 AM, Pavel Roskin wrote:
> On Sun, 2009-07-12
Hi,
The command.lst file contains this information, for example,
freebsd: bsd
freebsd command is in bsd module.
On Tue, Jul 14, 2009 at 9:38 AM, Chris Smart wrote:
> Hi all,
>
> Is there a resource somewhere which tells users which module a
> specific command is in?
> For example, which module
Hi all,
Is there a resource somewhere which tells users which module a
specific command is in?
For example, which module contains the 'fakebios' command?
Thanks,
Chris
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinf
On Sat, 2009-07-11 at 13:58 +0800, Bean wrote:
> Hi,
>
> This patch would check for drive number and use drivemap to map disks,
> this is required to boot DOS/Windows from secondary drive. It also
> change commands like root (hd0,0) to root=hd0,0 (I remember someone
> want to remove the root comma
On Sun, 2009-07-12 at 21:44 +0800, Bean wrote:
> Hi,
>
> MacBooks 5.x supports the new graphics output protocol in UEFI, while
> the older UGA draw protocol doesn't work anymore. This patch add
> support for graphics output protocol so that linux loader can get
> video information correctly.
The
On Sun, Jul 12, 2009 at 4:51 PM, Pavel Roskin wrote:
> Quoting Samuel Thibault :
>
>> (sorry phcoder for the duplication)
>>
>> Robert Millan, le Fri 10 Jul 2009 19:22:48 +0200, a écrit :
>>>
>>> We've made some exceptions, but in general, we'd like to keep the GRUB
>>> codebase made entirely of FS