From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JTmH2-0005X6-ND for mharc-grub-devel@gnu.org; Mon, 25 Feb 2008 17:58:16 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTmH1-0005Vn-3M for grub-devel@gnu.org; Mon, 25 Feb 2008 17:58:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTmGy-0005SH-Dy for grub-devel@gnu.org; Mon, 25 Feb 2008 17:58:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTmGy-0005S6-9q for grub-devel@gnu.org; Mon, 25 Feb 2008 17:58:12 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTmGy-00053w-51 for grub-devel@gnu.org; Mon, 25 Feb 2008 17:58:12 -0500 Received: by ug-out-1314.google.com with SMTP id a2so1088261ugf.48 for ; Mon, 25 Feb 2008 14:58:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=MdOXHJUdfzJ9zKknYJxFZCUCa8OyHEJNTbokPB/AxCU=; b=peIwcE/JRf6BP0ViaiFuBe0JbuKNc+kXmkNrF5bGKwO1Wg4jLOzE9kZ2yTErDx97COr23ScVVYRRegT3grBzVxBTyxSXsi0Yldv94ryWWbfOyqZIFx0LZMmU3dBqwuomKh6WIgItGSlTd8Mf6LegsX0ORwjLxgD8051oM79IBsM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=FL/whaoPUpkhPY4hvy29NmnydIPSMbsKw9B5soyB9WU2RpMd0rQE73kP7vChOe5EgEDISAw9PPJivWaK07Vy+Z0WroafcMRn1SAzyuzlzhZ5TQgT6oev6A13Pu5eobAncYygiy3b7a6MdMzZi6ezfU2kzMU0ItgFsKCwEpaSpRQ= Received: by 10.67.116.4 with SMTP id t4mr3909129ugm.68.1203980290218; Mon, 25 Feb 2008 14:58:10 -0800 (PST) Received: from kjs.local ( [213.154.92.143]) by mx.google.com with ESMTPS id t38sm2024952ugc.57.2008.02.25.14.58.08 (version=SSLv3 cipher=OTHER); Mon, 25 Feb 2008 14:58:09 -0800 (PST) From: Vincent Pelletier To: The development of GRUB 2 Date: Mon, 25 Feb 2008 23:58:02 +0100 User-Agent: KMail/1.9.7 References: <54377369@web.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200802252358.02774.plr.vincent@gmail.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: Re: grub2: symlink on reiserfs: error: file not found 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: Mon, 25 Feb 2008 22:58:15 -0000 Le Monday 25 February 2008 15:08:31 Bean, vous avez =E9crit=A0: > The test file have problem, the link is pointed to /mnt/boot/test > instead of /boot/test. BTW, I wonder if the initial problam is similar... Christian: can you double-check that the symlink is consistent with its=20 containing partition ? =46or example, having a partition mounted on /boot with symlinks inside it = which=20 are absolute from OS point of view will be broken from grub point of view, = as=20 it has no fstab notion. Of course, if you don't have a separate /boot partition, having an absolute= =20 symlink should work, and if it doesn't it's a bug. Vincent