From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1I3NsZ-0002xL-FM for mharc-grub-devel@gnu.org; Tue, 26 Jun 2007 23:07:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I3NsX-0002xD-Sh for grub-devel@gnu.org; Tue, 26 Jun 2007 23:07:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I3NsV-0002wn-9u for grub-devel@gnu.org; Tue, 26 Jun 2007 23:07:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I3NsV-0002wk-4q for grub-devel@gnu.org; Tue, 26 Jun 2007 23:07:35 -0400 Received: from m15-111.126.com ([220.181.15.111]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I3NsT-0004u3-Mm for grub-devel@gnu.org; Tue, 26 Jun 2007 23:07:34 -0400 Received: from localhost (unknown [218.240.203.231]) by smtp1 (Coremail) with SMTP id wKjJC0YASThu1IFGS_NMBQ==.48957S2; Wed, 27 Jun 2007 11:07:27 +0800 (CST) Date: Wed, 27 Jun 2007 11:07:00 +0800 From: Bean To: The development of GRUB 2 Message-ID: <20070627030700.GA2806@ws3.vdp.com> References: <511f47f50706261248i1d924e4ej4f6f89e04a2463e6@mail.gmail.com> <20070627015838.GA2686@ws3.vdp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070627015838.GA2686@ws3.vdp.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-Coremail-Antispam: 1U3Yxn0WfASr-VFAUDIcSsGvfJTRUUUj8xFxVCF77xC6IxKo4 kEV4ylIxAIcVC2z280aVAFwI0_Jr0_Gr1lnxkEFVAIw20F6cxK64vIFxWlx4CE17CEb7AF 67AKxVWUJVWUXwCjxxvEw4Wle4C267I2x7xF54xIwI1lYx0E2Ix0cI8IcVAFwI0_Jr0_Jr 4l4x8a6c8ajcxJMcIj6I8E87Iv67AKxVWUJVW8JwAFxVCaYxvI4VCIwcAKzIAtMxkI7II2 jI8vz4vEwIxGrwCI42IY6I8E87Iv6xkF7I0E14v26r1j6r4UM7AC8VAFwI0_Jr0_Gr1lb4 IE77IF4wAFIxvE14AKwVWUJVWUGwAqx4xG64xvF2IEw4CE5I8CrVC2j2Wlb7Iv0xC_KF7a nT9S1TB71UUUUUUa7-sFnT9fnUUI43ZEXa7IUeZvttUUUUUFnT9fnsW5prWkGr4xCF1UZr y7GF4fZFWUAoXrpw1xtoW3uwnxW34ktw13Aryq9a4DJayfGF4rZr1DWr43X398Ja9FqFW5 XF48ua1kJwsYqF9xur97Ga4fua13XrsxJFn3= X-detected-kernel: Linux 2.4-2.6 Subject: Re: GRUB 2 does not show new kernel :( X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 03:07:38 -0000 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 time but no answers :( ) . hence made long > > posts about the issue at > > http://ubuntuforums.org/showthread.php?t=484856 > > > > If anybody knows what I need to do or look for , please lemme know. > > > > Cheers ! > > Currently, the script engine of grub2 doesn't support comment line ! Just > remove any line that starts with #, and you should be fine. My mistake. Although the script engine doesn't handle comment, lines start with # are dropped when read from config file, so it wouldn't cause problem. I suspect the device name is wrong. If you are booting with the hard disk, the device name should be (hd0,1). The wrong device name causes the font command to fail, and it in turn causes other problem. Change (hd1,1) to (hd0,1), see if it fixes the problem. -- Bean