[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] pvops Domain 0 Creased when boot Xen-unstable on Ubuntu10.04
Hi, I did the following steps for PVOps dom 0 kernel (2.6.32.28) on Ubuntu10.04 x64. And debug of Dom0 is attached.
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen make menuconfig
make bzImage make modules make modules_install cp -a .config /boot/config-2.6.32.28 cp -a System.map /boot/System.map-2.6.32.28 cp -a arch/x86/boot/bzImage /boot/vmlinuz-2.6.32.28
update-initramfs -c -k 2.6.32.28 update-grub My xen entry in grub.cfg is as the following. menuentry "Ubuntu_Xen 4.2 (2.6.32.28)" {
recordfail insmod ext2 set root='(hd0,9)'
search --no-floppy --fs-uuid --set 59c64afa-47a8-4a5f-a4cf-dbe3be20cc15 multiboot /boot/xen.gz dom0_mem=1024M loglvl=all guest_loglvl=all sync_console console_to_ring com1=115200,8n1 console=com1 lapic=debug apic_verbosity=debug apic=debug iommu=off
module /boot/vmlinuz-2.6.32.28 nopat root=UUID=59c64afa-47a8-4a5f-a4cf-dbe3be20cc15 ro console=tty0 console=ttyS0,115200n8 console=hvc0 earlyprintk=xen nomodeset initcall_debug debug loglevel=10
module /boot/initrd.img-2.6.32.28 } In the debug, there is message like this:
Loading, please wait... mount: mounting none on /dev failed: No such device So, is there any error in the grub entry? What other log can I provide?
Thanks, Bei Guan 2011/5/17 Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Attachment:
boot_debug.txt _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |