Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problemi al boot [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Sun Apr 09, 2006 5:51 pm    Post subject: problemi al boot [risolto] Reply with quote

ho installato gentoo per la prima volta e mi capita questo:
1°al boot mi chiede dove caricare, se non ricondo male, root ed io devo dare il parametro /dev/hdb6 (è normale?)
2° mi trova due errori nel filesystem che fsck non riesce a correggere e mi chiede di farlo manualmente o ctrl+d per proseguire. io faccio ctrl+d e continua il caricamanto fino al login (possibili soluzioni?)
grub utilizzato è quello di un? altra distro installata:
title gentoo (on /dev/hdb6)
root (hd1,5)
kernel /boot/kernel-genkernel-x86-2.6.15-gentoo-r1 root=/dev/ram0
init=/linuxrc ramdisk=8192 real_root=/dev/hdb6 udev
initrd /boot/initramfs-genkernel-x86-2.6.15-gentoo-r1
ROOT E BOOT RISIEDONO ENTRAMBE IN /DEV/HDB6


Last edited by drroby on Mon Apr 10, 2006 12:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4795
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Sun Apr 09, 2006 5:54 pm    Post subject: Reply with quote

controlla il file /etc/fstab .
Hai dichiarato la partizione di root correttamente?
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Sun Apr 09, 2006 5:54 pm    Post subject: Reply with quote

Quote:
2° mi trova due errori nel filesystem che fsck non riesce a correggere e mi chiede di farlo manualmente o ctrl+d per proseguire. io faccio ctrl+d e continua il caricamanto fino al login (possibili soluzioni?)


Metti il livecd e fai un check del filesystem a mano.
_________________
Running Fast!
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Sun Apr 09, 2006 6:09 pm    Post subject: Reply with quote

Luca89 wrote:
Metti il livecd e fai un check del filesystem a mano.

O da quell'altra distro che hai...

Code:
fsck.xxx /dev/hdb6


dove xxx e' il tuo filesystem, per esempio fsck.ext3
Back to top
View user's profile Send private message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Sun Apr 09, 2006 8:47 pm    Post subject: Reply with quote

già fatto dall'altra distro il fsck ma al riavvio non cambia nulla.
/dev/hdb6 /boot ext2 noauto,noatime 1 2
/dev/hdb6 / ext3 noatime 0 1
/dev/hda3 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
questo è il mio fstab. ora però non capisco come mai boot ha filesystem ext2 e / est3, che sono sulla stessa partizione ext3
Back to top
View user's profile Send private message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Sun Apr 09, 2006 8:53 pm    Post subject: Reply with quote

drroby wrote:
già fatto dall'altra distro il fsck ma al riavvio non cambia nulla.
/dev/hdb6 /boot ext2 noauto,noatime 1 2
/dev/hdb6 / ext3 noatime 0 1
/dev/hda3 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
questo è il mio fstab. ora però non capisco come mai boot ha filesystem ext2 e / est3, che sono sulla stessa partizione ext3

dopo aver corretto il filesystem di boot in ext3 e proviato a riavviare non è cambiato nulla.
Back to top
View user's profile Send private message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Sun Apr 09, 2006 8:55 pm    Post subject: Reply with quote

fsck.ext3 -f /dev/hdb6
e2fsck 1.38 (30-Jun-2005)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/hdb6: 384738/981120 files (0.9% non-contiguous), 715340/1959922 blocks

questo è l'output restituitomi dopo aver fatto il fsck da un'altra distro installata
Back to top
View user's profile Send private message
.:chrome:.
Advocate
Advocate


Joined: 19 Feb 2005
Posts: 4588
Location: Brescia, Italy

PostPosted: Sun Apr 09, 2006 9:09 pm    Post subject: Re: newbie gentoo Reply with quote

non continuare ad aprire nuovi post, ma edita l'ultimo, altrimenti i thread diventano chilometrici

il tuo grub.conf è così come l'hai postato? con init=... su un'altra riga?
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Sun Apr 09, 2006 9:14 pm    Post subject: Re: newbie gentoo Reply with quote

k.gothmog wrote:
non continuare ad aprire nuovi post, ma edita l'ultimo, altrimenti i thread diventano chilometrici

per favore usa il BBCode per comporre i tuoi messagi e renderli piu' legggibili
(es: il tag code)
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Sun Apr 09, 2006 9:20 pm    Post subject: Reply with quote

Code:
/dev/hdb6 /boot ext2 noauto,noatime 1 2
/dev/hdb6 / ext3 noatime 0 1


Questo mi pare sospetto. In pratica stai montando la stessa partizione in due posti diversi, uno dentro l'altro, il che non e' piacevole. Lascia solo
Code:
/dev/hdb6 / ext3 noatime 0 1
che ti da gia' /boot al posto giusto

non credo questo sia l'unico problema (anche perche' e' noauto) ma inizia da li' :)
Back to top
View user's profile Send private message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Sun Apr 09, 2006 9:42 pm    Post subject: Reply with quote

scusate il casino che ho fatto... nel postare ed oltre...
starò più attento
Back to top
View user's profile Send private message
knefas
l33t
l33t


Joined: 21 Dec 2003
Posts: 828

PostPosted: Sun Apr 09, 2006 9:45 pm    Post subject: Reply with quote

drooby, non ti preoccupare! Siamo piu' che contenti di dare una mano. :-)
Hai risolto? (Se si, come, se no... e' cambiato qualcosa?)
Back to top
View user's profile Send private message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Mon Apr 10, 2006 5:58 am    Post subject: Reply with quote

ho commentato in fstab la riga relativa al boot, ho riavviato ma non è combiato nulla, sig...
inoltre, dopo aver fatto il fsck.ext3 da un'altra distro, come ho riportato, riavviando mi da sempre lo stesso messaggio di errore, che non riesce a correggere l'errore e bisogna farlo manualmente: ctrl+d e riprende a caricare????
Back to top
View user's profile Send private message
cloc3
Advocate
Advocate


Joined: 13 Jan 2004
Posts: 4795
Location: http://www.gentoo-users.org/user/cloc3/

PostPosted: Mon Apr 10, 2006 6:07 am    Post subject: Reply with quote

drroby wrote:
ho commentato in fstab la riga relativa al boot, ho riavviato ma non è combiato nulla, sig...

Puoi toglierci il dubbio che ti ha segnalato k.gothmog, postando il tuo grub.conf con un taglia incolla?
_________________
vu vu vu
gentù
mi piaci tu
Back to top
View user's profile Send private message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Mon Apr 10, 2006 6:15 am    Post subject: Reply with quote

risolto, come avevate detto prima ho visto che la stringa in grub relativa ad init=/linux ecc ecc era su di un'altra riga, invece bisognava metterla sulla stessa riga relativa al kernel: sono proprio stato uno scemo a non provare subito. io avevo copiato le impostazioni dalla riga gentoo e questa riga sembra sotto invece perche' e' finita la pagina.
finalmente si avvia senza errori, compreso quello del filesystem.
grazie di tutto, tanto ci sentiamo presto con un altro casino
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Mon Apr 10, 2006 7:32 am    Post subject: Reply with quote

drroby wrote:
grazie di tutto, tanto ci sentiamo presto con un altro casino


Due cose:
Il titolo del thread sarebbe bene che fosse un poco più significativo ("Problemi con il boot", "non capisco grub" e simili). Questo facilita chi si collega e potrebbe aiutarti (ma potrebbe cosniderare poco interessante un thread dal titolo "newbie gentoo") e chi, in futuro, farà ricerche per trovare soluzione a un suo problema.

Quando il problema per cui hai aperto il thread é da considerarsi risolto é buona norma editare il subject del thread e aggiungere il tag "[risolto]". Questo per facilitare chi, in futuro, farà una ricerca con un problema simile al tuo e saprà, in anticipo, quali thread trattano di problematiche risolte.

Per il resto, benvenuto :-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
drroby
n00b
n00b


Joined: 09 Apr 2006
Posts: 23

PostPosted: Mon Apr 10, 2006 12:09 pm    Post subject: Reply with quote

ok, cerchero' di essere piu' ordinato.

con il titolo newbye volevo solo far capire che avrei probabilmente postato dlle domandi magari banali,evitando di fare figuracce.
ciao
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum