Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema riferimento ad initrd in grub [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
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 6:45 pm    Post subject: Problema riferimento ad initrd in grub [Risolto] Reply with quote

Aggiornando il kernel e configurandolo manualmente come dalla guida sulla documentazione di gentoo non trovo in /boot (già montata) il riferimento a initrd per il nuovo kernel.
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558


Last edited by Ghostraider on Sun Jan 30, 2005 9:19 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Sun Jan 30, 2005 6:48 pm    Post subject: Reply with quote

Scusa ma puoi spiegarti meglio io non ho capito (possibilissimo che e' un mio problema). Inoltre posta qualche errore se l'hai

EDIT: il problema e' mio ora ho capito. Se compili manualmente non viene creato l'initrd e non ti serve.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 6:53 pm    Post subject: Reply with quote

Ottimo. Però pensavo fosse quello l'errore...all'avvio segliendo il kernel nuovo ho un bel
Code:
Error 15 : file not found


Ho riletto la guida dell'aggiornamento del kernel e il manuale due volte e non mi sembra di aver tralasciato niente :cry:
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Sun Jan 30, 2005 6:56 pm    Post subject: Reply with quote

Posta il tuo grub.conf e un df -h
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
lopio
Veteran
Veteran


Joined: 22 Dec 2003
Posts: 1161
Location: savona, Italy

PostPosted: Sun Jan 30, 2005 6:58 pm    Post subject: Reply with quote

se non usci splash screen initrd non ti serve + pero'....
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 6:59 pm    Post subject: Reply with quote

Ehm...un momentino che il pc con gentoo non è connesso ad Internet purtroppo... :roll:

[edit]
Scusa ma sono segregato al dual boot...il nuovo kernel mi serve x il wireless...così finalmente riattivo la mia bella gentoo :D

dunque il mio grub.conf
Code:

default 0
timeout 30
splashimage=/boot/grub/splash.xpm.gz

title=Gentoo Linux 2.6.9-r1
root (hd0,1)
kernel /kernel-2.6.9-gentoo-r1 root=/dev/ram0 real_root=/dev/hda4 init=/linuxrc vga=0x317 splash=verbose
initrd /initrd-2.6.9-gentoo-r1

title=Gentoo Linux 2.6.10-r6
root (hd0,1)
kernel /kernel-2.6.10-gentoo-r6 root=/dev/ram0 real_root=/dev/hda4 init=/linuxrc vga=0x317 splash=verbose
initrd /initrd-2.6.10-gentoo-r6


il # df -h
Code:

/dev/hda4  13G  13G  164M  99%  /
none  244M  0  244M  0%  /dev/shm
/dev/hda2  7,7G  12M  7,4G  1%  /boot


Urka...come cavolo è possibile.../boot di 7,7G ?? 8O 8O
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 7:17 pm    Post subject: Reply with quote

Aspetta se non è necessario initrd nella configurazione manuale lo tolgo dal grub.conf per il nuovo kernel...magari funziona così...

[edit]

niente da fare...stesso errore...
Code:
Error 15 : File not found

_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558


Last edited by Ghostraider on Sun Jan 30, 2005 7:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Sun Jan 30, 2005 7:19 pm    Post subject: Reply with quote

Si deve diventare
Code:
title=Gentoo Linux 2.6.10-r6
root (hd0,1)
kernel /kernel-2.6.10-gentoo-r6 root=/dev//hda4

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 7:23 pm    Post subject: Reply with quote

Ah... quindi tolgo tutta la riga anche
Code:
root=/dev/ram0 real_root=/dev/hda4 init=/linuxrc


e scrivo

Code:
kernel /kernel-2.6.10-gentoo-r6 root=/dev//hda4


con la doppia barra ?
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
lan
Apprentice
Apprentice


Joined: 06 Mar 2004
Posts: 215
Location: Verona, Italy (Romeo & juliet`s City)

PostPosted: Sun Jan 30, 2005 7:26 pm    Post subject: Reply with quote

usi genkenrnel?
_________________
--
http://www.giuseppe-marocchio.com
skype: l4nz0r /voice
USH team www.ush.it
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 7:28 pm    Post subject: Reply with quote

lan wrote:
usi genkenrnel?


Eh no...ho fatto la configurazione manuale del kernel....
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31461
Location: here

PostPosted: Sun Jan 30, 2005 7:28 pm    Post subject: Reply with quote

Ghostraider wrote:
con la doppia barra ?

No quello e' un errore di scrittura solo un / . Comunque l'hai configurato tu il kernel? Come hai fatto?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
lan
Apprentice
Apprentice


Joined: 06 Mar 2004
Posts: 215
Location: Verona, Italy (Romeo & juliet`s City)

PostPosted: Sun Jan 30, 2005 7:54 pm    Post subject: Reply with quote

allora tutta quella obrobriosa cacca puzzolente che passi al kernel dal boot loader non dovrebbe servire...
_________________
--
http://www.giuseppe-marocchio.com
skype: l4nz0r /voice
USH team www.ush.it
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 7:58 pm    Post subject: Reply with quote

Per aggiornare il kernel ho seguito questa guida:

http://www.gentoo.org/doc/en/kernel-upgrade.xml
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 8:06 pm    Post subject: Reply with quote

lan wrote:
allora tutta quella obrobriosa cacca puzzolente che passi al kernel dal boot loader non dovrebbe servire...


Quindi compilando manualmente lascio solo il riferimento a root ed eventualmente quello per il framebuffer ?

@fedeliallalinea: se è meglio vedo per un altro post sul discorso del kernel, perchè initrd a parte mi sa che ho qualche problema con il kernel a questo punto.
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
Back to top
View user's profile Send private message
Ghostraider
Guru
Guru


Joined: 01 Sep 2004
Posts: 582

PostPosted: Sun Jan 30, 2005 9:24 pm    Post subject: Reply with quote

Ok risolto...in effetti c'era scritto bene sul manuale che bastava mettere root=/dev/hda3...purtroppo mi ostinavo a guardare la parte del grub.conf per genkernel...

Per l'errore all'avvio di grub,l' error 15 : file not found, era perchè ho sbagliato i link al nuovo kernel (mi sono incasinato con i nomi) :roll:

Grazie ciao.
_________________
"Questo business è binario: o sei 1 o sei 0. O sei vivo o sei morto. Non esistono secondi classificati." Gary Winston - SYNAPSE"

Be an IT superhero. Go home early.

Registered Linux user # 381558
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