Hi. I've asked this question over at the xen list earlier this week and still don't have a solution. We are running xen on SLES11SP1. We only allow the kernel to have so much memory with this line from /boot/grub/menu.lst: kernel /boot/xen.gz vga=mode-0x314 dom0_mem=1024M I need to figure out how to get this parameter to survive a kernel update. I know about /etc/sysconfig/bootloader, which seems like the right place, but I can't get it to work. Below is my /etc/sysconfig/bootloader file. I've tried adding dom0_mem=1024M to each of the XEN_ lines below and rebooted. The memory setting is not set on any of them. Anyone know where in this file it should be set or if it should be set another place? Thanks, James ## Path: System/Bootloader ## Description: Bootloader configuration ## Type: list(grub,lilo,none) ## Default: grub LOADER_TYPE="grub" DEFAULT_NAME="SUSE Linux Enterprise Server 11 SP1 - 2.6.32.12-0.7 (default)" DEFAULT_APPEND="resume=/dev/disk/by-id/ata-WDC_WD5000AAKS-60Z1A0_WD-WCAWF6659025-part1 splash=silent crashkernel=256M-:128M showopts" DEFAULT_VGA="0x314" FAILSAFE_APPEND="showopts ide=nodma apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe" FAILSAFE_VGA="0x314" XEN_KERNEL_APPEND="resume=/dev/disk/by-id/ata-WDC_WD5000AAKS-60Z1A0_WD-WCAWF6659025-part1 splash=silent showopts" XEN_APPEND="" XEN_VGA="0x314" ## Path: System/Bootloader ## Description: Bootloader configuration ## Type: yesno ## Default: no # # Should the boot cycle detection be used to # avoid unconditional reboot cycles of not # supervised system. # CYCLE_DETECTION="no" ## Type: integer(0:) ## Default: 1 # # The number of the entry in grub's menu.lst # which should be used on the next reboot cycle. # Note that the first entry has the number 0. # CYCLE_NEXT_ENTRY="1" ## Path: System/Bootloader ## Description: Bootloader configuration ## Type: list(floppy,mbr,root,boot,custom,none) ## Default: mbr # # Location of boot loader. # For making the change effect run bootloader configuration tool # # LOADER_LOCATION="" -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org