From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Js2BQ-000178-Bk for mharc-grub-devel@gnu.org; Fri, 02 May 2008 16:48:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Js2BO-00015F-G5 for grub-devel@gnu.org; Fri, 02 May 2008 16:48:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Js2BL-0000zd-0A for grub-devel@gnu.org; Fri, 02 May 2008 16:48:42 -0400 Received: from [199.232.76.173] (port=50352 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Js2BK-0000zP-QA for grub-devel@gnu.org; Fri, 02 May 2008 16:48:38 -0400 Received: from mta-out.inet.fi ([195.156.147.13] helo=kirsi2.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Js2BK-0006WV-Bi for grub-devel@gnu.org; Fri, 02 May 2008 16:48:38 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi2.rokki.sonera.fi (8.0.013.9) id 481B0A2500043D2A for grub-devel@gnu.org; Fri, 2 May 2008 23:48:37 +0300 Message-ID: <481B7E2B.1090904@nic.fi> Date: Fri, 02 May 2008 23:48:43 +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> <481B6F20.7020908@nic.fi> <9e0cf0bf0805021328m3b32d82bm44a90475bc76faf3@mail.gmail.com> In-Reply-To: <9e0cf0bf0805021328m3b32d82bm44a90475bc76faf3@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 20:48:42 -0000 Alon Bar-Lev wrote: > On 5/2/08, Vesa J=E4=E4skel=E4inen wrote: >>> How do you switch from rescue to normal mode? >>> >> You can type: normal >=20 > Oh... It is available at your rescue, but not mine. you can try : insmod normal >> Did you use that floppy?... For me it displayed the menu. Then with '= C' you >> can go to normal mode shell. >=20 > Sure! > This I know. >=20 >> You have to use linux command to load linux kernel: >> http://grub.enbug.org/grub.cfg >=20 > Tried that too... >=20 > menu->c->linux (hd0,1)/bla > error: unknown device > rescue->ls > (fd0) (hd0) (hd1) >=20 > I guess the partitions are missing? Now that you said it... there wasn't pc partition table module there ;) added "pc" to module list and updated that image: http://nokkau.net/~chaac/files/grub2/grub2_ext2_floppy.zip