Re: GRUB 2 does not show new kernel :(

2007-06-26 Thread Bean
On Wed, Jun 27, 2007 at 11:55:07AM +0530, shirish wrote: > Hi all, > Mr. Bean (chuckles knowing a different bean :) ) , first of all > thank you for your time. You are right as far as unifont.pff is > concerned. I just did a search and saw that unifont is not installed. > Have installed it n

Re: GRUB 2 does not show new kernel :(

2007-06-26 Thread shirish
Message: 7 Date: Wed, 27 Jun 2007 09:58:38 +0800 From: Bean <[EMAIL PROTECTED]> Subject: Re: GRUB 2 does not show new kernel :( To: The development of GRUB 2 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii On Wed, Jun 27, 2007 at 01:18:41AM +0530, shirish wrote: > Hi a

Re: [PATCH] Avoid recompilation of unrelated files

2007-06-26 Thread Bean
On Wed, Jun 27, 2007 at 02:52:12AM +0800, Bean wrote: > A problem of the grub2 make system is that even the smallest change of source > code can trigger a huge recompilation. Try this: > > touch commands/cmp.c > make > > The ideal situation is that only files related to cmp module is recompiled.

Re: GRUB 2 does not show new kernel :(

2007-06-26 Thread Bean
On Wed, Jun 27, 2007 at 09:58:38AM +0800, Bean wrote: > On Wed, Jun 27, 2007 at 01:18:41AM +0530, shirish wrote: > > Hi all, > > I thought long & hard before making this post. I tried all > > the avenues , the #GRUB channel on IRC, the forums at ubuntuforums ( > > 136 views at this point in

Re: GRUB 2 does not show new kernel :(

2007-06-26 Thread Bean
On Wed, Jun 27, 2007 at 01:18:41AM +0530, shirish wrote: > Hi all, > I thought long & hard before making this post. I tried all > the avenues , the #GRUB channel on IRC, the forums at ubuntuforums ( > 136 views at this point in time but no answers :( ) . hence made long > posts about the is

Re: GRUB 2 does not show new kernel :(

2007-06-26 Thread Bean
On Wed, Jun 27, 2007 at 01:18:41AM +0530, shirish wrote: > Hi all, > I thought long & hard before making this post. I tried all > the avenues , the #GRUB channel on IRC, the forums at ubuntuforums ( > 136 views at this point in time but no answers :( ) . hence made long > posts about the is

CD-ROM booting staus update

2007-06-26 Thread Alex Roman
Thought I'd write a little status update on this project. So far I can: * identify CD-ROM drives * read Eltorito descriptors off the CD * parse Eltorito descriptors, and interpret them * load bootable images from the CD in memory Currently, the nag is that ISOLINUX at least uses Eltorito Int 13h

Contribute to GRUB 2 ?

2007-06-26 Thread Erich Boleyn
Greetings all, I've been becoming more interested (and having some more time) to look seriously into GRUB development again, and have been following the email list for a bit. I've been working at AMD in CPU architecture/instruction set extensions and virtualization, but GRUB calls to me at times

GRUB 2 does not show new kernel :(

2007-06-26 Thread shirish
Hi all, I thought long & hard before making this post. I tried all the avenues , the #GRUB channel on IRC, the forums at ubuntuforums ( 136 views at this point in time but no answers :( ) . hence made long posts about the issue at http://ubuntuforums.org/showthread.php?t=484856 If anybody

[PATCH] Avoid recompilation of unrelated files

2007-06-26 Thread Bean
A problem of the grub2 make system is that even the smallest change of source code can trigger a huge recompilation. Try this: touch commands/cmp.c make The ideal situation is that only files related to cmp module is recompiled. But unfortunately, this is not the case. The problem lies in file d

Re: GRUB 2 documentation

2007-06-26 Thread Marco Gerards
shirish <[EMAIL PROTECTED]> writes: Hi, > I see this bug > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333516 about > documentation , what is the status of that, we are waiting for grub 2 > to hit stable before the documentation is written or what? Well, you can't write 100% accurate d

GRUB 2 documentation

2007-06-26 Thread shirish
Hi all, I see this bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333516 about documentation , what is the status of that, we are waiting for grub 2 to hit stable before the documentation is written or what? Cheers! -- Shirish Agarwal This email is licensed under http://creat

Re: netboot

2007-06-26 Thread Adam Lackorzynski
On Tue Jun 26, 2007 at 17:01:26 +0800, Bean wrote: > On Tue, Jun 26, 2007 at 07:58:44AM +0200, Robert Millan wrote: > > > > In the wiki there's a link titled "GRUB2 netboot development" that points > > to: > > > > http://www.inma.ucl.ac.be/~guffens/grub2_netboot/index.html > > > > (broken l

Re: netboot

2007-06-26 Thread Bean
On Tue, Jun 26, 2007 at 07:58:44AM +0200, Robert Millan wrote: > > In the wiki there's a link titled "GRUB2 netboot development" that points > to: > > http://www.inma.ucl.ac.be/~guffens/grub2_netboot/index.html > > (broken link) > > Anyone knows what did this contain? Is there uncommitted