[Bug 551713] New: Broken menu.lst and initrd after updating from rc1 to rc2
http://bugzilla.novell.com/show_bug.cgi?id=551713 Summary: Broken menu.lst and initrd after updating from rc1 to rc2 Classification: openSUSE Product: openSUSE 11.2 Version: RC 2 Platform: x86-64 OS/Version: openSUSE 11.2 Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: Manfred.Tremmel@iiv.de QAContact: qa@suse.de Found By: --- Created an attachment (id=325015) --> (http://bugzilla.novell.com/attachment.cgi?id=325015) Modified /lib/mkinitrd/scripts/setup-modules.sh User-Agent: Mozilla/5.0 (compatible; Konqueror/4.3; Linux) KHTML/4.3.1 (like Gecko) SUSE It's taken a long time to find out, rc2 repository is available in factory-snapshot and not in factory, but today I've updated my Latitude D620 from rc1 to rc2. The kernel update resulted in a menu.lst without entries and a non existing initrd. I've copied the menu.lst.old and changed kernel versions by hand and tried to let run mkinitrd, but it resulted in a: Kernel image: /boot/vmlinuz-2.6.31.5-0.1-desktop Initrd image: /boot/initrd-2.6.31.5-0.1-desktop Root device: /dev/disk/by-id/ata-INTEL_SSDSA2M160G2GC_CVPO936400A2160AGN-part3 (/dev/sda3) (mounted on / as ext4) Resume device: /dev/disk/by-id/ata-INTEL_SSDSA2M160G2GC_CVPO936400A2160AGN-part2 (/dev/sda2) Kernel Modules: thermal_sys thermal pata_acpi processor fan intel-agp drm video i2c-algo-bit i915 modeset=1 crc16 jbd2 ext4 Module modeset=1 not found. Yes I'm using KMS for my intel chipset gpu. I've modified /lib/mkinitrd/scripts/setup-modules.sh to get my initrd, but I'm not happy with this workaround. Reproducible: Always Steps to Reproduce: 1. install rc1 2. use i915.modeset=1 as kernel parameter 3. update to rc2 Actual Results: Broken /boot/grub/menu.lst Missing /boot/initrd-2.6.31.5-0.1-desktop Expected Results: Updated /boot/grub/menu.lst Crated /boot/initrd-2.6.31.5-0.1-desktop -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551713 User Manfred.Tremmel@iiv.de added comment http://bugzilla.novell.com/show_bug.cgi?id=551713#c1 --- Comment #1 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2009-11-01 05:50:20 MST --- Created an attachment (id=325017) --> (http://bugzilla.novell.com/attachment.cgi?id=325017) /boot/grub/menu.lst before update -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551713 User Manfred.Tremmel@iiv.de added comment http://bugzilla.novell.com/show_bug.cgi?id=551713#c2 --- Comment #2 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2009-11-01 05:51:21 MST --- Created an attachment (id=325018) --> (http://bugzilla.novell.com/attachment.cgi?id=325018) /boot/grub/menu.lst after update -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551713 User mmarek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=551713#c3 Michal Marek <mmarek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |mmarek@novell.com Info Provider| |Manfred.Tremmel@iiv.de --- Comment #3 from Michal Marek <mmarek@novell.com> 2009-11-05 03:15:20 MST --- Do you have "i915 modeset=1" in /etc/sysconfig/kernel:INITRD_MODULES? Did you manually add it or did the installer do this? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551713 User Manfred.Tremmel@iiv.de added comment http://bugzilla.novell.com/show_bug.cgi?id=551713#c4 Manfred Tremmel <Manfred.Tremmel@iiv.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |Manfred.Tremmel@iiv.de Info Provider|Manfred.Tremmel@iiv.de | --- Comment #4 from Manfred Tremmel <Manfred.Tremmel@iiv.de> 2009-11-05 13:49:22 MST --- There's no modeset=1 in INITRD_MODULES: INITRD_MODULES="thermal pata_acpi processor fan intel_agp drm i915" I've added it manually in /etc/sysconfig/bootloader DEFAULT_APPEND="resume=/dev/disk/by-id/ata-INTEL_SSDSA2M160G2GC_CVPO936400A2160AGN-part2 splash=silent quiet showopts i915.modeset=1" and removed the entry in FAILSAFE_VGA. And no, modeset was not activated by default. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551713 http://bugzilla.novell.com/show_bug.cgi?id=551713#c Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |jreidinger@novell.com AssignedTo|kernel-maintainers@forge.pr |mvancura@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=551713 http://bugzilla.novell.com/show_bug.cgi?id=551713#c5 --- Comment #5 from Monnom Ammoi <monnomamoi@voila.fr> 2009-11-25 23:18:50 UTC --- Same problem with opensuse 11.2 final (x86). I didn't wrote "modeset=1" in /boot/grub/menu.lst. There isn't any "modeset" character string in /etc nor /boot files. If I add "i915" manually in /etc/sysconfig/kernel:INITRD_MODULES and then execute "mkinitrd", the bug appears ("Module modeset=1 not found"). Idem if I modify sysconfig files with Yast. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=551713 https://bugzilla.novell.com/show_bug.cgi?id=551713#c7 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jeffm@suse.com Resolution| |WONTFIX --- Comment #7 from Jeff Mahoney <jeffm@suse.com> 2012-08-02 11:59:40 EDT --- With the coming release of openSUSE 12.2, openSUSE kernel developers are focusing their efforts there. Reports against openSUSE 11.4 and prior will not get the attention needed to resolve them before openSUSE 12.2 is release and openSUSE 11.4 becomes unmaintained. Please re-test with openSUSE 12.1 or openSUSE RC2+ and re-open with an updated Product if you still encounter your issue. We apologize for this issue not getting the attention it deserves but we are focusing our resources in the area where they will have the most impact for our users. We're working hard to make openSUSE 12.2 the best openSUSE release yet! -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=551713 https://bugzilla.novell.com/show_bug.cgi?id=551713#c8 --- Comment #8 from Jeff Mahoney <jeffm@suse.com> 2012-08-02 12:00:38 EDT --- With the coming release of openSUSE 12.2, openSUSE kernel developers are focusing their efforts there. Reports against openSUSE 11.4 and prior will not get the attention needed to resolve them before openSUSE 12.2 is release and openSUSE 11.4 becomes unmaintained. Please re-test with openSUSE 12.1 or openSUSE RC2+ and re-open with an updated Product if you still encounter your issue. We apologize for this issue not getting the attention it deserves but we are focusing our resources in the area where they will have the most impact for our users. We're working hard to make openSUSE 12.2 the best openSUSE release yet! -- 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.
participants (1)
-
bugzilla_noreply@novell.com