From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Q8Cwl-0005F3-S0 for mharc-grub-devel@gnu.org; Fri, 08 Apr 2011 10:46:03 -0400 Received: from [140.186.70.92] (port=59028 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8Cwi-0005E6-1k for grub-devel@gnu.org; Fri, 08 Apr 2011 10:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8Cwg-0002d6-Md for grub-devel@gnu.org; Fri, 08 Apr 2011 10:45:59 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:55303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8Cwg-0002cy-A0 for grub-devel@gnu.org; Fri, 08 Apr 2011 10:45:58 -0400 Received: by bwz17 with SMTP id 17so3376154bwz.0 for ; Fri, 08 Apr 2011 07:45:57 -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 :subject:references:in-reply-to:x-enigmail-version:content-type; bh=jJFDeudfCNz3T7fdNpsKguTV/UM2cEf5LwG/c7y/pok=; b=FbbbD19LoJUCtC0g/rhnMACPbl/CpPZ8n4dJbXLLMJNRtXQ+FtoYH5wFvD6Bq5YzMC 5yfGB+VH8q/bhHx1OjtgYN2o4ed/qDi0opjK1NyRUzhUnV0gzhqjfWhlb6CrAziCwte9 dqemjy8zq0q9W27vcFOPMpSoNVaJIfCC4Kglo= 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:x-enigmail-version:content-type; b=HfejKiBzpiL4KfyYXRr4OBywaPADDnYB2lHJYVriyPtVu1Zb6k4YPKC1BeUG8qzeOz eEBRNyVH0ICtZPBSmCvg8rX14t6oJQ+78NiXk/3ET/CFDP26nLxGjpoK1rhYnfs4v8vz 9ihm5GsP4plXn80fL6CM8AKzc48JVW3OIeUS0= Received: by 10.204.228.130 with SMTP id je2mr2016333bkb.166.1302273957193; Fri, 08 Apr 2011 07:45:57 -0700 (PDT) Received: from debian.x201.phnet (gprs21.swisscom-mobile.ch [193.247.250.21]) by mx.google.com with ESMTPS id t1sm1686042bkx.19.2011.04.08.07.45.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Apr 2011 07:45:55 -0700 (PDT) Message-ID: <4D9F1F9E.9020707@gmail.com> Date: Fri, 08 Apr 2011 16:45:50 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110402 Iceowl/1.0b2 Icedove/3.1.9 MIME-Version: 1.0 To: Harrison Metzger , The development of GRUB 2 References: <4D98F4AD.9040301@gmail.com> <4D99032D.5010609@gmail.com> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig5683D91EAAA60850145F71AB" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 Cc: Subject: Re: Grub-1.99_rc1 dmraid installation 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: Fri, 08 Apr 2011 14:46:01 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5683D91EAAA60850145F71AB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 04.04.2011 02:39, Harrison Metzger wrote: > Ok Thanks. > > Let me do my own compile from source and see how it goes. If it works > I'll submit a gentoo bug asking them to change the ebuild to include > the enable. > Any update on this? > 2011/4/3 Vladimir '=CF=86-coder/phcoder' Serbinenko = : >> On 04.04.2011 01:09, Harrison Metzger wrote: >>> Do they have to be specifically enabled? I compiled what Gentoo had i= n >>> its ebuild: >>> >>> econf \ >>> --disable-werror \ >>> --sbindir=3D/sbin \ >>> --bindir=3D/bin \ >>> --libdir=3D/$(get_libdir) \ >>> --disable-efiemu \ >>> $(use_enable truetype grub-mkfont) \ >>> $(use_enable debug mm-debug) \ >>> $(use_enable debug grub-emu) \ >>> $(use_enable debug grub-emu-usb) \ >>> $(use_enable debug grub-fstest) >>> >>> should device mapper be in that list? would it be --enable-device-map= per? >>> >>> >> By default it's guessed (=3Dcompiled in if relevant headers and librar= ies >> are available). Adding --enable-device-mapper will ensure that it will= >> be compiled either with device-mapper or not at all. >>> Thanks, >>> Harry Metzger >>> >>> 2011/4/3 Vladimir '=CF=86-coder/phcoder' Serbinenko : >>> >>>> On 06.03.2011 16:33, Harrison Metzger wrote: >>>> >>>>> I have an OCZ revo drive and when I attempt to install grub on it t= o >>>>> boot, it fails. Using grub-1.98 the installation completes, but the= >>>>> computer does not boot. I'm running gentoo on an x86-64. >>>>> >>>>> >>>> Did you compile with device-mapper support? >>>> >>>> -- >>>> Regards >>>> Vladimir '=CF=86-coder/phcoder' Serbinenko >>>> >>>> >>>> >>>> >> >> -- >> Regards >> Vladimir '=CF=86-coder/phcoder' Serbinenko >> >> >> --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig5683D91EAAA60850145F71AB 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/ iF4EAREKAAYFAk2fH54ACgkQNak7dOguQglfIwEAs5u/EPb9wFDy++5aF0ahfNEq aU/RKM7eXriE1MIwC9gA/2dDQb15/kH4GoUKL/+itwVyyEzSlCvE6Fx9WtNyCihy =hG51 -----END PGP SIGNATURE----- --------------enig5683D91EAAA60850145F71AB--