[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
- Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc, (continued)
- Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc, Alexander Graf, 2014/02/03
- Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc, Alexander Graf, 2014/02/03
- Re: [Qemu-ppc] [Qemu-devel] standard test image not booting with qemu-system-ppc, Peter Maydell, 2014/02/03
- Re: [Qemu-ppc] [Qemu-devel] standard test image not booting with qemu-system-ppc, Alexander Graf, 2014/02/04
- Re: [Qemu-ppc] [Qemu-devel] standard test image not booting with qemu-system-ppc, Paolo Bonzini, 2014/02/04
- Re: [Qemu-ppc] [Qemu-devel] standard test image not booting with qemu-system-ppc, Stefano Stabellini, 2014/02/04
- Re: [Qemu-ppc] [Qemu-devel] standard test image not booting with qemu-system-ppc, Anthony PERARD, 2014/02/04
Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc, Nitin Srivastava, 2014/02/03
Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc, Nitin Srivastava, 2014/02/03
Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc, Nitin Srivastava, 2014/02/03
- Re: [Qemu-ppc] standard test image not booting with qemu-system-ppc,
Alexander Graf <=