Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] Problema grub e kernel
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Fri Dec 17, 2004 9:55 am    Post subject: Reply with quote

HO cambiato la seguente riga:
Code:
kernel /kernel-gentoo-2.4.26-gentoo-r9 root=/dev/hda3

con
Code:
kernel /kernel-gentoo-r9 root=/dev/hda3

ma mi da lo stesso errore

Il comando mount /dev/hda1 /mnt/gentoo/boot l'ho dato mi sono dimenticato di scrivervelo.

Una cosa che ho fatto ieri sera è cancellare la directory boot all'interno della directory boot che si erano annidate all'infinito.
Mi spiego in boot c'era una cartella boot nella quale ve n'era un'altra e così via io ho cancellato la boot all'interno di /boot lasciando solo la prima.

Non è che per grub devo riemergerlo e rifare il grub setup ecc ecc??
Mik
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Dec 17, 2004 10:09 am    Post subject: Reply with quote

mikfaina wrote:
Una cosa che ho fatto ieri sera è cancellare la directory boot all'interno della directory boot che si erano annidate all'infinito.
Mi spiego in boot c'era una cartella boot nella quale ve n'era un'altra e così via io ho cancellato la boot all'interno di /boot lasciando solo la prima.


Mi fai quel ls che ti ho chiesto? E magari anche un "mount":
Code:

ls -la /boot
mount

_________________
Ciao da me!
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Fri Dec 17, 2004 10:20 am    Post subject: Reply with quote

Code:
ls -la /boot
total 1854
drwxr-xr-x    4 root root        1024  Dec 17 09:42 .
drwxr-xr-x  19 root root        4096  Dec 16 10:56 ..
-rw-r--r--      1 root root             0  Dec 15 20:43 .keep
-rw-r--r--      1 root root    598867  Dec 17 09:31 System.map-gentoo-r9
-rw-r--r--      1 root root      21807  Dec 15 09:31 config-gentoo-r9
drwxr-xr-x    2 root root        1024  Dec 16 10:51 grub
-rw-r--r--      1 root root   1246462  Dec 17 09:29 kernel-gentoo-r9
drwx------     2 root root       12288  Dec 15 16:53 lost+found
mount
/dev/hda3 on / type ext3 (rw,noatime)
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Fri Dec 17, 2004 10:47 am    Post subject: Reply with quote

mikfaina wrote:
ls -la /boot
...
mount
/dev/hda3 on / type ext3 (rw,noatime)


A giudicare da quel che vedo la tua directory /boot (su hda1) non é montata!

Ora, dato che nel grub scrivi:
Code:
root (hd0,0)

suppongo che la tua partizione di boot sia in /dev/hda1 qundi, come suggerito da fedeliallalinea un paio di post fa devi montare la boot (prima del chroot) con:

Code:
mount  /dev/hda1 /mnt/gentoo/boot


e dopo ritorna della directory /usr/src/linux e rifai la copia dei files.
Ok?
_________________
Ciao da me!
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Fri Dec 17, 2004 11:06 am    Post subject: Reply with quote

Sto impazzendoooooo!! (come voi coin me delresto)
Ho avviato e ho digitato pari pari:
Code:
loadkeys it
mount /dev/hda3 /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
chroot /mnt/gentoo /bin/bash
env-update &&source /etc/profile
mount
/dev/hda3 on / type ext3 (rw,noatime)

tutti i comandi che ho digitato non mi hanno dato errori di sorta
perchè non mi trova boot? io l'ho montata no???
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31269
Location: here

PostPosted: Fri Dec 17, 2004 11:08 am    Post subject: Reply with quote

Non ti ha dato nessun errore il mount di /boot?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Fri Dec 17, 2004 11:09 am    Post subject: Reply with quote

NO
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Fri Dec 17, 2004 11:38 am    Post subject: Reply with quote

mi preoccupa quella cartella lost+found.... non che in passato ti si è corrotto il filesystem?
in ogni caso non penso la cosa sia relativa al tuo problema attuale...
cosa ti dice grub quando lo configuri (root (hd0,0), setup (hd0))
ti dice niente?
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
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:47 am    Post subject: Reply with quote

Cazzantonio wrote:
mi preoccupa quella cartella lost+found.... non che in passato ti si è corrotto il filesystem?


Quella cartella é normale in un fs ext2/3

L'unica cosa che mi viene in mente a questo punto é entrare nella grub shell e usare l'autocompletamento per vedere cosa succede.... il problema é che non ricordo come si fa per descriverlo in modo dettagliato :-P

Se non lo fa nessun'altro prima vedo di farlo io oggi o domani ;-)
_________________
Ciao da me!
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Fri Dec 17, 2004 12:45 pm    Post subject: Reply with quote

Allora grazie al prezioso aiuto di fedeliallalinea ho risolto il mio problema così
Ho raso al suolo hda1 dove doveva risiedere il boot
e l'ho ricreata e montato (non mela vedeva lo stesso bo) poi e riemereso grub e l'ho riconfigurato mettendo in grub.conf /bzImage come immagine del kernel.
Morale della favola èpartito
UN grazie a fedeliallalinea e a tutti gli altri che mi hanno aiutato e risposto cos' prontamente.
Saluti
Mik
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 Previous  1, 2
Page 2 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