[Bug 835313] New: Kernel 3.11rc/4.5 fails to boot ( ACPI related ?)
https://bugzilla.novell.com/show_bug.cgi?id=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c0 Summary: Kernel 3.11rc/4.5 fails to boot ( ACPI related ?) Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 3 Platform: x86-64 OS/Version: SUSE Other Status: NEW Severity: Critical Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: markus.kossmann@gmx.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=552968) --> (http://bugzilla.novell.com/attachment.cgi?id=552968) screenshot of bootmessages User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 As you can see in the attached image booting with 3.11rc ( either 3.11rc4 on factory or 3.11rc5 from kernel head on 12.3) fails with last message: ACPI: no dock devices found. I've already tried pci=nocrs. That changes only that message, but not the failure. Reproducible: Always Steps to Reproduce: 1.Boot system with 3.11 kernel 2. 3. Actual Results: Booting stops Expected Results: system should boot as with latest working kernel version 3.10.7-1.g771dec3-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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c1 --- Comment #1 from Markus Koßmann <markus.kossmann@gmx.de> 2013-08-18 13:25:57 UTC --- Created an attachment (id=552969) --> (http://bugzilla.novell.com/attachment.cgi?id=552969) hardware information from hwinfo for the not booting system -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c2 Borislav Petkov <bpetkov@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bpetkov@suse.com --- Comment #2 from Borislav Petkov <bpetkov@suse.com> 2013-08-18 14:42:29 UTC --- Just a wild guess: Do you CONFIG_MICROCODE_AMD_EARLY enabled in your config? If so, can you try booting latest tip/master here: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git the master branch. 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c3 --- Comment #3 from Markus Koßmann <markus.kossmann@gmx.de> 2013-08-18 15:12:17 UTC --- Yes, it seems so : The openSUSE kernel HEAD /lib/modules/3.11.0-rc5-2.gadcd98b-desktop/build/.config has CONFIG_MICROCODE_AMD_EARLY=y I'am not used to use git. Is 'git clone -b master git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tip' the right command to download the sources to a local tip directory ? -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c4 --- Comment #4 from Borislav Petkov <bpetkov@suse.com> 2013-08-18 17:34:34 UTC --- Well, if you're already using a git kernel repository, you can simply do in your current repository: $ git remote add tip git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git $ git fetch tip and then checkout the master branch: $ git checkout tip/master and build and boot it using the oS .config. If not, you can do: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git and you should be on the master branch already when the cloning has finished. If not, $ git checkout master should bring you there. And from looking at the git clone manpage, your command should work too, btw. Just to verify, the top commit on that branch is: commit adcaaf572967d0e66ed174fea6fa85deef914029 Merge: 5ff7694eac48 215b28a5308f Author: Ingo Molnar <mingo@kernel.org> Date: Sat Aug 17 09:47:35 2013 +0200 Merge branch 'linus' If you have that, then you should be on the correct branch. HTH. -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c5 --- Comment #5 from Markus Koßmann <markus.kossmann@gmx.de> 2013-08-18 19:17:40 UTC --- Created an attachment (id=552973) --> (http://bugzilla.novell.com/attachment.cgi?id=552973) stack dump of tip master -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c6 --- Comment #6 from Markus Koßmann <markus.kossmann@gmx.de> 2013-08-18 19:20:42 UTC --- I downloaded tip master, copied over .config from 3.11.0-rc5-2.gadcd98b-desktop, run make oldconfig; make all; make modules_install; make install The resulting kernel crashes in early boot stage (see attached stack dump of tip master) . The kernel used config-3.11 -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c7 --- Comment #7 from Markus Koßmann <markus.kossmann@gmx.de> 2013-08-18 19:21:23 UTC --- Created an attachment (id=552974) --> (http://bugzilla.novell.com/attachment.cgi?id=552974) config used for tip master -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c8 --- Comment #8 from Borislav Petkov <bpetkov@suse.com> 2013-08-18 22:14:33 UTC --- It basically says what the problem is: "... VFS: Unable to mount root fs on unknown-block(0,0)" You're missing support for the filesystem of your root device. Also, if you're using an initrd, you'd need to add the filesystem's modules to it. And the thing is, your kernel has booted past the point it was freezing before so it could very well be that the AMD microcode fixes do take care of your problem too. Especially if the other reports I had about it were on an F10h machine too. So try to figure out which modules you're missing for the VFS to find your root fs so that we can check if we have successful boot all the way. 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c9 --- Comment #9 from Markus Koßmann <markus.kossmann@gmx.de> 2013-08-19 03:35:23 UTC --- The problem is definitely not the filesystem. The root filesystem is ext4 and this is compiled nonmodular into the kernel. I guess now that it is caused by LVM ( root is on LVM) . But on the first glance I couldn't find a difference between a working initrd for 3.10.7 and the 3.11 initrd. Does 3.11 need a new version of LVM tools ? -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c10 --- Comment #10 from Jeff Mahoney <jeffm@suse.com> 2013-08-28 08:45:58 EDT --- You can diagnose it further by booting with "shell=1" on the kernel command line. -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |markus.kossmann@gmx.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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c11 --- Comment #11 from Markus Koßmann <markus.kossmann@gmx.de> 2013-08-30 04:14:59 UTC --- I don't have access to the PC with the problem now for 10 days because I'am on holidays, sorry. I'll look at it , when I'am back. -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c12 Markus Koßmann <markus.kossmann@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|markus.kossmann@gmx.de | --- Comment #12 from Markus Koßmann <markus.kossmann@gmx.de> 2013-09-09 10:18:01 UTC --- First thing I've done after coming back is to upgrade the kernel to 3.11.0-2.g0a1c41f and trying that kernel. And the problem is gone now. I think we can close that bug. -- 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=835313 https://bugzilla.novell.com/show_bug.cgi?id=835313#c13 Borislav Petkov <bpetkov@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WORKSFORME --- Comment #13 from Borislav Petkov <bpetkov@suse.com> 2013-09-11 12:10:23 UTC --- ok, closing. 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.
participants (1)
-
bugzilla_noreply@novell.com