|
|
|
|
|
|
|
|
|
|
xen-devel
Hello all,
I have a goal to run Xen on Qemu (Basically qemu give an emulated platform as ARM in my case).
I have done some experiment for- Xen to run on qemu ( for i-386 platform)
There is a problem- on the run time we pass parameters such as:
shell# qemu -kernel xen-3.1.gz -initrd initrd-2.6.18-xen -hda disk.img -append "root= as per your root file system on disk.img"
there are much more option we can see qemu --help.
But to boot xen there are three entry in /boot/grub/grub.conf
title Fedora (2.6.20-2925.9.fc7xen)
root (hd0,1)
kernel /boot/xen.gz-2.6.20-2925.9.fc7
module /boot/vmlinuz-2.6.20-2925.9.fc7xen ro root=LABEL=/ rhgb quiet
module /boot/initrd-2.6.20-2925.9.fc7xen.img
But we can't pass module --in qemu , i am not sure if any one correct me??
I execute this:
qemu -m 128 -kernel xen-3.1.0.gz -initrd initrd-2.6.18-xen.img -hda disk.img -append "root=/dev/VolGroup00/LogVol00"
Error Log:
qemu: fatal: Trying to execute code outside RAM or ROM at 0x000a01a9
EAX=00009000 EBX=00000080 ECX=00000001 EDX=00000080
ESI=ffff004c EDI=0004ffde EBP=00000000 ESP=00008ffe
EIP=0000ffa9 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =9000 00090000 0000ffff 00009300
CS =9020 00090200 0000ffff 00000000
SS =9000 00090000 0000ffff 00009300
DS =9000 00090000 0000ffff 00009300
FS =9000 00090000 0000ffff 00009300
GS =9000 00090000 0000ffff 00009300
LDT=0000 00000000 0000ffff 00008000
TR =0000 00000000 0000ffff 00008000
GDT= 000fa4e4 00000030
IDT= 00000000 000003ff
CR0=60000010 CR2=00000000 CR3=00000000 CR4=00000000
CCS=00000044 CCD=00000000 CCO=EFLAGS
FCW=037f FSW=0000 [ST=0] FTW=00 MXCSR=00001f80
FPR0=0000000000000000 0000 FPR1=0000000000000000 0000
FPR2=0000000000000000 0000 FPR3=0000000000000000 0000
FPR4=0000000000000000 0000 FPR5=0000000000000000 0000
FPR6=0000000000000000 0000 FPR7=0000000000000000 0000
XMM00=00000000000000000000000000000000 XMM01=00000000000000000000000000000000
XMM02=00000000000000000000000000000000 XMM03=00000000000000000000000000000000
XMM04=00000000000000000000000000000000 XMM05=00000000000000000000000000000000
XMM06=00000000000000000000000000000000 XMM07=00000000000000000000000000000000
Aborted
If any one can help me i am really very thankful to you...
Thanks and Regards:
Amit singh
Nechclst , Noida India
Xen Development Team
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Xen-Qemu,
Amit Singh <=
|
|
|
|
|