From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1V21o3-0002ZL-C9 for mharc-grub-devel@gnu.org; Wed, 24 Jul 2013 12:20:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V21o0-0002Yx-Av for grub-devel@gnu.org; Wed, 24 Jul 2013 12:20:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V21nz-0001RE-2P for grub-devel@gnu.org; Wed, 24 Jul 2013 12:20:48 -0400 Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:62983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V21ny-0001R0-KJ for grub-devel@gnu.org; Wed, 24 Jul 2013 12:20:46 -0400 Received: by mail-ee0-f50.google.com with SMTP id d49so358886eek.9 for ; Wed, 24 Jul 2013 09:20:45 -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=3g32pA0p+e6KP+5/BcGeIKuyFCC2W/dGGLrL5NJLVsg=; b=JqJQD+t1YzaR/Z9BS1VRvRQoD5GFBOzBMUrdFR3iyntf+HKIUY2N4YELvCwPm4ifyu ks6v2nLS04uhHG7XTp0X62NJibnbjHWCGRgOdsxCTfKVOzZh0upMsRUisc3ChaNnDtd8 dRC12ITi1jzW7wti1BJnqqJAe2yxbx9E2KgOKT+YZVN+istH1jd7S1pfckij3we4wD5Z rtXzAYafRgCIiVCpr3JKRXRk4PqYuM5fIJndeWz56MlJDyZR8u25LJDtPf37QOTZ3pnq pnKPRcCwNXYrDbrY5sEGacOilbI92x0ZP16s6IpjzAllDf+89vsBXEGlnPx9wg6WltzJ qqzA== X-Received: by 10.14.69.206 with SMTP id n54mr37687485eed.154.1374682845864; Wed, 24 Jul 2013 09:20:45 -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 ci50sm67198270eeb.12.2013.07.24.09.20.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Jul 2013 09:20:45 -0700 (PDT) Message-ID: <51EFFEDE.60202@gmail.com> Date: Wed, 24 Jul 2013 18:20:46 +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> In-Reply-To: <67BFA875989E5748A862DFF55409F2A21B0D4B5C@IRSMSX104.ger.corp.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::232 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 16:20:50 -0000 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. Here is my command: pkgdatadir=. ./grub-mkstandalone --grub-mkimage=./grub-mkimage -O i386-coreboot -o ~/x201coreboot/coreboot/payload.elf --modules='ahci ehci usbms part_msdos ext2 fat at_keyboard part_gpt usbserial_usbdebug cbfs' --install-modules='ls linux search configfile normal cbtime cbls memrw iorw minicmd lsmmap lspci halt reboot hexdump pcidump setpci lsacpi boottime chain' --fonts= --themes= --locales= -d grub-core/ boot/grub/grub.cfg To be run from your compile directory. You may need ohci/uhci modules, pata or appropriate filesystems. > What I have on my /etc/default/grub file is the following: > GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200" > GRUB_TERMINAL_INPUT="console serial" > GRUB_TERMINAL_OUTPUT="console serial vga_text" > There is no "console" on coreboot. Only vga_text for output and at_keyboard/usb_keyboard for input. Most likely you don't have appropriate modules in core.img for your install (I'm not sure it adds *hci/pata modules on coreboot the way it should) > Still not able to bring it to grub> prompt... Neither on serial console. :( > > I have yet another question to all of you: Have anybody of you tried booting Win7 or Win8 using Coreboot or U-Boot? You need to use either SeaBIOS or EFI for this. I launch seabios from GRUB. In my GRUB menu I have a choice between loading Linux or FreeBSD directly or go through SeaBIOS which allows i.a. go to windows (7 or 8 would both work this way). I have also other entries like OFW but their usefulness is limited.