[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
- To: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
- From: Bei Guan <gbtju85@xxxxxxxxx>
- Date: Tue, 17 May 2011 22:39:11 +0800
- Cc: Xen Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Andrei Warkentin <andreiw@xxxxxxxxxxxx>
- Delivery-date: Tue, 17 May 2011 07:40:34 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=VVc8CqQ6+OYwm9wYRrXu0Si40XAKfPKvRlzxv3+yiew=; b=XDChlk1bmCRjINZY0Zuiwcn7S7iMLOkzPt8cfsWZetbAJYVu08Hy1CXWZ6NdriM0zF qoZGHZVCNZV6YErMRQSJOkv9JPVMHvFLYvHSTfw+qTx2VLkvA/N9D6rpIOg7/LDdv+iq eQU7hgQwJSM7U1oxG+GuSnOVj/T0xFpOmFI4U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gi578R7+WEVq7pyncb3Q3M/y3nyG8hpxVjk4k8pX6d+SZ6oilPKl07ikisTB3TPZkZ 8NiQsDHN9QYTw1s9a8GMRy6rrLVqWs2oTxmY7Vku462bsURPmO/kp3nt8Wp/jp0mRG7y ropudexClulpzT+EdE9p51AQQEH7B2Qoc8b0o=
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
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.
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>
On Tue, May 17, 2011 at 01:42:15AM +0800, Bei Guan wrote:
> Hi All,
>
> I try to install Xen-4.2-unstable with pvops dom0 kernel(2.6.32.28) on
So from Jeremy's git tree?
> Ubuntu10.04. But the kernel panic when I reboot. The message got with the
> serial debugging is as the following. And the config file of dom0 kernel is
Take a look at the PVOPS wiki and follow the troubleshooting section. It will
explain to you how to ratchet up the debug/logging of Dom0.
> also attached. Can anyone give me some advice?
> And what's the problem with my installation?
No idea without more Linux kernel data.
Attachment:
boot_debug.txt
Description: Text document
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel