From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OGLy8-00071l-Nm for mharc-grub-devel@gnu.org; Sun, 23 May 2010 20:56:36 -0400 Received: from [140.186.70.92] (port=37746 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGLy5-00071R-RZ for grub-devel@gnu.org; Sun, 23 May 2010 20:56:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGLy4-0004td-9t for grub-devel@gnu.org; Sun, 23 May 2010 20:56:33 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:42817) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGLy4-0004tP-4c for grub-devel@gnu.org; Sun, 23 May 2010 20:56:32 -0400 Received: by wwi14 with SMTP id 14so2199973wwi.0 for ; Sun, 23 May 2010 17:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=2Aw3z6mfca91KJq32WMT2Bi4G85+aKSeAJJaS9Vp7TA=; b=QQDpDwtLFvbtZI5OlmURvIAaQpwv3jfVQjlrlCtFiUL3xMxr1sePiK152ZL0JidQdc qDEezGeJcgvEHX8dlQveaXPbcb/eRVlxGNZRaOTU/cQRCijdqinl9gDgeQQcfPSsvOiu h9Sd/dFJawuHHAYvzBAU7z/ovppPB97jnjHZY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=pIHSC05eU9ouzDRtBL34XH5n8RYnuNm7NRPVxG/vIzs8atrT+1lAUgHbawANuCc/OV lMR0Cd8a07gH2OYmWWUv2U/tkFDahLxvqdw+M2UDmul0/Lun0UAAKJUdkg2E2XuJiMoj pXiETLNook1cnvhyHvxr2SWynuabdjEyO/0LQ= Received: by 10.227.133.67 with SMTP id e3mr4660274wbt.114.1274662590398; Sun, 23 May 2010 17:56:30 -0700 (PDT) Received: from [192.168.1.50] (c2433-1-88-160-112-182.fbx.proxad.net [88.160.112.182]) by mx.google.com with ESMTPS id f8sm27519427wbe.5.2010.05.23.17.56.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 23 May 2010 17:56:29 -0700 (PDT) Message-ID: <4BF9CEB4.40502@gmail.com> Date: Mon, 24 May 2010 02:56:20 +0200 From: =?UTF-8?B?R3LDqWdvaXJlIFN1dHJl?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100411 Icedove/3.0.4 MIME-Version: 1.0 To: The development of GNU GRUB References: <4BF42759.1010503@gmail.com> <4BF43302.6080106@gmail.com> <4BF43A0A.80801@gmail.com> <4BF8FA66.5060702@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: Are BSD partitions not supported? 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: Mon, 24 May 2010 00:56:35 -0000 On 05/23/2010 05:44 PM, C. P. Ghost wrote: > With bsdlabel_v3.diff, and the image I've posted here, I get dropped > into grub_rescue. This breaks Vladimir's second patch on FreeBSD. > :-( Thanks for testing the patch. But I honestly don't understand why it does not work on your system. I could reproduce the problem with trunk on your image by installing grub (trunk) on a USB key and by running: qemu -hda /dev/sdf -hdb /mnt/exchange/bsddisk.img grub> insmod part_bsd grub> ls (hd1,msdos2,bsd1) Partition hd1,msdos2,bsd1: Unknown filesystem However, if I build the patched version (with bsdlabel_v3.diff) and re-install grub on the USB key, I get: qemu -hda /dev/sdf -hdb /mnt/exchange/bsddisk.img grub> insmod part_bsd grub> ls (hd1,msdos2,bsd1) Partition hd1,msdos2,bsd1: Filesystem type ufs2 - Last modification time 2010-05-20 16:11:12 Thursday, UUID 4bf55bb9a21a9565 grub> ls (hd1,msdos2,bsd1)/ README boot/ grub> cat (hd1,msdos2,bsd1)/README This file is on a UFS2 filesystem. Grégoire