From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: RE: xen 4.2 unstable; HVM; 2.6.39.3; HD/Network card error Date: Mon, 25 Jul 2011 17:50:36 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Walter Robert Ditzler Cc: "xen-users@lists.xensource.com" , "konrad.wilk@oracle.com" , "xen-devel@lists.xensource.com" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 25 Jul 2011, Walter Robert Ditzler wrote: > hi stefanao, > > i have you added loglevel=9 in grub > > *** > ### BEGIN /etc/grub.d/08_xen ### > menuentry "Xen 4.2 Unstable / Debian Squeeze kernel 3.0.0" { > insmod ext2 > insmod multiboot2 > insmod lvm > insmod part_msdos > insmod raid > insmod mdraid > set root='(md/1)' > search --no-floppy --fs-uuid --set > 8809ff98-9ce8-472a-9ae9-74b821fe5285 > echo 'Loading multiboot kernel ...' > multiboot (md/1)/boot/xen.gz placeholder dom0_mem=1024M loglevel=9 > echo 'Loading initial kernel ...' > module (md/1)/boot/vmlinuz-3.0.0 placeholder > root=UUID=8809ff98-9ce8-472a-9ae9-74b821fe5285 ro quiet console=tty0 > nomodeset > echo 'Loading initial ramdisk ...' > module (md/1)/boot/initrd.img-3.0.0 > } > ### END /etc/grub.d/08_xen ### > *** > > and several log files attached to this email. I need the output of the guest kernel stuck during boot in order to understand the problem. It shouldn't be difficult to get if you enable logging over the serial in the guest kernel.