Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42106 - 2.6.3 compiles fine but hangs on boot
Summary: 2.6.3 compiles fine but hangs on boot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: John Mylchreest (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-18 19:46 UTC by Vermyndax
Modified: 2004-02-20 04:38 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vermyndax 2004-02-18 19:46:40 UTC
I emerged gentoo-dev-sources-2.6.3 tonight.  I copied my .config over to it and ran make menuconfig, saved the config back, then compiled with:

make clean bzImage modules modules_install

After it was done, copied it over to /boot, fixed up grub, then rebooted.

The system hung on reboot after my detecting my parallel port.  The screen freezes but the keyboard still responds to numlock.  System does not boot any further.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
 

Expected Results:  
I was hoping 2.6.3 would boot ;) 

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.1-gentoo-r1) 
================================================================= 
System uname: 2.6.1-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.26GHz 
Gentoo Base System version 1.4.3.13 
Autoconf: sys-devel/autoconf-2.59 
Automake: sys-devel/automake-1.7.8 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo ftp://gentoo.noved.org/ http://adelie.polymtl.ca/ 
ftp://cudlug.cudenver.edu/pub/mirrors/distributions/gentoo/" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X aalib alsa apm arts avi berkdb bonobo cdr crypt cups dvd encode esd fbcon foomaticdb 
gdbm gif gimpprint glade gpm gtk gtk2 gtkhtml guile imlib java jpeg kde ldap libg++ libwww mad 
mikmod mmx motif mpeg mysql ncurses nls nvidia offensive oggvorbis opengl oss pam pdflib perl png 
python qt qtmt quicktime readline samba scanner sdl slang spell sse ssl svga tcltk tcpd tiff truetype 
x86 xine xml2 xmms xv zlib"
Comment 1 Vermyndax 2004-02-18 20:14:35 UTC
I see this in my /var/log/messages on the boot for the failing kernel:

Feb 18 22:06:10 asteria-linux request_module: failed /sbin/modprobe -- parport_lowlevel. error = -16
Comment 2 giggles1 2004-02-18 21:19:18 UTC
My newly built 2.6.3 also hangs on boot, around IDE detection.  I am using the latest bootsplash (-r8) if it matters.
Comment 3 Jens Mayer 2004-02-18 21:54:09 UTC
I made a few investigations to see what the problem might be. "gentoo-dev-sources-2.6.3" freezed on my box, while "gentoo-dev-sources-2.6.3-rc2" worked flawless, using the very same .config. I'm using "bootsplash", which was the reason for me to emerge the gentoo-dev-sources in favour of the vanilla ones.

The problem occurs also around IDE detection:

 hda: TOSHIBA MK3018GAS, ATA DISK drive
 Using anticipatory io scheduler
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
 hdc: SONY CD-RW/DVD-ROM CRX810E, ATAPI CD/DVD-ROM drive
 ide at 0x170-0x177, 0x376 on IRQ 15
 hda: max request size:128 KiB
... FREEZE

Output is normally followed by:
 ide1 at 0x170-0x177,0x376 on irq 15
 hda: max request size: 128KiB
 hda: 58605120 sectors (30005 MB), CHS=58140/16/63, UDMA(100)
  /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 p7 >
 hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 8192kB Cache, UDMA(16)
 Uniform CD-ROM driver Revision: 3.20
 Console: switching to colour frame buffer device 153x54
[...]

I then emerged a vanilla 2.6.3 kernel without any patches, which booted up fine. After that, I patched the vanilla 2.6.3 kernel with bootsplash-3.1.3-2.6.0-test9.diff, removing the rejects, booting up again, and see: It freezes at the same line the gentoo-dev-sources-2.6.3 do.

So I guess there must be a problem with bootsplash and 2.6.3 in general. Any more observations on this?
Comment 4 giggles1 2004-02-18 22:13:54 UTC
I just tried with 2.6.3-ck1 and bootsplash patch applied "by hand" and it works fine.  Only dev-sources failed for me.
Comment 5 Jens Mayer 2004-02-18 22:31:44 UTC
Just tried vanilla sources ("development-sources-2.6.3), manually patched with "bootsplash-3.1.3-2.6.3-r2.patch" from http://dev.gentoo.org/~spock/stuff/. 

This combination works without a problem here.
Comment 6 Matteo Settenvini 2004-02-19 09:48:41 UTC
Happens also to me, on a IBM thinkpad G40. 
I made no changes to my kernel setup since rc2...

It hangs after IDE detection also for me.
Comment 7 John Mylchreest (RETIRED) gentoo-dev 2004-02-20 00:53:29 UTC
gentoo-dev-sources-2.6.3-r1 was released o resolve this problem.
appologies for the rushed release (triggered by security update/imminant releases)
Comment 8 Vermyndax 2004-02-20 04:38:39 UTC
Confirmed - 2.6.3-r1 fixed the problem for me.  However, the 2.6.3 kernel's emu10k1 ALSA driver cracks and pops when I play a sound in KDE.  :(  Oh well, thanks for fixing the boot problem!