WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problem while Dom0 boot

To: xen-users@xxxxxxxxxxxxxxxxxxx, Todd Deshane <todd.deshane@xxxxxxx>
Subject: [Xen-users] Problem while Dom0 boot
From: "Jinesh M.K" <mkjinesh@xxxxxxxxx>
Date: Tue, 15 Nov 2011 15:35:54 +0530
Cc:
Delivery-date: Tue, 15 Nov 2011 02:10:30 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=AmqZ45/mVhHlRulCOm2x3/pMfleHfaWLzwMM4h4E0DE=; b=E0XeQcXAoVPOQGyhFB7j5K5njSToFX4lHAVqQG1cK/+Yw81rhn9cYoebMkLBUvOliP jLxiUWtbqlrWpKcrMGdFtWGsr5DX5/Q9YwfcC9KjvC/Cve7IqS62zpYV4xJM831zEeVW G1okGk5Jq97gtfkVDfohirKP4iCGanr+KF2H4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I installed xen 4.1 and linux 3.0 kernel on a ubuntu machine, but when I boot into xen, it show error like this

(XEN) ***********************************
(XEN) Panic on CPU 0:
(XEN) Domain 0 allocation is too small for kernel image
(XEN) ***********************************


and my grub configuration like this

menuentry 'Ubuntu GNU/Linux, with Xen 4.1 and Linux 3.1.0-rc9+' --class ubuntu --class gnu-linux --class gnu --class os --class xen {
insmod part_gpt
insmod ext2
set root='(hd0,gpt2)'
search --no-floppy --fs-uuid --set=root 4bbf7c18-81cf-4225-8868-bf861884a81e
echo 'Loading Xen 4.1 ...'
multiboot /boot/xen-4.1.gz dom0_mem=1024000 noreboot placeholder
echo 'Loading Linux 3.1.0-rc9+ ...'
module /boot/vmlinuz-3.1.0-rc9+ placeholder root=UUID=4bbf7c18-81cf-4225-8868-bf861884a81e ro splash
echo 'Loading initial ramdisk ...'
module /boot/initrd.img-3.1.0-rc9+
}


Please help me, Thanks in advance

--
Jinesh M.K
 
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>