Visualizzazione dei risultati da 1 a 8 su 8

Discussione: gentoo-panic kernel

  1. #1
    Utente bannato
    Registrato dal
    Dec 2003
    Messaggi
    448

    gentoo-panic kernel

    :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"

  2. #2
    e la boot dov l'hai messa ?

    se leggi la guida di gentoo dice che devi fare una partizione di boot

    poi bisogna vedere anche come è compilato il kernel

  3. #3
    Utente bannato
    Registrato dal
    Dec 2003
    Messaggi
    448
    Originariamente inviato da andy caps
    e la boot dov l'hai messa ?

    se leggi la guida di gentoo dice che devi fare una partizione di boot

    poi bisogna vedere anche come è compilato il kernel
    c'è si la boot....dove è che non c'è....... :master: :master:

  4. #4
    si scusa non avevo visto bene

    hai dato mount /boot prima di installare il kernel ?

    altrimenti devi dare un occhiata alla configurazione del kernel

    guarda anche cosa c'è in /boot e se corrisponde a quello che hai messo in grub

  5. #5
    Utente bannato
    Registrato dal
    Dec 2003
    Messaggi
    448
    Allora io ho seguito alla lettera la guida.....ho montato il boot....e ho usato genkernel --menuconfig all...nel menuconfig ho messo il supporto per il reiserf e quando ho messo il live cd ho messo l'opzione gentoo doscsi per le scsi....dove è che ho sbagliato???
    Il grub è giusto????
    Ho una partizione
    sda1 ntfs windows
    sda2 boot
    sda3 swap
    sda4 root

    .................ke ho fatto???

  6. #6
    dai un occhiata al kernel

    se hai i dischi scsi devi assicurarti che nel kernel ci siano i moduli inseriti
    genkernel spesso tralascia alcune sezioni sinceramente
    io l'ho usato solo una volta per provare e non mi aveva messo tutta la sezione sound ad esempio

    rientra con make menuconfig e guarda nella sezione scsi e scsi >> low level driver che ci siano i moduli per il tuo hardware

  7. #7
    Utente bannato
    Registrato dal
    Dec 2003
    Messaggi
    448
    ma devo reinstallare tutto dall'inizio??????
    devo rifare tutto il chost e tutto?????
    Oddio...

  8. #8
    basta rifare il chroot poi puoi anche reinstallare il kernel se vuoi

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.