From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1O39eg-0001o6-3Z for mharc-grub-devel@gnu.org; Sat, 17 Apr 2010 11:09:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O39ee-0001mx-7e for grub-devel@gnu.org; Sat, 17 Apr 2010 11:09:56 -0400 Received: from [140.186.70.92] (port=59888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O39eW-0001Wa-IY for grub-devel@gnu.org; Sat, 17 Apr 2010 11:09:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O39Qc-0008MM-Ia for grub-devel@gnu.org; Sat, 17 Apr 2010 10:55:27 -0400 Received: from mail-bw0-f225.google.com ([209.85.218.225]:34876) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O39Qc-0008M4-AP for grub-devel@gnu.org; Sat, 17 Apr 2010 10:55:26 -0400 Received: by bwz25 with SMTP id 25so3467176bwz.8 for ; Sat, 17 Apr 2010 07:55:25 -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 :x-enigmail-version:content-type; bh=0FPBcm2qGVg+vV8FX/A5isSVNBoqF0O6f38RAb2qDl0=; b=oHzcZBipvJcW0PoImpiW6OkuyH7kBz0gfmODN/o3J+m9oukzWIjgZEQuzgOudXuG3q vh+lOHa+YGWoUQxNRiFNQPQGL7UsP8mBvIv0XFJzZEXvNq0u3us634nM/JqM3Ve1oJtP 9yGUx7Rm4oGAwjweFikIYUJ/4GtUmgNzF5vDc= 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=q5z8/7rFIOUvabqNB6mxVdCa/HyjAOWM8OFYJJKnpAAtvs/lsTqJWshPkKsCytuA3/ fvklX2Qoy3WCWJLjqS2+9VmH3AtdOTC13fY+9loWECwHdJJvtySi3LEgN8rq7ZaRnIO7 pnO3kymXLoLvX0EnEjqYnsPxwO+t8b/zFUdBs= Received: by 10.204.21.1 with SMTP id h1mr2795104bkb.171.1271516124813; Sat, 17 Apr 2010 07:55:24 -0700 (PDT) Received: from debian.bg45.phnet (52.115.63.81.cust.bluewin.ch [81.63.115.52]) by mx.google.com with ESMTPS id 15sm2325383bwz.0.2010.04.17.07.55.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Apr 2010 07:55:22 -0700 (PDT) Message-ID: <4BC9CBD1.8020008@gmail.com> Date: Sat, 17 Apr 2010 16:55:13 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <4BC1C092.3010807@gmail.com> <10635786816111@192.168.2.69> In-Reply-To: <10635786816111@192.168.2.69> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigA95EAA3FAC8CB63221F2DBBB" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: How to prepare an ISO 9660 CD for booting via GRUB ? 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: Sat, 17 Apr 2010 15:09:56 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA95EAA3FAC8CB63221F2DBBB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thomas Schmitt wrote: > Hi, > > =20 >> /usr/include/sys/cygwin.h:typedef unsigned long __uid32_t; >> So you need to use %lu or %lx on cygwin. >> =20 > > Ahum. > Although "(int)" would technically suffice and > "(unsigned long)" would suffice for all known > cases, i ponder whether i should use > "%.f", (double) ... > > =20 double would make no sense. long long int would cover all the cases. Good news is that now warning is gone. I'm looking now into efi booting and (thanks Seth Goldberg for pointing to right doc and explaining it a bit) it's basically standard no-emul eltorito except: platform_id[0] =3D 0xef; No isolinux patching (could this one be disabled by default?) load_sectors should be set to the size of whole image instead of just 4 sectors (I think it should be the case for normal eltorito as well but since many BIOSes bug with >4 sectors it's not that important). Can we have a --efi-boot option which will do this? On another note: can it be ensured that boot images and files boot/grub directory? I've come across a bug which seems to be triggered by images being after 2GiB mark on DVD. --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigA95EAA3FAC8CB63221F2DBBB 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAkvJy9cACgkQNak7dOguQgmwVgD/W5OhACsy3TRJBI63swOm3bf5 CJ1F/mxjgHd9GI4s1vEBAMBhInWhqT5Ixog3ihiyo2fEWYZw7qs8hEpW6WBpw30I =bpAT -----END PGP SIGNATURE----- --------------enigA95EAA3FAC8CB63221F2DBBB--