Mailinglist Archive: opensuse-bugs (19817 mails)

< Previous Next >
[Bug 390126] New: AutoYaST modified bootloader sections given in control file
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 14 May 2008 02:57:43 -0600 (MDT)
  • Message-id: <bug-390126-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=390126


Summary: AutoYaST modified bootloader sections given in control
file
Product: openSUSE 11.0
Version: Beta 1
Platform: x86-64
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: AutoYaST
AssignedTo: ug@xxxxxxxxxx
ReportedBy: gernot@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Beta-Customer


With OpenSUSE 11.0, AutoYaST modified my bootloader sections given in the
control file so that my preferred kernel wasn't included but the default
sections were.

This is the snippet from my autoinst.xml describing bootloader sections:

<bootloader>

<global>

<timeout config:type="integer">3</timeout>

<serial>--unit=0 --speed=115200</serial>

<terminal>serial</terminal>

</global>

<sections config:type="list">

<section>

<append>console=ttyS0,115200 panic=20 sysrq=1 vga=0x0f07
8250.use_backup_timer=1</append>

<image>/boot/vmlinuz-xeno</image>

<initrd>/boot/initrd-xeno</initrd>

<name>Xenomai kernel</name>

<type>image</type>

</section>

<section>

<append>console=ttyS0,115200 panic=20 sysrq=1 vga=0x0f07
8250.use_backup_timer=1</append>

<image>/boot/vmlinuz-SLERT</image>

<initrd>/boot/initrd-SLERT</initrd>

<name>SLERT kernel</name>

<type>image</type>

</section>

<section>

<append>console=ttyS0,115200 panic=20 sysrq=1 vga=0x0f07
8250.use_backup_timer=1</append>

<image>/boot/vmlinuz</image>

<initrd>/boot/initrd</initrd>

<name>SLES kernel</name>

<type>image</type>

</section>

</sections>

<loader_type>grub</loader_type>

</bootloader>

This worked perfectly in SLES10 giving me the three sections as described above
and nothing else.

With OpenSUSE 11.0, I get the following bootmenu entries instead:

0: openSUSE 11.0 - 2.6.25-rc9-17

1: Failsafe -- openSUSE 11.0 - 2.6.25-rc9-17

2: SLERT kernel

3: SLES kernel

So the "Xenomai kernel" section is missing completely, but sections 0 and 1
were added which I don't need.

y2logs will follow in a few seconds.


--
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.

< Previous Next >