I’ve just finished installing SLES-11-SP2 (“Xen Virtualization Host” scenario) and followed the directions in Section 2.1 of the guide Virtualization with Xen…
[QUOTE][LIST][]If the host should always run as Xen host, run YaST System > Boot Loader and activate the Xen boot entry as default boot section.
[LIST][][]In YaST, click System > Boot Loader.
[][]Change the default boot to the Xen label, then click Set as Default.
[][*]Click Finish.
[/LIST]
[/LIST][/QUOTE]
But the Xen label does not load the Xen VMM - It loads the Linux kernel:
[CODE]# Modified by YaST2. Last modification on Wed Oct 17 13:29:24 PDT 2012
default 1
timeout 8
##YaST - generic_mbr
gfxmenu (hd0,0)/message
##YaST - activate
###Don’t change this comment - YaST2 identifier: Original name: linux###
title Xen – SUSE Linux Enterprise Server 11 SP2 - 3.0.13-0.27
root (hd0,0)
kernel /vmlinuz-3.0.13-0.27-xen root=/dev/xvda2 resume=/dev/xvda3 splash=silent showopts
initrd /initrd-3.0.13-0.27-xen
###Don’t change this comment - YaST2 identifier: Original name: linux###
title XEN
root (hd0,0)
kernel /vmlinuz-3.0.13-0.27-xen root=/dev/xvda2 resume=/dev/xvda3 splash=silent showopts
initrd /initrd-3.0.13-0.27-xen[/CODE]
This seems like a bug. Should I be concerned about the integrity of the installation? Or should I just manually add the entry to menu.lst and move on?
Eric Pretorious
Truckee, CA