On 20.11.2009, at 10:12, Christoph Hellwig wrote:
On Wed, Nov 18, 2009 at 04:06:34PM -0600, Anthony Liguori wrote:
I assume you set prefix with your configure as opposed to make
install
DESTDIR?
Yes. It's configured the following way:
./configure \
--target-list=x86_64-softmmu \
--kerneldir=/home/hch/work/linux-2.6 \
--prefix=/opt/qemu
If so, can you post your kernel/initrd somewhere so we can try
to reproduce?
No initrd, and the kernel is here:
http://www.kernel.org/pub/linux/kernel/people/hch/misc/bzImage
Works great here:
./x86_64-softmmu/qemu-system-x86_64 -nographic -kernel ../bzImage -
append console=ttyS0 -L pc-bios
Are you sure you also have the follow-up linuxboot patch applied? The
one "fixing BOCHS bios support". If it still doesn't work, make sure
booting works at all without -kernel.
Alex