From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Js1BL-00008s-87 for mharc-grub-devel@gnu.org; Fri, 02 May 2008 15:44:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Js1BK-00008I-5I for grub-devel@gnu.org; Fri, 02 May 2008 15:44:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Js1BI-00007w-D1 for grub-devel@gnu.org; Fri, 02 May 2008 15:44:33 -0400 Received: from [199.232.76.173] (port=48103 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Js1BI-00007t-1C for grub-devel@gnu.org; Fri, 02 May 2008 15:44:32 -0400 Received: from mta-out.inet.fi ([195.156.147.13] helo=kirsi1.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Js1BH-0000af-Fi for grub-devel@gnu.org; Fri, 02 May 2008 15:44:31 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi1.rokki.sonera.fi (8.0.013.9) id 481AE2A70005EE05 for grub-devel@gnu.org; Fri, 2 May 2008 22:44:27 +0300 Message-ID: <481B6F20.7020908@nic.fi> Date: Fri, 02 May 2008 22:44:32 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: The development of GRUB 2 References: <200805021936.02614.alon.barlev@gmail.com> <481B4673.8060701@nic.fi> <9e0cf0bf0805020959xc8bbd57u889988bc2a2111ca@mail.gmail.com> <481B4A3A.5020305@nic.fi> <9e0cf0bf0805021017m40aad2ffk954ce2f5a6a475f4@mail.gmail.com> <481B57CB.5080702@nic.fi> <9e0cf0bf0805021110j678dd775qa9ad3de7a4974ff6@mail.gmail.com> <481B5D1B.5000803@nic.fi> <9e0cf0bf0805021203s53ac5727s131843ac6d54583@mail.gmail.com> In-Reply-To: <9e0cf0bf0805021203s53ac5727s131843ac6d54583@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH/DRAFT] Support linux boot protocol >= 2.02 long command-lines 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: Fri, 02 May 2008 19:44:34 -0000 Alon Bar-Lev wrote: > On 5/2/08, Vesa J=E4=E4skel=E4inen wrote: >> Did you load lspci module :) >=20 > Already told you it appear in lsmod. > But from what I see this command is not available in rescue mode. > I don't understand why if module is loaded it is not provided in rescue= mode. > How do you switch from rescue to normal mode? You can type: normal >> Anyway... new list of modules: >> chain fat biosdisk ext2 pci lspci >> >> And I formatted floppy as ext2... >> >> http://nokkau.net/~chaac/files/grub2/grub2_ext2_floppy.zip >> >=20 > OK... Now in rescue I can see hd0, hd1 I cannot do "ls (hd0, 1)" it > writes unknown device. >=20 > I also tried the following configuration: > menuentry "linux" { > set root=3D(hd0,1) > kernel /kernel-x86-2.6.23-gentoo-r3 > initrd /initramfs-x86-2.6.23-gentoo-r3 > } >=20 > It compains that initrd is not available, so I guess I needed to add > insmod linux... But then I got "You need to load the kernel first". Did you use that floppy?... For me it displayed the menu. Then with 'C'=20 you can go to normal mode shell. You have to use linux command to load linux kernel: http://grub.enbug.org/grub.cfg