[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-users] xen 4.0.1 from source on Debian Squeeze grub2
> On Fri, 18 Mar 2011 15:34:58 +0000 <itobin@xxxxxxxxxxxxx> wrote: > > Hi, > > > > Can someone help. > > > > Ive setup xen on a fresh build but are having problems setting up grub. > > > > Ive run update-grub which has scanned the /boot folder and created the > entries in /boot/grub/grub.cfg but im not sure how to add the > dom0_mem=512M parameter? > > > > Thanks > Hey Ian, In my /etc/default/grub configuration file, I added: ## Options recognized by /etc/grub.d/20_linux_xen GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=512M" GRUB_CMDLINE_XEN="" This way the appropriate setting will be tacked on to the multiboot line with the Xen hypervisor after running update-grub (which also happens when kernels are updated). Note: I also pass dom0_max_vcpus=4, on my multi-threaded system but your setup may be different from mine :) -M _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |