A SERVICE OF

logo

© Novell Inc. All rights reserved
36
Troubleshooting Boot Loader
Copy/modify the normal entry in /boot/grub/menu.lst:
title Xen
root (hd0,0)
kernel /boot/xen.gz dom0_mem=65536
module /boot/vmlinuz-xen root=/dev/hda1 vga=0x31a selinux=0
splash=silent resume=/dev/hda2 elevator=as showopts
module /boot/initrd-xen
Note:
dom0_mem is in KB. (Optional. Defaults to taking nearly all
memory.)
Copy kernel args verbatim
Specify “module” not “initrd”