Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problemi installazione gentoo [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Fri Dec 17, 2004 11:34 pm    Post subject: Problemi installazione gentoo [risolto] Reply with quote

ho un problema con l'installazione di gentoo.

dopo aver effettuato l'installazione, "entro" in gentoo e mi da questo errore:

>> Determining root device
>>Block device /dev/sda4 in not a valid root device
>> The root block device is unspecified or not detected
Please specify a device to booy, or "shell" for a shell
boot()::_

il device inserito è corretto, ma non capisco perché mi dice che non trova il device.

Ho provato ad installare gentoo più di 5 volte, ed il risultato era sempre lo stesso. Ho seguito l'handbook, ormai lo conosco a memoria.

Ho un disco sata e le partizioni sono:
sda1 windows ntfs
sda2 /boot reiserfs
sda3 swap
sda4 root reiserfs

ho compilato il kernel con genkernel.

ho prima installato grub
emerge grub
grub
root(hd0,1)
setup(hd0)
quit
ho creato /boot/grub/grub.conf

ma al riavvio non riuscivo a vedere nessun menu, dopo sono passato a lilo
e sono riuscito ad entrare in gentoo, ma il risultato è stato sempre quel errore.

Non so più cosa fare....aiutatemi :(


Last edited by piumeno on Sun Dec 19, 2004 10:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Dec 17, 2004 11:42 pm    Post subject: Re: Problemi installazione gentoo Reply with quote

piumeno wrote:
ma al riavvio non riuscivo a vedere nessun menu, dopo sono passato a lilo
e sono riuscito ad entrare in gentoo, ma il risultato è stato sempre quel errore.


Ma quell'errore lo da con lilo, con grub, con la conf che hai postato o altro?

Puoi postare la configurazione di lilo/grub che produce quell'errore esatto?
_________________
Ciao da me!
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Fri Dec 17, 2004 11:51 pm    Post subject: Reply with quote

con grub non mi va vedere nemmeno il menu per selezionare i sistemi, mi compare schermo nero.
Poi ho messo lilo, e con lilo riesco a selezionare gentoo ma mi da l'errore

ecco lilo.conf

boot=/dev/sda
prompt
timeout=100
default=windows

image=/boot/kernel-2.6.9-gentoo-r1
label="gentoo"
read-only
root=/dev/ram0
append="init=/linuxrc real_root=/dev/sda4"
initrd=/boot/initrd-2.6.9-gentoo-r1

other=/dev/sda1
label="windows"


Last edited by piumeno on Sat Dec 18, 2004 12:17 am; edited 1 time in total
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Dec 18, 2004 12:13 am    Post subject: Reply with quote

piumeno wrote:
con grub non mi va vedere nemmeno il menu per selezionare i sistemi, mi compare schermo nero.


Potrebbe derivare dal fatto che hai messo la /boot sotto reiser

Quote:
image=/boot/kernel-2.6.9-gentoo-r1
label="gentoo"
read-only
root=/dev/ram0
append="init=/linuxrc real_root/dev/sda4"
initrd=/boot/initrd-2.6.9-gentoo-r1


Non dovrebbe essere:
Code:
append="init=/linuxrc real_root=/dev/sda4"

:?:

EDIT: ovvero con un segno uguale tra real_root e l'indirizzo del dispositivo
_________________
Ciao da me!
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sat Dec 18, 2004 12:15 am    Post subject: Reply with quote

Non so

Io ho seguito l'handbook, ora provo con il codice che mi hai dato.

Potrebbe essere un problema di controller sata???
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sat Dec 18, 2004 12:17 am    Post subject: Reply with quote

si scusa ho sbagliato a digitare...ho inserito il segno di =, adesso sistemo il codice
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Dec 18, 2004 12:21 am    Post subject: Reply with quote

piumeno wrote:
si scusa ho sbagliato a digitare...ho inserito il segno di =, adesso sistemo il codice



Prima di arrivare all'errore riesci a vedere che messaggi dice? Se riconosce il tuo disco SATA?

Cosa contiene quell'initrd?
_________________
Ciao da me!
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sat Dec 18, 2004 12:28 am    Post subject: Reply with quote

prima di darmi l'errore fa lo scanning dei moduli, poi se non ricordo male monta e poi cerca i device e qui mi dice che non trova il device di root, onestamente non ho controllato, ho visto che mi riconosce il lettore cd masterizzatore ecc, ma non ho fatto caso se mi dice che riconosce il disco, solo che mi sembra strano visto che conil livecd lo riconosceva benissimo, e che ho compilatro il kernel con genkernel.

in che senso cosa contiene initrd???
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Dec 18, 2004 12:33 am    Post subject: Reply with quote

piumeno wrote:
e qui mi dice che non trova il device di root, onestamente non ho controllato, ho visto che mi riconosce il lettore cd masterizzatore


Ok, allora prova a far scorrere la console con shift-pgup per vedere i messaggi iniziali e controlla che ci sia un hd e che questo sia sda4 e non hde4

Quote:
in che senso cosa contiene initrd???


Nulla, volevo sapere se si trattava di un initrd personalizzato, ma mi hai detto che é quello di genkernel.
_________________
Ciao da me!
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sat Dec 18, 2004 12:38 pm    Post subject: Reply with quote

ho visto, ma non m dice nulla riguardo agli hd, quindi credo non li veda.
Anche se è strano visto che ho lo stesso kernel del livecd.

Ho ricompilato il kernel aggiungendo il supporto sata, ma adesso non mi parte, mi da un'altro strano errore
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31431
Location: here

PostPosted: Sat Dec 18, 2004 12:39 pm    Post subject: Reply with quote

piumeno wrote:
Ho ricompilato il kernel aggiungendo il supporto sata, ma adesso non mi parte, mi da un'altro strano errore

Che errore? (posta sempre gli errori che ti da se no non sappiamo come aiutarti)
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sat Dec 18, 2004 6:29 pm    Post subject: Reply with quote

Quando selezione la voce gentoo da lilo, compare subito questo:

"Loading GentooEBDA is big; Kernel setup stack overlaps LILO second stage"

Ormai ho perso le speranze :( :( :(
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Sat Dec 18, 2004 6:46 pm    Post subject: Reply with quote

piumeno wrote:
"Loading GentooEBDA is big; Kernel setup stack overlaps LILO second stage"


Se fai il boot con il liveCD, il chroot e dopo dai qualcosa tipo:
Code:
lilo -v 5

cosa dice?
_________________
Ciao da me!
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 2:57 pm    Post subject: Reply with quote

si apre una lista lunghissima, non finisce mai.

Cmq ho provato un casino di volte a compilare il kernel, ho anche preso il .config da /proc...sempre uguale non va.

Ormai ho perso le speranze, non riuscirò mai a mettere gentoo.
Meglio che metta una mandrake così non ho tutti questi problemi :( :(

Ma è possibile che queste cose succedano solo a me :( :(
Back to top
View user's profile Send private message
fridrik
n00b
n00b


Joined: 18 Dec 2004
Posts: 51

PostPosted: Sun Dec 19, 2004 5:51 pm    Post subject: Reply with quote

avevo quel problema con grub perchè nel grub.conf invece di scrivere
Code:
real_root=...
scrivevo
Code:
real_boot=...
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 7:25 pm    Post subject: Reply with quote

Ho messo grub è questa volta funziona, ma da sempre il solito errore non trova il device, adesso posto delle immagini.

purtroppo io ho scritto correttamente real_root :(
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 7:39 pm    Post subject: Reply with quote

faccio un'ultimo tentativo, spero che qualcuno mi posso aiutare.

questa volta inserisco un pò di immagini.

Allora ecco cosa mi compare quando scelgo da grub la voce gentoo:
Immagine 1
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 7:43 pm    Post subject: Reply with quote

grub.conf

Immagine 2
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Dec 19, 2004 7:43 pm    Post subject: Reply with quote

Allora... sda... hai un disco scsi? hai serial ata? che controller usi?

Dacci un po' di info. Eventualmetne con il livecd di gentoo, postaci "lspci", e magari un "ls /proc/ide/*".

Tieni presente che i driver sata posso farti vedere i dischi come scsi, ma possono anche farteli vedere come hda.

Aspettiamo con ansia altre info.
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 7:44 pm    Post subject: Reply with quote

fstab

Immagine 3
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 7:45 pm    Post subject: Reply with quote

comio wrote:
Allora... sda... hai un disco scsi? hai serial ata? che controller usi?

Dacci un po' di info. Eventualmetne con il livecd di gentoo, postaci "lspci", e magari un "ls /proc/ide/*".

Tieni presente che i driver sata posso farti vedere i dischi come scsi, ma possono anche farteli vedere come hda.

Aspettiamo con ansia altre info.


ho un disco sata, precisamente un seagate barracuda, credo che i driver del controller siano i silicon ma non sono sicuro.

Adesso faccio ls /proc/ide/* e lspci e li posto.

Poi provo a postare anche .config.
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 7:47 pm    Post subject: Reply with quote

cmq la cosa migliore vi posto l'intera configurazione

AMD athlon xp 2500-M
nf7-s
2x256 kingstone hyperx pc3500 cas2
hd seagate barracuda sata 80gb
9800pro
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Dec 19, 2004 7:48 pm    Post subject: Reply with quote

puoi provare a mettere hda al posto di sda?

Voglio vedere cosa succede. Grazie.
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 8:24 pm    Post subject: Reply with quote

adesso provo, intanto posto le immadini che sono uscite con ls proc/ide/* e lspci
Back to top
View user's profile Send private message
piumeno
Tux's lil' helper
Tux's lil' helper


Joined: 17 Dec 2004
Posts: 88

PostPosted: Sun Dec 19, 2004 8:30 pm    Post subject: Reply with quote

ls /proc/ide/*

ecco cosa è uscito fuori:

Immagine
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
Goto page 1, 2  Next
Page 1 of 2

 
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