Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema con grub
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
The_echelon
n00b
n00b


Joined: 02 Nov 2007
Posts: 14

PostPosted: Sat Jan 12, 2008 3:36 pm    Post subject: Problema con grub Reply with quote

Salve a tutti, volevo installare gentoo 2007.0 sul mio AMD64:
Mi sono scaricato la documentazione per l'installazione e l'ho seguita passo per passo.
Solo che al momento di scegliere quale sistema operativo fare partire non mi fà aprire Gentoo, mi dà questo errore:
Code:

Error 15: file not found

Ho provato a modificare il file menu.lst ma non riesco a farlo partire, mentre XP mi parte normalmente.
Vi posto il mio fdisk:
Code:

Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        5222    41945683+   7  HPFS/NTFS
/dev/sda2            5223        5227       40162+  83  Linux
/dev/sda3            5228        5352     1004062+  82  Linux swap / Solaris
/dev/sda4            5353       30401   201206092+  83  Linux

sda1= xp sda2=boot sda3=swap sda4=gentoo
e il mio menu.lst:
Code:
 
default 0

timeout 10

splashimage=(hd0,1)/boot/grub/splash.xpm.gz # The boot menu graphic

title=Gentoo
root (hd0,1)
kernel /kernel-genkernel-x86_64-2.6.23.gentoo-r3 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=dev/sda4 udev
initrd /initramfs-genkernel-x86_64-2.6.23.gentoo-r3

#dual boot
title=Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1

Come detto prima ho seguito la guida che ho trovato nel sito e xp parte tranquillamente.
Sapete dirmi dov'è il problema???
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sat Jan 12, 2008 4:07 pm    Post subject: Reply with quote

ciao dai uno sguardo qui

ciauz
Back to top
View user's profile Send private message
xveilsidex
Guru
Guru


Joined: 27 Dec 2005
Posts: 370
Location: Bari

PostPosted: Sat Jan 12, 2008 4:26 pm    Post subject: Reply with quote

Oltre al link ke ti ha suggerito @crisandbea dovresti rendere la partizione di boot bootable cioè quando hai utilizzato fdisk per partizionare l'hard disc avresti dovuto premere " a " e dopo " 2 " per rendere la partizione di boot avviabile e ti sarebbe dovuto comparire un asterisco vicino alla partizione /dev/sda2 al posto dell'asterisco vicino a /dev/sda1

ridai un okkiata qui http://www.gentoo.org/doc/it/handbook/handbook-x86.xml?part=1&chap=4#doc_chap3
Back to top
View user's profile Send private message
Scen
Retired Dev
Retired Dev


Joined: 29 Jul 2003
Posts: 2470
Location: Padova, Italy

PostPosted: Sat Jan 12, 2008 4:36 pm    Post subject: Re: Problema con grub Reply with quote

The_echelon wrote:
Solo che al momento di scegliere quale sistema operativo fare partire non mi fà aprire Gentoo, mi dà questo errore:
Code:

Error 15: file not found

Sapete dirmi dov'è il problema???

Hai sbagliato a scrivere il nome e/o il percorso dell'immagine del kernel nel file di configurazione di grub (basta cannare anche un singolo carattere e sei a piedi :? ).

Controlla nuovamente di aver scritto giusto, e verifica che l'immagine sia correttamente copiata nella directory /boot (e che la partizione dedicata sia effettivamente montata su tale directory)

@crisandbea: meglio linkare la traduzione italiana :twisted: :twisted: :twisted: :roll: :roll: :roll: :wink: 8)
_________________
I was born in a deep forest/I wish I could live here all my life/I am made from stones and roots/My home, these woods and roads
All my life I loved this sound/Of the woods all around/Eagles flies where the winds blows free
Journey is my destiny
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sat Jan 12, 2008 4:50 pm    Post subject: Reply with quote

@Scen
hai ragione, ma era quella che ho trovato al volo....

ciauz
Back to top
View user's profile Send private message
The_echelon
n00b
n00b


Joined: 02 Nov 2007
Posts: 14

PostPosted: Sat Jan 12, 2008 10:39 pm    Post subject: Reply with quote

Allora....con il grub non sono stato capace di sistemarlo...
Quindi ho provato con lilo.
Gentoo parte......solamente che mi dà un errore...
Code:

!! Block device /dev/sda3 is not a valid root device ..
!! The root block device is unspecified or not detected
Please specify a device to boot, or "shell" for a shell ...
boot()::

Mi pare proprio il caso di dire "sistemo una cosa e ne sconso un altra" :roll:
Cosa devo fare??
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Sat Jan 12, 2008 10:44 pm    Post subject: Reply with quote

The_echelon wrote:
Allora....con il grub non sono stato capace di sistemarlo...
Quindi ho provato con lilo.
Gentoo parte......solamente che mi dà un errore...
Code:

!! Block device /dev/sda3 is not a valid root device ..
!! The root block device is unspecified or not detected
Please specify a device to boot, or "shell" for a shell ...
boot()::

Mi pare proprio il caso di dire "sistemo una cosa e ne sconso un altra" :roll:
Cosa devo fare??


ciò che devi fare è scritto nell'errore che ti dà, ovvero inserire in lilo la reale partizione di root.

ciauz
Back to top
View user's profile Send private message
The_echelon
n00b
n00b


Joined: 02 Nov 2007
Posts: 14

PostPosted: Sat Jan 12, 2008 10:49 pm    Post subject: Reply with quote

Considerando che ho cambiato la tabella delle partizioni ed è ora cosi composta:
Code:

Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        5222    41945683+   7  HPFS/NTFS
/dev/sda2            5223        5347     1004062+  82  Linux swap / Solaris
/dev/sda3   *        5348       30401   201246255   83  Linux

La partizione reale di root è sda3?
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