[YLUG] Qemu booting problem

Neo Anderson javadeveloper999 at yahoo.co.uk
Mon Aug 31 23:23:06 UTC 2009


I follow the example at http://l4ka.org/projects/pistachio/ia32/gettingstarted.php to boot pistachio kernel using qemu. However, the booting process will stop at the stage of loading kernel. The qemu screen will stop at 

grub> _

It looks like the problem that grub can not recognize the location of the image. Following is the location of the fdimage.img created

/boot/grub/grub.conf
/boot/grub/stage1
/boot/grub/stage2
/kickstart
/pingpong
/sigma0
/x86-kernel 


Also, the content of grub.conf is as follow:

root (fd0,0)
default=0
timeout=10
# serial --port=0x3f8 --speed=115200
# terminal --timeout=0 serial
title L4Ka::pistachio
kernel /kickstart
module /x86-kernel
module /sigma0
module /pingpong 

What part may goes wrong?

Env used: Debian sid/ kernel 2.6.30/ qemu 0.10.6/ gcc 4.3.4/ ld 2.19.51.20090805/ gas 2.19.51


Thanks for help.


      



More information about the York mailing list