[Bug 765413] New: New install Beta1 DVD kernel panic on reboot. LVM BTFS install. Rescue mode -> mkinitrd failed to create target
https://bugzilla.novell.com/show_bug.cgi?id=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c0 Summary: New install Beta1 DVD kernel panic on reboot. LVM BTFS install. Rescue mode -> mkinitrd failed to create target Classification: openSUSE Product: openSUSE 12.2 Version: Beta 1 Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Critical Priority: P5 - None Component: Bootloader AssignedTo: jsrain@suse.com ReportedBy: martin@etainable.com QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.24 Safari/536.5 Lenovo W550 Opitimus graphics. Grub 2 build on extended partition. BTFS LVM build. No Encryption. Separate home, selected no images per other reported errors. build proceeded to reboot, reboot showed vanilla boot loader screen. Selecting any linux option resulted in panic. Grub2 starts my legacy OS's fine, just the stage 2 for the opensuse 12.2 install Rescue mode mounts showed no 3.4.0.initrd-desktop file. just a stale link of the generic initrd. Did mount --bind /dev, mounted proc, sys, debug, root and boot and did chroot. ran mkinitrd and it hung right after searching for md and finding dm-0. After delay scripts complete and no initrd is created Reproducible: Always Steps to Reproduce: 1.install os 2.reboot 3.linux destop is default and when it starts system locks up. Actual Results: system hang Expected Results: initial OS boot -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c1 Jiri Srain <jsrain@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |martin@etainable.com --- Comment #1 from Jiri Srain <jsrain@suse.com> 2012-06-05 07:45:37 UTC --- Where exactly does it hang? You mention panic, does that mean that the Linux kernel is running? (why is the component set to bootloader then?) -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c2 Martin Christeson <martin@etainable.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |martin@etainable.com InfoProvider|martin@etainable.com | --- Comment #2 from Martin Christeson <martin@etainable.com> 2012-06-06 03:04:54 UTC --- If I made the wrong choice then please reassign. Thought the testing on mkinit.d made it part of the boot loader subsystem. Sorry if this was in error. Here is the call trace on the initial load, Loading Linux-3.4.0-3-desktop [10.642451] Kernel Panic - Not Syncing: VFS: Unable to mount Root fs on unknown-block(0,0) [10.642539} Pid: 1, comm: swapper/0 Not tainted 3.4.0-3-desktop [10.642589] call trace: [10.642643] [<ffffffff81004648>] dump_trace+0x88/0x300 [10.642696] [<ffffffff815804e2>] dump_stack+0x69/0x6f [10.642747] [<ffffffff81581d8d>] panic+0xbe/0x1c7 [10.642799] [<ffffffff81ac3fe7>] mount_block_root+0x1c6/0x266 [10.642851] [<ffffffff81ac4212>] prepare_namespace+0x138/0x16e [10.642902] [<ffffffff81ac3d7d>] kernel_init+0x1c5/0x1ca [10.642955] [<ffffffff815946d4>] kernel_thread_helper+0x4/0x10 If you believe the fact that initrd-3.4.0-desktop being missing from /boot is a separate issue I can create a separate bug for it... -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c3 Jiri Srain <jsrain@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |martin@etainable.com --- Comment #3 from Jiri Srain <jsrain@suse.com> 2012-06-06 09:27:30 UTC --- Actually, this bug may be related to initrd missing, because then kernel cannot load driver it needs to access the disk. Can you find out why it is missing? Attach YaST logs? (/var/log/YaST2/*)? What's the output if you manually run mkinitrd? -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c4 --- Comment #4 from Martin Christeson <martin@etainable.com> 2012-06-08 04:02:57 UTC --- Created an attachment (id=494083) --> (http://bugzilla.novell.com/attachment.cgi?id=494083) Contents /var/log/YaST2 -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c5 Martin Christeson <martin@etainable.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|martin@etainable.com | --- Comment #5 from Martin Christeson <martin@etainable.com> 2012-06-08 04:13:46 UTC --- when I manually run mkinitrd I get the following error: Perl-Bootloader: <date> <time> ERROR: UDEVMAPPING: dmdev /dev/dm-1 doesn't have defined DM_NAME in udev Perl-Bootloader: <date> <time> ERROR: UDEVMAPPING: dmdev /dev/dm-0 doesn't have defined DM_NAME in udev These two /dev/dm* devices point to the LVM aliases for the /dev/system/root and /dev/system/home BTW: when I specify kernel, init and system.map it will build an init file for desktop. Boot error above doesn't change on reboot. -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c7 Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |martin@etainable.com --- Comment #7 from Steffen Winterfeldt <snwint@suse.com> 2012-06-25 08:47:57 CEST --- If you have an initrd, please just run 'grub2-mkconfig -o /boot/grub2/grub.cfg'. Does that get you going? -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c Arjen Runsink <arjen@zeilers.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P0 - Crit Sit CC| |arjen@zeilers.net Version|Beta 1 |Final -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c8 Arjen Runsink <arjen@zeilers.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Bootloader |Installation AssignedTo|snwint@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #8 from Arjen Runsink <arjen@zeilers.net> 2012-09-05 19:52:55 UTC --- Marked it critical. I Can not boot my upgraded system. No proper initrd is created. System halts as soon as the selected kernel and initrd are booted. No more messages from grub or the kernel. Boot into rescue, mount all lvms /proc /dev /sys with -o bind and chroot into system mkinitrd gives the udevmapping error in my case for dm-5 The below is only for dm-5. dm-1 till dm-4 are perfectly the same inside and outside the chroot.. I suspect that the chroot during upgrade into the system has the same issue and therefore fails! In chroot # udevadm info --query=all --name=dm-5 P: /devices/virtual/block/dm-5 N: dm-5 E: DEVNAME=/dev/dm-5 E: DEVPATH=/devices/virtual/block/dm-5 E: DEVTYPE=disk E: MAJOR=253 E: MINOR=5 E: SUBSYSTEM=block same command in rescue environment: P: /devices/virtual/block/dm-5 N: dm-5 L: 50 S: disk/by-id/dm-name-system-swap S: disk/by-id/dm-uuid-LVM-7jNV4Dl5BAiF2qLlDW9jhDiiabsurCQpPDsgtlF1w38eElYtvYYc32fwsHqP8fmS S: disk/by-uuid/c3a96ad8-39cb-419f-b534-0af24f0cb263 S: mapper/system-swap S: system/swap E: DEVLINKS=/dev/disk/by-id/dm-name-system-swap /dev/disk/by-id/dm-uuid-LVM-7jNV4Dl5BAiF2qLlDW9jhDiiabsurCQpPDsgtlF1w38eElYtvYYc32fwsHqP8fmS /dev/disk/by-uuid/c3a96ad8-39cb-419f-b534-0af24f0cb263 /dev/mapper/system-swap /dev/system/swap E: DEVNAME=/dev/dm-5 E: DEVPATH=/devices/virtual/block/dm-5 E: DEVTYPE=disk E: DM_DEPS=1 E: DM_LAST_EVENT_NR=0 E: DM_LV_NAME=swap E: DM_MAJOR=253 E: DM_MINOR=5 E: DM_NAME=system-swap E: DM_OPENCOUNT=0 E: DM_SBIN_PATH=/sbin E: DM_STATE=ACTIVE E: DM_SUSPENDED=0 E: DM_TABLE_STATE=LIVE E: DM_TARGET_COUNT=1 E: DM_TARGET_TYPES=linear E: DM_TYPE=raid E: DM_UDEV_PRIMARY_SOURCE_FLAG=1 E: DM_UDEV_RULES_VSN=2 E: DM_UUID=LVM-7jNV4Dl5BAiF2qLlDW9jhDiiabsurCQpPDsgtlF1w38eElYtvYYc32fwsHqP8fmS E: DM_VG_NAME=system E: ID_FS_TYPE=swap E: ID_FS_USAGE=other E: ID_FS_UUID=c3a96ad8-39cb-419f-b534-0af24f0cb263 E: ID_FS_UUID_ENC=c3a96ad8-39cb-419f-b534-0af24f0cb263 E: ID_FS_VERSION=2 E: MAJOR=253 E: MINOR=5 E: SUBSYSTEM=block E: TAGS=:systemd: E: USEC_INITIALIZED=459842596 -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c9 Arjen Runsink <arjen@zeilers.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|martin@etainable.com | --- Comment #9 from Arjen Runsink <arjen@zeilers.net> 2012-09-05 20:01:08 UTC --- See above comment for info -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c10 --- Comment #10 from Arjen Runsink <arjen@zeilers.net> 2012-09-05 20:26:35 UTC --- Removed dm-5 which is for swap and easily recreated. Mkinitrd finished without errors. Sadly the resulting initrd exhibits the same issue: System freeze at [Linux-initrd @ 0x370a7000, 0cf481dc bytes] -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c kk zhang <kkzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |snwint@suse.com |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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c11 Olaf Hering <ohering@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |ohering@suse.com InfoProvider| |martin@etainable.com --- Comment #11 from Olaf Hering <ohering@suse.com> 2013-07-11 20:41:53 CEST --- Please attach the "bash -x /sbin/mkinitrd &> mkinitrd.log.txt" output. -- 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=765413 https://bugzilla.novell.com/show_bug.cgi?id=765413#c14 Steffen Winterfeldt <snwint@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|martin@etainable.com | Resolution| |NORESPONSE --- Comment #14 from Steffen Winterfeldt <snwint@suse.com> 2014-02-25 14:47:34 CET --- please reopen if there's something new -- 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