Hello, i have xen 3.3.0, gentoo kernel-2.6.20-xen-r7 and i have problem with boot... ******************************** Panic on CPU 0 Could not set up DOM0 guest OS ******************************** Rebooting in five second... Can somebody tell me, what i am doing wrong??? I am new in xen virtualization and i now my questions are stupid :-( Thank you for help... _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Because i don''t know how to save log before start syslog, so i try write it: .... Tottal of 2 procesors activated. ENABLING IO-APIC IRQs -> Using new ACX method checking TSC synchronization across 2 CPUs: passed Platform timer is 3.578MHz ACPI PM Timet Brought up 2 CPUs I/O virtualisation disabled *** LOADING DOMAIN 0 *** Xen kernel: 32-bit, PAE, lsb Dom0 kernel: 32-bit, lsb, paddr 0x100000 -> 0x634000 Mismatch between Xen and DOM kernel ******************************** Panic on CPU 0 Could not set up DOM0 guest OS ******************************** Rebooting in five second... here is my grub.conf: default 0 timeout 5 title=Gentoo 2.6.20-xen-r7 root (hd0,0) kernel /boot/xen-3.3.0.gz module /boot/vmlinuz-2.6.20-xen-r7 root=/dev/ram0 real_root=/dev/sda1 module /boot/initrd-xen-3.3.img I use this wiki for help with install: http://gentoo-wiki.com/Xen#Building_the_hypervisor_and_applications Thank you _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi 2008. 10. 1, szerda keltezéssel 11.16-kor Jakub Andrys ezt írta:> Because i don''t know how to save log before start syslog, so i try write it:Kernel (and maybe Xen too) messages cat be redirected to a serial port, and you can save those messages with another machine. I don''t know if there are better solutions, maybe someone elsa can help you. I also don''t know how to redirect Xen''s output to a serial console, but the kernel messages can be redirected by passing an extra commandline parameter to the kernel like this: "console=ttyS0,9600n8"> Xen kernel: 32-bit, PAE, lsb > Dom0 kernel: 32-bit, lsb, paddr 0x100000 -> 0x634000 > Mismatch between Xen and DOM kernelThat''s the point: You need a PAE kernel for your PAE supervisor, which means, you have to recompile the kernel with the "Processor type and features -> High Memory Support" parameter set to 64GB. I hope this helped you Tamas _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users