How to disable “Extended Page Table” in DELL Citrix XenServer? As information given in
was not working in DELL’s OEM edition of Citrix XenServer a workaround.
- root to Xen Console
fdisk –lon boot drive (f.e.fdisk –l /dev/sda)- find boot partition, which is this one with
FAT16and*in boot column - mount this partition (f.e.
mount /dev/sda1 /mnt) - edit start file and set default to backup partition (f.e.
vi /mnt/syslinux.cfg -> change DEFAULT = 2) -> make a backup before!!! - save and reboot
- mount backup primary partition (partition 5) (f.e.
mount /dev/sda5 /mnt) - edit extlinux.conf as describeb from Citrix (f.e.
sed -i 's/\(dom0_mem=\)/hap=0 \1/' /mnt/boot/extlinux.conf) -> make a backup before !!! - set default start partition to primary again (step’s 2-5 -> DEFAULT = 1)
- reboot