[Bug 216114] New: System hangs during boot
https://bugzilla.novell.com/show_bug.cgi?id=216114 Summary: System hangs during boot Product: openSUSE 10.2 Version: Beta 1 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.svensson@mac.se QAContact: qa@suse.de The system does not boot up correctly. The system hangs with the message "request_module: runaway loop modprobe binfmt-464c" The message is printed 5 times, and then nothing more happens. Hardware: Athlon64 3500+, ASRock 939Dual-SATA2 (AGP / PCIe graphics slots), IDE harddrives, Radeon 9600PRG AGP graphics card, 1GB DDR RAM. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 gregkh@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |markus.svensson@mac.se ------- Comment #1 from gregkh@novell.com 2006-11-01 23:28 MST ------- Is this after the distro has been installed, or does this happen from the installation image, preventing anything to ever be installed? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 markus.svensson@mac.se changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|markus.svensson@mac.se | ------- Comment #2 from markus.svensson@mac.se 2006-11-02 02:50 MST ------- After installation, on first attempt to boot. Tried to reinstall once, but with the same result. There were no problems reported during the install process. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 ------- Comment #3 from bwalle@novell.com 2006-11-03 10:55 MST ------- I had the same problem previously. In my case it was because I installed an i386 kernel on a x86_64 box (with x86_64 user space). I made this mistake manually. @Markus: Could you maybe check with a rescue CD which kernel (i386 or x86_64) is actually installed? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 ------- Comment #4 from markus.svensson@mac.se 2006-11-03 11:17 MST ------- Unfortunateley I no longer have the SuSE install left (it wasn't very usefull), but I will try a new installation during the weekend and see what happens. I do know that I have the x86_64 install CD and I didn't change any of the kernel stuff (at least not intentinally). I'll let you know how it turns out. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 ------- Comment #5 from jonzanscott@gmail.com 2006-11-07 09:18 MST ------- (In reply to comment #4)
Unfortunateley I no longer have the SuSE install left (it wasn't very usefull), but I will try a new installation during the weekend and see what happens. I do know that I have the x86_64 install CD and I didn't change any of the kernel stuff (at least not intentinally).
I'll let you know how it turns out.
I'm also having a hang during boot, but I'm not getting the runaway loop modprobe message. Install went without problems, but during initial boot the system hung. AMD Athlon FX-55 DFI Lanparty UT nf4 Ultra-D motherboard 1 GB Crucial PC3200 2 Seagate SATA in Raid Mirroring (not using the motherboard RAID this time, but using Linux software RAID) MSI X1600 Pro -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 ------- Comment #6 from agruen@novell.com 2006-11-08 08:04 MST ------- Comment 5: we need more details, please: at which stage does the boot hang? Do you have a console / serial console log? http://en.opensuse.org/Bugs/Kernel may provide you with more information about how to diagnose the problem to a point where we can work on 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 trenn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zsu@novell.com ------- Comment #7 from trenn@novell.com 2006-11-09 06:45 MST ------- *** Bug 216507 has been marked as a duplicate of this 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 ------- Comment #8 from trenn@novell.com 2006-11-09 07:40 MST ------- maxcpus=1 boot param should bring the machines up? Jon: You probably have another problem. Some more information, at least the last lines of hang are needed to get an idea what happens on your machine. -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 trenn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joachim.deguara@amd.com AssignedTo|kernel- |ak@novell.com |maintainers@forge.provo.nove| |ll.com | Status|ASSIGNED |NEW ------- Comment #9 from trenn@novell.com 2006-11-09 07:46 MST ------- Andi: some x86_64 smp machines seem to hang in kernel/kmod.c in request_module() here when trying to load the module binfmt-464c: if (atomic_read(&kmod_concurrent) > max_modprobes) { /* We may be blaming an innocent here, but unlikely */ if (kmod_loop_msg++ < 5) printk(KERN_ERR "request_module: runaway loop modprobe %s\n", module_name); atomic_dec(&kmod_concurrent); return -ENOMEM; } Maybe it's just the blaming an innocent case? -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=216114 trenn@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #10 from trenn@novell.com 2006-12-01 05:52 MST ------- "request_module: runaway loop modprobe binfmt-464c" This is probably like Berhard said in comment #3. A 64 bit binary tried to be executed on a 32-bit kernel. If you can reproduce that, then pls open the bug again. Be sure you formatted the partion you installed to (I guess there still was a x86_64 system installed and you intalled a i386 system over that one or tried to install a i386 kernel by accident after installation or whatever). Jon: Can you open a separate bug for your problem (if you still see it with latest 10.2 version). Try to boot in text mode and give as the last lines you see before it hangs. Please also try whether you can boot with maxcpu=1. -- 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, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com