https://bugzilla.novell.com/show_bug.cgi?id=225611 ------- Comment #1 from beatmore@gmail.com 2006-12-02 12:35 MST ------- The problem is the grub settings. I had the same problem. It tries to start the Xen kernel, but the Xen kernel should not be booted directly, and therefore the reply. Grub need start Xen first. This should be a more correct grub entry: Copied of my menu.lst title Kernel-2.6.18.2-33-xen root (hd1,0) kernel /boot/xen-3.0.3_11774-15.gz dom0_mem=262144 vga=0x31a module /boot/vmlinuz-2.6.18.2-33-xen root=/dev/hdb1 vga=0x31a ro splash=silent module /boot/initrd-2.6.18.2-33-xen Yast did set it to this, which of cause does not boot... title Kernel-2.6.18.2-33-xen root (hd1,0) kernel /boot/vmlinuz-2.6.18.2-33-xen root=/dev/hdb1 vga=0x31a resume=/dev/hdb2 splash=silent showopts kernel initrd /boot/initrd-2.6.18.2-33-xen -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.