[Bug 745024] New: Kernel vmlinuz-3.1.9-1.4 update failure
https://bugzilla.novell.com/show_bug.cgi?id=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c0 Summary: Kernel vmlinuz-3.1.9-1.4 update failure Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: VMWare OS/Version: openSUSE 12.1 Status: NEW Severity: Major Priority: P5 - None Component: Update Problems AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: carlos.e.r@opensuse.org QAContact: jsrain@suse.com Found By: --- Blocker: --- Kernel vmlinuz-3.1.9-1.4 update failure For the purpose of investigation of Bug 538795, I have just installed another virtual machine in vmplayer 4, host OS 11.4. It has a reiserfs root, as necessary for the investigation. I installed it, then proceeded to update it. The resulting grub menu.lst had these two entries: ###Don't change this comment - YaST2 identifier: Original name: linux### title Desktop -- openSUSE 12.1 - 3.1.9-1.4 kernel resume=/dev/disk/by-label/swap splash=silent quiet showopts vga=0x317 initrd ###Don't change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 12.1 - 3.1.9-1.4 kernel showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x317 initrd As you can see, there are no file entries, and the result is unbootable. Had I not enabled in zypp kernel multiversion (which should be the default), I would had to reinstall the entire virtual machine to repair. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c1 --- Comment #1 from Carlos Robinson <carlos.e.r@opensuse.org> 2012-02-03 22:12:50 UTC --- During test of Bug 538795, I installed a test kernel that had also the same error in menu.lst. See comment 44 there. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c2 --- Comment #2 from Carlos Robinson <carlos.e.r@opensuse.org> 2012-02-03 22:17:37 UTC --- Created an attachment (id=474411) --> (http://bugzilla.novell.com/attachment.cgi?id=474411) yast logs attached -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c3 dan mera <dan.mera@rogers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dan.mera@rogers.com --- Comment #3 from dan mera <dan.mera@rogers.com> 2012-02-11 23:52:12 UTC --- I was able to login because I had the upgrade and with some help I added the lines which were missing. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c4 --- Comment #4 from dan mera <dan.mera@rogers.com> 2012-02-12 01:06:43 UTC --- forgot to add the lines: before: ###Don't change this comment - YaST2 identifier: Original name: linux### title Desktop -- openSUSE 12.1 - 3.1.9-1.4 kernel resume=/dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML4220F318T4VK-part2 splash=silent quiet showopts vga=0x31b initrd ###Don't change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 12.1 - 3.1.9-1.4 kernel root=/dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML4220F318T4VK-part1 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31a initrd after correction: ###Don't change this comment - YaST2 identifier: Original name: linux### title Desktop -- openSUSE 12.1 - 3.1.9-1.4 root (hd0,0) kernel /boot/vmlinuz-3.9.1-1.4-desktop root=/dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML4220F318T4VK-part1 resume=/dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML4220F318T4VK-part2 splash=silent quiet showopts vga=0x31b initrd /boot/initrd-3.1.9-1.4-desktop ###Don't change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 12.1 - 3.1.9-1.4 root (hd0,0) kernel /boot/vmlinuz-3.1.9-1.4-desktop root=/dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML4220F318T4VK-part1 showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe vga=0x31a initrd /boot/initrd-3.1.9-1.4-desktop these had to added for Desktop: in line 0 root (hd0,0) in line 1 /boot/vmlinuz-3.9.1-1.4-desktop root=/dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML4220F318T4VK-part1 in line 2 /boot/initrd-3.1.9-1.4-desktop these had to added for Failsafe: in line 0 root (hd0,0) in line 1 /boot/vmlinuz-3.1.9-1.4-desktop root=/dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML4220F318T4VK-part1 in line 2 /boot/initrd-3.1.9-1.4-desktop -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c5 Steinar Løklingholm <steinar@megawatt.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steinar@megawatt.no --- Comment #5 from Steinar Løklingholm <steinar@megawatt.no> 2012-02-15 22:04:16 UTC --- My boot partition has ReiserFS, and even after editing "menu.lst" I'm unable too boot. The SUSE splash screen appears, but is rudely interrupted by this error message: [ 2.052729] Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0) [ 2,053039] Pid: 1, comm: swapper Not tainted 3.1.9-1.4-default #1 [ 2.053267] Call Trace: [ 2.053382] [<c0205243>] try_stack_unwind+0x163/0x180 [ 2.053578] [<c02040f7>] dump_trace+0x47/0xf0 [ 2.053751] [<c02052ab>] show_trace_log_lvl+0x4b/0x60 [ 2.053946] [<c02052d8>] show_trace+0x18/0x20 [ 2.054115] [<c066f988>] dump_stack+0x6d/0x72 [ 2.054285] [<c067178b>] panic+0x57/0x14e [ 2.054446] [<c0a04ab1>] mount_block_root+0xab/0x12e [ 2.054638] [<c0a04caa>] prepare_namespace+0x11c/0x162 [ 2.054834] [<c0a04859>] kernel_init+0x134/0x139 [ 2.055012] [<c068bde6>] kernel_thread_helper+0x6/0xd -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c6 --- Comment #6 from Carlos Robinson <carlos.e.r@opensuse.org> 2012-02-15 22:11:29 UTC --- (In reply to comment #5)
My boot partition has ReiserFS, and even after editing "menu.lst" I'm unable too boot. The SUSE splash screen appears, but is rudely interrupted by this error message:
Please, on this report what is of interest is that menu.lst was borked, so you have to post the bad menu.lst and the log of the incident, if possible. The kernel panic can be reported in full on another bugzilla, where you can mention how it came to be, and here that it caused another problem. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c7 --- Comment #7 from Steinar Løklingholm <steinar@megawatt.no> 2012-02-15 22:30:24 UTC --- (In reply to comment #6)
Please, on this report what is of interest is that menu.lst was borked, so you have to post the bad menu.lst and the log of the incident, if possible. The kernel panic can be reported in full on another bugzilla, where you can mention how it came to be, and here that it caused another problem.
Sorry Carlos, the bad menu.lst file is no longer available, as I have edited it. It looked pretty much identical to the one in your OP though. So I'll just say that this happened to me too. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c8 kk zhang <kkzhang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |kkzhang@novell.com Resolution| |NORESPONSE --- Comment #8 from kk zhang <kkzhang@novell.com> 2012-03-09 12:56:36 UTC --- Long time no response.So closed.Feel free to reopen it.Thanks. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c9 Carlos Robinson <carlos.e.r@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|NORESPONSE | --- Comment #9 from Carlos Robinson <carlos.e.r@opensuse.org> 2012-03-09 20:04:58 UTC --- No response from Novell? Not our fault. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c kk zhang <kkzhang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |ovo.novell.com | -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Update Problems |Kernel AssignedTo|yast2-maintainers@suse.de |kernel-maintainers@forge.pr | |ovo.novell.com QAContact|jsrain@suse.com |qa-bugs@suse.de -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c10 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jreidinger@suse.com AssignedTo|kernel-maintainers@forge.pr |snwint@suse.com |ovo.novell.com | --- Comment #10 from Jeff Mahoney <jeffm@suse.com> 2012-04-10 18:42:13 EDT --- Apologies, Carlos. We have some new bug screeners training. The kernel panic is typical of what happens when you have no initramfs listed in your bootloader config. The kernel can't use what it hasn't been given, so it can't load the real root file system or even the initramfs file system since there's no initramfs. This looks like an issue in perl-Bootloader. -- 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=745024 https://bugzilla.novell.com/show_bug.cgi?id=745024#c11 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WONTFIX --- Comment #11 from Jeff Mahoney <jeffm@suse.com> 2014-08-08 16:26:04 EDT --- This report is against openSUSE 12.1 which is no longer under maintenance. If you are able to reproduce it with openSUSE 13.1 or openSUSE Factory, please re-open and reset the the "Product" field to the appropriate release. -- 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