I have just got a new pc and put gentoo on it. After updating the system I tried to compile a kernel myself. After configuring and compiling the kernel, I get the following error during boot up
(The system freezes with the following message being written to the screen):
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
No error message, simply nothing !!! I have to shutdown the pc by holding the powerbutton pressed for 5 seconds (due to the lack of a reset button). My first thought was, using acpi=off as kernel parameter. This again resulted in freezing the kernel ... This time the following was written to the console:
PCI: Probing PCI hardware
Again, no error messagen, no kernel panic.
I tried using genkernel in hope, it would provide a usable kernel but again, I have the same problems... The kernel copied from the livecd works flawless though ...
I will try to copy over the livecd configuration and experiment with it but meanwhile, ... does anyone here have a suggestion?
Thanx in advance
momesana
A little bit of background-information:
kernel version: 2.6.17-gentoo-r4
emerge --info:
Code: Select all
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.15-gentoo-r5 i686)
=================================================================
System uname: 2.6.15-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.6.15
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache: [Not Present]
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="de fa"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi aim alsa apache2 apm arts audiofile avi berkdb bidi bitmap-fonts bluetooth bzip2 cdparanoia cdr cli crypt cups dbus dga dio directfb dlloader doc dri dts dvdr dvdread eds emboss encode esd fam ffmpeg firefox flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal ieee1394 imagemagick imlib ipv6 isdnlog jabber java javascript jpeg kde kdeenablefinal kdexdeltas libg++ libwww lm_sensors mad mikmod mmx motif mp3 mpeg mysql ncurses nls nptl nsplugin ogg oggvorbis opengl oss pam pcre pdf pdflib perl php png pppd python qt qt3 qt4 quicktime readline reflection scanner sdl session speex spell spl sse sse2 ssl svg tcpd theora tidy tiff truetype truetype-fonts type1-fonts udev unicode v4l vcd vhosts vorbis win32codecs xine xml xmms xorg xpm xsl xv xvid yahoo zlib elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux linguas_de linguas_fa userland_GNU video_cards_v4l video_cards_vesa video_cards_vga"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Code: Select all
genkernel --gensplash --no-bootsplash --no-devfs all


