From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V24WG-0000hr-Bq for mharc-grub-devel@gnu.org; Wed, 24 Jul 2013 15:14:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V24WC-0000gK-LJ for grub-devel@gnu.org; Wed, 24 Jul 2013 15:14:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V24WB-0000KG-2P for grub-devel@gnu.org; Wed, 24 Jul 2013 15:14:36 -0400 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:39225) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V24WA-0000I8-SI for grub-devel@gnu.org; Wed, 24 Jul 2013 15:14:34 -0400 Received: by mail-ea0-f181.google.com with SMTP id a15so448590eae.40 for ; Wed, 24 Jul 2013 12:14:32 -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:content-type:content-transfer-encoding; bh=NQtCcqbOdQH+sLvze7iRP3S4kFRVIaMoSGkFNA1vr+w=; b=gONN352UTLX9/U3JwpK+8OjBLzgseO7h7AMmZGYe4GWfQPvnw6kAY2tc/qNN8tQ60t LkYlCkWImVuCk6Bt1VmAOIG1AoyG4VTtU3TpwleEaOYvgGDzO+KSDCw/Vwxxzou2vgRD laEfEouiw0RAPASd66w42W8KlOLI3L2t2xl4s0MMLCbvMy1OBWR+0mwhlt5DX4jK+J9Q Kjsn6ZATpUZpt6V+yw330pRnrlgPT05f28VHiH306B+3T3x+GPV24hORfFY7W9QYvcr0 q5Ptrn5Ucx4wm1Lt+yVm9WkrfApvc0j3nHlsp+fyj0ttlOuKbuHJ6KIu54F8OlXVHEal tFGA== X-Received: by 10.14.218.136 with SMTP id k8mr39293239eep.111.1374693272651; Wed, 24 Jul 2013 12:14:32 -0700 (PDT) Received: from [192.168.1.113] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id i2sm68219588eeu.4.2013.07.24.12.14.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Jul 2013 12:14:30 -0700 (PDT) Message-ID: <51F02791.8010804@gmail.com> Date: Wed, 24 Jul 2013 21:14:25 +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: The development of GNU GRUB Subject: Re: Some questions about GRUB References: <67BFA875989E5748A862DFF55409F2A21B0D4B5C@IRSMSX104.ger.corp.intel.com> <51EFFEDE.60202@gmail.com> <20130724203054.24a40362@opensuse.site> In-Reply-To: <20130724203054.24a40362@opensuse.site> 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::235 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, 24 Jul 2013 19:14:39 -0000 On 24.07.2013 18:30, Andrey Borzenkov wrote: > В Wed, 24 Jul 2013 18:20:46 +0200 > Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> On 24.07.2013 15:56, Stojsavljevic, Zoran wrote: >>> Spasibo/Thank you, Andrey, >>> >>> I understand. I am not able to set VGA mode somehow on Coreboot. I got the file core.elf after doing grub-install command (in /boot/grub/i386-coreboot/ directory), so I am using this file as a payload to Coreboot (have no idea if this is the correct approach)!? >>> >> You shouldn't use grub-install with coreboot. > > Just curious - is it "not yet implemented" or there is some inherent > problem in supporting coreboot with grub-install? > Inherent problem: it's not a good idea to tie-up together a flash (relatively hard to be updated and where core.img is located) with HDD contents. > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel >