qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc


From: Alexander Graf
Subject: Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc
Date: Mon, 3 Feb 2014 22:56:22 +0100

On 03.02.2014, at 22:39, Nitin Srivastava <address@hidden> wrote:

> OK…I am confused…looks like the error ““Not a bootable ELF image” is wrong..
>  
> The VM booted up and I could log into the console…but I did not see any boot 
> messages ..except the error above..and then a login prompt.
>  
> Is this expected???

Before I answer, a few rules:

  1) Don't top post
  2) Don't use HTML email. Use plain text.


Now to your issue. The error "Not a bootable ELF image" is completely correct. 
The bootloader is not ELF. After that message the quik bootloader starts which 
loads Linux which boots up and eventually shows you the login prompt.

If you want to see all the steps in between you have to connect to the primary 
output device. In your case this is the VGA adapter that seems to have broken 
upstream. You can change it to be the serial console (stdio) instead in which 
case you will see all that output on your console. To do that, pass -nographic 
to the QEMU command line.


Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]