Bug 223432

Summary: Wrong bootloader configuration vor XEN Dom0
Product: [openSUSE] openSUSE 10.2 Reporter: Michael Calmer <mc>
Component: XenAssignee: Clyde Griffin <cgriffin>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None CC: jplack
Version: RC 1   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Michael Calmer 2006-11-23 11:48:56 UTC
I want to configure XEM Dom0 with yast2-vm.
The bootloader configuration for XEN Dom0 is wrong: I got

title Kernel-2.6.18.2-23-xen
    root (hd0,1)
    kernel /boot/xen.gz
    kernel /boot/vmlinuz-2.6.18.2-23-xen root=/dev/hda2 vga=0x31a resume=/dev/hda1 splash=silent showopts
    initrd /boot/initrd-2.6.18.2-23-xen

With this I get a error from grub:

  Error 13: Invalid or unsupported executable format

Correct entry is:

title Kernel-2.6.18.2-23-xen
    root (hd0,1)
    kernel /boot/xen.gz
    module /boot/vmlinuz-2.6.18.2-23-xen root=/dev/hda2 vga=0x31a resume=/dev/hda1 splash=silent showopts
    module /boot/initrd-2.6.18.2-23-xen
Comment 1 Martin Lasarsch 2006-11-27 12:10:11 UTC
Joachim: is this a perl bootloader problem?
Comment 2 Lynn Bendixsen 2006-11-27 16:39:25 UTC
This is a duplicate of bug #223447. 

*** This bug has been marked as a duplicate of bug 223447 ***