[email protected] wrote: > I just installed openSUSE 13.2 with Xen & kernel-xen. > > I need to set up the /xen.gz ... <OPTIONS> ... in grub. > > In grub-legacy that's easy. Just modify the /boot/grub/menu.lst > > kernel /xen.gz dom0_mem=1024M,max:1024M dom0_max_vcpus=2 > dom0_vcpus_pin=true ... > > The system installed grub2 as the default. In grub2 it's not clear to me how > to set those options. >
Add the options to GRUB_CMDLINE_XEN in /etc/default/grub and recreate /boot/grub2/grub.cfg with 'grub2-mkconfig -o /boot/grub2/grub.cfg'. Regards, Jim -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
