|
Bugzilla – Full Text Bug Listing |
| Summary: | Wrong bootloader configuration vor XEN Dom0 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Michael Calmer <mc> |
| Component: | Xen | Assignee: | 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: | --- |
Joachim: is this a perl bootloader problem? This is a duplicate of bug #223447. *** This bug has been marked as a duplicate of bug 223447 *** |
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