On Thu, 2008-06-19 at 14:20 +0200, Robert Millan wrote:
> On Wed, Jun 18, 2008 at 10:37:03PM -0400, Pavel Roskin wrote:
> > On Thu, 2008-06-19 at 04:14 +0200, Yoshinori K. Okuji wrote:
> >
> > > I took a look at lzma 4.32.6. All code in liblzmadec is licensed with
> > > LGPL 2.1
> > > or any lat
Robert Millan wrote:
How about adding a counter to grub_dprintf to make it easy to instrument
GRUB and find which are the bottlenecks in boot time?
Sidenote: perhaps it'd be a good idea to conditionalize all grub_dprintf
calls with #ifdef DEBUG to obtain a smaller core.img. It's not hard to
ask
El jue, 19-06-2008 a las 14:21 +0200, Robert Millan escribió:
> On Thu, Jun 19, 2008 at 01:22:11PM +0200, Javier Martín wrote:
> > Hi there - I have found that a grub-setup in i386 recently got borked,
> > and now inserts the core.img filename twice in the path while looking
> > for it the second t
El jue, 19-06-2008 a las 14:21 +0200, Robert Millan escribió:
> On Thu, Jun 19, 2008 at 01:22:11PM +0200, Javier Martín wrote:
> > Hi there - I have found that a grub-setup in i386 recently got borked,
> > and now inserts the core.img filename twice in the path while looking
> > for it the second t
How about adding a counter to grub_dprintf to make it easy to instrument
GRUB and find which are the bottlenecks in boot time?
Sidenote: perhaps it'd be a good idea to conditionalize all grub_dprintf
calls with #ifdef DEBUG to obtain a smaller core.img. It's not hard to
ask a user to rebuild if
On Thu, Jun 19, 2008 at 01:22:11PM +0200, Javier Martín wrote:
> Hi there - I have found that a grub-setup in i386 recently got borked,
> and now inserts the core.img filename twice in the path while looking
> for it the second time: the program tried to find the file
> "/boot/grubcore.img/core.img
On Wed, Jun 18, 2008 at 10:37:03PM -0400, Pavel Roskin wrote:
> On Thu, 2008-06-19 at 04:14 +0200, Yoshinori K. Okuji wrote:
>
> > I took a look at lzma 4.32.6. All code in liblzmadec is licensed with LGPL
> > 2.1
> > or any later version. So where is the problem?
>
> Indeed, the "any later ver
Hi there - I have found that a grub-setup in i386 recently got borked,
and now inserts the core.img filename twice in the path while looking
for it the second time: the program tried to find the file
"/boot/grubcore.img/core.img" which is obviously wrong. This is a fix,
or so I think - it seems the