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@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Nov 15, 2011 at 5:05 PM, Jinesh M.K <mkjinesh@gmail.com> wrote:> 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) ***********************************> multiboot /boot/xen-4.1.gz dom0_mem=1024000 noreboot placeholderI''m guessing the number 1024000 is interpreted as 1M. Try something like dom0_mem=1024M> > > echo ''Loading Linux 3.1.0-rc9+ ...'' > module /boot/vmlinuz-3.1.0-rc9+ placeholder > root=UUID=4bbf7c18-81cf-4225-8868-bf861884a81e ro splash... and while you''re at it, 3.1.1 is available :) -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users