Hi! I updated to the latest Fedora Rawhide kernels and xen-2-20050823.2.i386.rpm. My notebook has 385MB RAM. I am using the following grub entry to boot; title Fedora Core (2.6.13-1.1526_FC5xen0) root (hd1,2) kernel /boot/xen.gz dom0_mem=256M module /boot/vmlinuz-2.6.13-1.1526_FC5xen0 ro root=/dev/hdc3 module /boot/initrd-2.6.13-1.1526_FC5xen0.img I get the following error message: ***************************************************** Panic on CPU 0 Domain 0 allocation is too small for kernel image. ***************************************************** What is going wrong here? Yours Tom _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> kernel /boot/xen.gz dom0_mem=256MTry replacing this with "dom0_mem=262144". -- "I will not be pushed, filed, stamped, indexed, briefed, debriefed, or numbered. My life is my own." <-- Number Six http://surreal.istic.org/ "If you need an outward sign to know your own, you don''t really belong." "If the science fails, the damn-foolishness may work." <-- ^-- Hagbard _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Thomas, Thomas Uhl wrote:> Hi! > > I updated to the latest Fedora Rawhide kernels and xen-2-20050823.2.i386.rpm. > My notebook has 385MB RAM. I am using the following grub entry to boot; > > title Fedora Core (2.6.13-1.1526_FC5xen0) > root (hd1,2) > kernel /boot/xen.gz dom0_mem=256M > module /boot/vmlinuz-2.6.13-1.1526_FC5xen0 ro root=/dev/hdc3 > module /boot/initrd-2.6.13-1.1526_FC5xen0.img > > I get the following error message: > > ***************************************************** > Panic on CPU 0 > Domain 0 allocation is too small for kernel image. > ***************************************************** > > What is going wrong here? >Try specifying your dom0_mem in KB, eg: dom0_mem=131072 Marcus. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Marcus, I tried it with dom0_mem=131072 and dom0_mem=262144 unfortunatelly with the same results. Tom On 8/30/05, Marcus Brown <marcusbrutus@internode.on.net> wrote:> Hi Thomas, > > Thomas Uhl wrote: > > Hi! > > > > I updated to the latest Fedora Rawhide kernels and xen-2-20050823.2.i386.rpm. > > My notebook has 385MB RAM. I am using the following grub entry to boot; > > > > title Fedora Core (2.6.13-1.1526_FC5xen0) > > root (hd1,2) > > kernel /boot/xen.gz dom0_mem=256M > > module /boot/vmlinuz-2.6.13-1.1526_FC5xen0 ro root=/dev/hdc3 > > module /boot/initrd-2.6.13-1.1526_FC5xen0.img > > > > I get the following error message: > > > > ***************************************************** > > Panic on CPU 0 > > Domain 0 allocation is too small for kernel image. > > ***************************************************** > > > > What is going wrong here? > > > > Try specifying your dom0_mem in KB, > eg: dom0_mem=131072 > > Marcus. >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users