:master: Ho appena finito di mettere gentoo stage3 (non avevo tempo) e appena ho smontatotutto e ho riavviato....
PANIC KERNEL...perchè???
Questo è il file di confiurazione grub
codice:
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
title=gentoo
root (hd0,1)
kernel /kernel-2.6.11-gentoo-r3 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.11-gentoo-r3
title=windows XP
rootnoverify (hd0,0)
chainloader +1
se serve posto anche fstab
codice:
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda2 /boot reiserfs defaults,noatime,notail 1 2
/dev/sda4 / reiserfs noatime 0 1
/dev/sda3 none swap sw 0 0
/dev/hdc /mnt/cdrom auto noauto,user 0 0
/dev/hdd /mnt/cdrom1 auto noauto,user 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
e il make
codice:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -pipe -mtune=athlon64"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="-gtk -gnome qt kde dvd alsa cdr divx4linux dvdr dvdread encode ftp jpeg mp3 mpeg msn scanner"