From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q4NNa-00083P-Hh for mharc-grub-devel@gnu.org; Mon, 28 Mar 2011 21:05:54 -0400 Received: from [140.186.70.92] (port=51986 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4NNZ-00080W-0s for grub-devel@gnu.org; Mon, 28 Mar 2011 21:05:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4NNX-0000dF-TN for grub-devel@gnu.org; Mon, 28 Mar 2011 21:05:52 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:41157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4NNX-0000d4-La for grub-devel@gnu.org; Mon, 28 Mar 2011 21:05:51 -0400 Received: by wyf19 with SMTP id 19so3948266wyf.0 for ; Mon, 28 Mar 2011 18:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type; bh=fxoSlBUv/sZTghaMz0j5RbM/lGbGKexRTsc7LwWChDo=; b=JnHZxOki/QJlKxl6v/adWikmTcVFVXXm5aoaW2dQ0JeVszUGFyG7J2ty3S5M7sVJPh 2Jhm0ny7tLbEJl6bR7X32o33ywm9TzTSIYn/Jvghu60gFfzA9s8EUFS+7EhogZXhp9W3 XEb0GKgXeEB+3rkOPy9vXpBq36zmgO8Y7nzV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type; b=XjwhE+bOeo3WhkMXQL48w/QQQ9tcnLqP83j3FXqY7l00+MeOjjxlayhXTQlSiaJBa7 n+kg5HV+w5pae5OR8rCUW8xAIkwinkgA1QGtnXQj7XCo3HR2y6TrKPklVc5ptqverDE3 PUaiWwjJKjix9RQJWW1QbBT9fXQ6kEXNe2RII= Received: by 10.216.244.133 with SMTP id m5mr4172530wer.61.1301360750578; Mon, 28 Mar 2011 18:05:50 -0700 (PDT) Received: from debian.x201.phnet (gprs41.swisscom-mobile.ch [193.247.250.41]) by mx.google.com with ESMTPS id n2sm1699576wej.22.2011.03.28.18.05.48 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 28 Mar 2011 18:05:49 -0700 (PDT) Message-ID: <4D913069.4040300@gmail.com> Date: Tue, 29 Mar 2011 03:05:45 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110303 Iceowl/1.0b1 Icedove/3.0.11 MIME-Version: 1.0 To: The development of GNU GRUB References: <581902.96324.qm@web63504.mail.re1.yahoo.com> In-Reply-To: <581902.96324.qm@web63504.mail.re1.yahoo.com> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigEA0FF84795B09A29CE871EB7" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 Cc: Gus Zernial Subject: Re: Out of Memory Error X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2011 01:05:53 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigEA0FF84795B09A29CE871EB7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 28.03.2011 21:56, Gus Zernial wrote: > I've posted my problem to this list before without getting a=20 > solution - also to grub-help and Ubuntu forum(s), no answer - I'm > stumped and would really appreciate help. > > I have Kubuntu 10.10, a custom 2.6.37.1 kernel, and GRUB2. I was on=20 > v1.98 when the problem started, I'm now on 1.99~rc1 which I downloaded = > and compiled, the upgrade didn't help. > > My system has three disks - / is on an SSD, and /home is on the other=20 > two disks which are in software RAID. Each of the three disks has a=20 > Windows 7 partition - the SSD has the Windows C: disk and the other=20 > two have partitions for Windows data disks. > > All this worked fine for some time, and then something (was?) changed, > I don't know what. Now, If I boot from a power off state, I get GRUB > "Out of Memory" error, and it goes to grub-rescue>,=20 Are you able to see the devices needed for boot if you type "ls" ? Also adding --debug-image=3Dall to grub-install would enable extra debug messages > no boot. I can > thereafter boot from the Kubuntu install disk, do repair system, do > update-grub, and reboot successfully thereafter. But if I power off, > I'm back to the GRUB "Out of Memory" error. > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigEA0FF84795B09A29CE871EB7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk2RMGkACgkQNak7dOguQgle9wEAm6YXliN0drDJ7GuAZHuR5aUU zi0GSEVcZWb48BhKvU4BAKu20dLYTecPNWhpdAso6r0j3+mpFLKza8prJahHx6LV =RzYl -----END PGP SIGNATURE----- --------------enigEA0FF84795B09A29CE871EB7--