From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V9bjj-00022S-O7 for mharc-grub-devel@gnu.org; Wed, 14 Aug 2013 10:07:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9bjc-00020s-8I for grub-devel@gnu.org; Wed, 14 Aug 2013 10:07:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9bjT-0007fR-SR for grub-devel@gnu.org; Wed, 14 Aug 2013 10:07:36 -0400 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:53130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9bjT-0007f9-Le for grub-devel@gnu.org; Wed, 14 Aug 2013 10:07:27 -0400 Received: by mail-ea0-f175.google.com with SMTP id m14so2216031eaj.6 for ; Wed, 14 Aug 2013 07:07:26 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=4krF8RhNF7IONuxhPEZSOqqmqLql27PUULXRm/TKOwU=; b=sp+MDd4ghcYiKXV/xB9YhaC95LB1IybyHzjGFdq93KM+aG1cM+ubPTcyz0SLOzTg58 RTyp5bbAfZ4vLRLzCOQwuQrLHoWJHg+0BQHye1YPvGQA5sdcW2HN84e/Owm6vmnF5J3n cIvcnGYabVsBpKlze8fo/2fUTD6rqqDFVgTjIHFMH1Z6IgSnQcl8J53jMjQ8BOs/Zifm VOnu8ZchBG1EQv0TJaTxq7DjXtRyik0220GkGx/L2O89383admauEPNUZoPpPBHjdosm 2nsDpI8pRheV6WXjHFBBFnC1nmNZjr6Quv2C8EeHtPZGnGv1IcGJQ5weuAU3TDMEolV3 PZQA== X-Received: by 10.14.104.130 with SMTP id i2mr273744eeg.120.1376489246678; Wed, 14 Aug 2013 07:07:26 -0700 (PDT) Received: from [192.168.42.216] (223-226.197-178.cust.bluewin.ch. [178.197.226.223]) by mx.google.com with ESMTPSA id a4sm75427937eez.0.2013.08.14.07.07.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Aug 2013 07:07:26 -0700 (PDT) Message-ID: <520B8F15.4080706@gmail.com> Date: Wed, 14 Aug 2013 16:07:17 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 MIME-Version: 1.0 To: "Stojsavljevic, Zoran" Subject: Re: Some questions about GRUB References: <67BFA875989E5748A862DFF55409F2A21B0D8030@IRSMSX104.ger.corp.intel.com> In-Reply-To: <67BFA875989E5748A862DFF55409F2A21B0D8030@IRSMSX104.ger.corp.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22f Cc: 'The development of GNU GRUB' 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: Wed, 14 Aug 2013 14:07:42 -0000 On 14.08.2013 15:38, Stojsavljevic, Zoran wrote: > Hello Vladimir, > > Again me… This time with more precise info. > > I managed to download GNU bazaar bzr and upgrade my Fedora 18 VM with > this package. Then I executed the command: > > bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub > > And downloaded latest GRUB 5091 source code tree revision, as you > pointed to me: > > http://bzr.savannah.gnu.org/lh/grub/trunk/grub/changes > > I made with script ./autogen.sh and installed autogen configure and > makefile.*, then I executed configure as: > > [zoran@localhost grub]$ ./configure --with-platform=coreboot > --prefix=/usr/local --sysconfdir=/etc > > Then I did make, changed to superuser and did make install. Everything > worked as expected (no errors). > > Then instead to use install, I used your modified command: > > [root@localhost bin]# pwd > > /usr/local/bin > > [root@localhost bin]# ./grub-mkstandalone --grub-mkimage=./grub-mkimage > -O i386-coreboot -o ~/projects/payload.elf --modules='ahci ehci usbms > part_msdos ext2 fat at_keyboard part_gpt usbserial_usbdebug cbfs' > --fonts= --themes= --locales= -d /usr/local/lib/grub/i386-coreboot > I don't see anything wrong with this. Have you triedit with qemu?