All of lore.kernel.org
 help / color / mirror / Atom feed
* Grub EFI ia32 in QEMU using TianoCore EFI BIOS
@ 2009-11-09 13:22 Colin Ian King
  2009-12-20 20:30 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Ian King @ 2009-11-09 13:22 UTC (permalink / raw)
  To: grub-devel

Hi,
        
I've noticed only just recently that an EFI BIOS has been ported to
QEMU http://www.qemu.org/efi-bios.tar.bz2 from the TianoCore EFI
sources.
        
Has anyone had any success at getting EFI enabled grub2 to load and boot
a kernel inside of QEMU using this TianoCore EFI BIOS? 
        
I'm trying to get it to work based on the Ubuntu Karmic grub-efi-ia32
package (based on grub2-1.97 beta4) and I'm having all sorts of problems
trying to make it parse and execute the commands in a menu correctly.
        
Any one else had any luck with this?
        
Colin

-- 
Colin Ian King <colin.king@ubuntu.com>




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Grub EFI ia32 in QEMU using TianoCore EFI BIOS
  2009-11-09 13:22 Grub EFI ia32 in QEMU using TianoCore EFI BIOS Colin Ian King
@ 2009-12-20 20:30 ` Vladimir 'φ-coder/phcoder' Serbinenko
  2009-12-24 21:00   ` Robert Millan
  0 siblings, 1 reply; 4+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2009-12-20 20:30 UTC (permalink / raw)
  To: The development of GNU GRUB

[-- Attachment #1: Type: text/plain, Size: 913 bytes --]

Colin Ian King wrote:
> Hi,
>         
> I've noticed only just recently that an EFI BIOS has been ported to
> QEMU http://www.qemu.org/efi-bios.tar.bz2 from the TianoCore EFI
> sources.
>   
This file is quite old. Try this
http://download.savannah.gnu.org/releases-noredirect/grub/phcoder/qemu-tianocore-x64.tar.lzma
(note: it's 64-bit so you need qemu-system-x86_64)
>         
> Has anyone had any success at getting EFI enabled grub2 to load and boot
> a kernel inside of QEMU using this TianoCore EFI BIOS? 
>         
> I'm trying to get it to work based on the Ubuntu Karmic grub-efi-ia32
> package (based on grub2-1.97 beta4) and I'm having all sorts of problems
> trying to make it parse and execute the commands in a menu correctly.
>         
> Any one else had any luck with this?
>   

>         
> Colin
>
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Grub EFI ia32 in QEMU using TianoCore EFI BIOS
  2009-12-20 20:30 ` Vladimir 'φ-coder/phcoder' Serbinenko
@ 2009-12-24 21:00   ` Robert Millan
  2010-01-07 18:33     ` Colin Ian King
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Millan @ 2009-12-24 21:00 UTC (permalink / raw)
  To: The development of GNU GRUB

On Sun, Dec 20, 2009 at 09:30:31PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> Colin Ian King wrote:
> > Hi,
> >         
> > I've noticed only just recently that an EFI BIOS has been ported to
> > QEMU http://www.qemu.org/efi-bios.tar.bz2 from the TianoCore EFI
> > sources.
> >   
> This file is quite old. Try this
> http://download.savannah.gnu.org/releases-noredirect/grub/phcoder/qemu-tianocore-x64.tar.lzma
> (note: it's 64-bit so you need qemu-system-x86_64)

If someone needs to link to this, please use the mirrored URL:

  http://download.savannah.gnu.org/releases/grub/phcoder/qemu-tianocore-x64.tar.lzma

-noredirect is mostly for mirrors to pull from.

-- 
Robert Millan

  "Be the change you want to see in the world" -- Gandhi



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Grub EFI ia32 in QEMU using TianoCore EFI BIOS
  2009-12-24 21:00   ` Robert Millan
@ 2010-01-07 18:33     ` Colin Ian King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2010-01-07 18:33 UTC (permalink / raw)
  To: The development of GNU GRUB

Hi,

I couldn't boot the EFI BIOS image from the qemu-tianocore-x64.tar.lzma
tarball. I used version 0.11.0 of QEMU. Any ideas?

Colin

On Thu, 2009-12-24 at 22:00 +0100, Robert Millan wrote:
> On Sun, Dec 20, 2009 at 09:30:31PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
> > Colin Ian King wrote:
> > > Hi,
> > >         
> > > I've noticed only just recently that an EFI BIOS has been ported to
> > > QEMU http://www.qemu.org/efi-bios.tar.bz2 from the TianoCore EFI
> > > sources.
> > >   
> > This file is quite old. Try this
> > http://download.savannah.gnu.org/releases-noredirect/grub/phcoder/qemu-tianocore-x64.tar.lzma
> > (note: it's 64-bit so you need qemu-system-x86_64)
> 
> If someone needs to link to this, please use the mirrored URL:
> 
>   http://download.savannah.gnu.org/releases/grub/phcoder/qemu-tianocore-x64.tar.lzma
> 
> -noredirect is mostly for mirrors to pull from.
> 





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-07 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09 13:22 Grub EFI ia32 in QEMU using TianoCore EFI BIOS Colin Ian King
2009-12-20 20:30 ` Vladimir 'φ-coder/phcoder' Serbinenko
2009-12-24 21:00   ` Robert Millan
2010-01-07 18:33     ` Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.