From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Sd3Fh-0007rl-GZ for mharc-grub-devel@gnu.org; Fri, 08 Jun 2012 13:45:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd3Fe-0007js-TV for grub-devel@gnu.org; Fri, 08 Jun 2012 13:45:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sd3Fd-0001iX-0b for grub-devel@gnu.org; Fri, 08 Jun 2012 13:45:34 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:35885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd3Fc-0001iJ-NJ for grub-devel@gnu.org; Fri, 08 Jun 2012 13:45:32 -0400 Received: by wefh52 with SMTP id h52so982645wef.0 for ; Fri, 08 Jun 2012 10:45:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=8ZMusWLiV+kFN6zo6GmFeTYgC8D09PwuGbiCeVnoxxc=; b=yieuRPiIRLZ1tXUfKf9wEkqcGfHk+DUsYdxvrur+gcqZhFoebzPZ7tiHHAKsgFggXM E2zkOGttbjjtIA1nlL58ZP4U3oXTnPMjrFDPBo3sIGAv5XaEniFbbDwHSETJg1EHDh/t s46Jtr2J+DdL8nAUPBXSGQQhxgclhR+tQkbnqEKJEJTK6Qnkv2+bRV3yiETMx4Ow5akY rc56UMJNmrUMKB6XHcZdJBAeshkEuiXa76VzeF4ZwmFW+YHxHQehbv8gCIR00L7Xkv1C 3Jd9D9ZMTCWk8i9qCWkhWhkwEzJSCgrUdJoxs2k+cHJ3wU+b9HI3V+8d/OjoeH1BO+Vu wVRg== Received: by 10.180.83.168 with SMTP id r8mr2329640wiy.22.1339177530279; Fri, 08 Jun 2012 10:45:30 -0700 (PDT) Received: from debian.x201.phnet (16-45.62-81.cust.bluewin.ch. [81.62.45.16]) by mx.google.com with ESMTPS id ch9sm4097466wib.8.2012.06.08.10.45.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 08 Jun 2012 10:45:29 -0700 (PDT) Message-ID: <4FD23A37.9010503@gmail.com> Date: Fri, 08 Jun 2012 19:45:27 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: FW: grub-efi with latest mac mini References: <654DF80AD31A344E93DBCC6280BD6DEF4ADA4F37@NL0230MBX08N1.DIR.slb.com> <4FCC8675.5050905@gmail.com> <654DF80AD31A344E93DBCC6280BD6DEF4ADA70E5@NL0230MBX08N1.DIR.slb.com> <4FD21A3E.7040901@gmail.com> <654DF80AD31A344E93DBCC6280BD6DEF4ADA7276@NL0230MBX08N1.DIR.slb.com> In-Reply-To: <654DF80AD31A344E93DBCC6280BD6DEF4ADA7276@NL0230MBX08N1.DIR.slb.com> X-Enigmail-Version: 1.4.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig5FC54B873337981DBA072BFF" X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 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 Jun 2012 17:45:36 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5FC54B873337981DBA072BFF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08.06.2012 19:35, John Frankish wrote: >> -----Original Message----- >> From: grub-devel-bounces+j-frankish=3Dslb.com@gnu.org [mailto:grub-dev= el- >> bounces+j-frankish=3Dslb.com@gnu.org] On Behalf Of Vladimir 'f- >> coder/phcoder' Serbinenko >> Sent: Friday, 08 June, 2012 19:29 >> To: grub-devel@gnu.org >> Subject: Re: FW: grub-efi with latest mac mini >> >> >>> As per above, usb_keyboard was linked via grub-mkimage - the >>> keyboard/mouse do not work with/without any usb modules >>> -------------------------------------- >>> I compiled grub from bzr a couple of days back. >>> >>> I didn't use grub-install as I'm nervous about writing to the mbr and= not >> being able to boot the mac mini at all. >> >> If you don't supply any direct argument and explicitly add --target=3D= x86_64-efi >> then you can be sure it won't overwrite any MBR >=20 > I tried "grub-install --target=3D x86_64-efi", but got an error that gr= ub couldn't write to /boot/grub >=20 First: no space after --target. Second: are you at latest bzr? Third: if you paraphrase errors, I can't give you any good answer. >>> >>> Anyway, I can still boot using both hfs+ partition /efi/grub/grub.efi= and fat >> partition /EFI/BOOT/ BOOTX64.EFI, but the result is the same - no usb >> keyboard and no usb mouse. >>> >> >> Aa I said before: lack of USB keyboard/mouse in Linux can't be of any = GRUB >> wrongdoing since Linux uses its own USB driver. >> >>> Note that I also do not get graphics, but it boots "blind" without pr= oblems. >>> >> >> Does videotest work? >> > I get command not found? As I said: use grub-install --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig5FC54B873337981DBA072BFF 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.12 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk/SOjcACgkQNak7dOguQgnGUgD/aOcUNHRODiqnHmpCIrCc4p5D 7DexS9qHXFEBwSU74XMA+wUt2vDkn/JzTPjXcWaM8UEMTxnOFMrDBYPXdCAcpyBn =GPDN -----END PGP SIGNATURE----- --------------enig5FC54B873337981DBA072BFF--