Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] Problema: 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
da.x
n00b
n00b


Joined: 03 Jan 2007
Posts: 10

PostPosted: Wed Jan 03, 2007 3:18 pm    Post subject: [risolto] Problema: Grub Reply with quote

Ciao,

Ho installato gentoo nel mio pc con un CDlive xò mi sono scaricato il portage
e stages da internet quida di riferimento:
http://www.gentoo.org/doc/it/gentoo-x86-quickinstall.xml
Quello che ho cambiato è scritto qui sotto:
prima di installare grub ho installato il sorgente del kernel:

#emerge gentoo-sources

Poi xò ho usato lo sript genkernel x configurarlo e compilarlo:

#emerge genkernel

ho compilato:

#genkernel all

Forse mi sono dimenticato di emergere hotplung, va be!

...

Ho installato grub:

#emerge grub

ho avviato la shell

#grub

(Ho specificato dove è la partizione di boot)
grub>root (hd1,0)
(installato GRUB su MBR)
grub>setup (hd1)
grub>quit

**NOTA: ho due dischi un IDE con windows e un SATA dove ho installato linux.
Il boot dal bios era impostato sull'IDE quindi GRUB vedeva quest'ultimo come primario (hd0).
Ma poi al riavvio ho impostato il boot sul SATA e di conseguenza grub vede il SATA come
primario, e l'IDE secondario (hd1).

quindi ho impostato il root in (hd0,0)

poi ho creato il file /boot/grub/grub.conf

############################################################################
default 0
timeout 30
splashhimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo
root (hd0,0)
kernel /kernel-2.6.18-gentoo root=/dev/ram0 init=/linuxrc real_root=/dev/sda3 doscsi
initrd /initrd-2.6.18-gentoo

# x win
title=windows
root (hd1,0)
chainloader +1

############################################################################

Il problema è forse che ho scritto l'immagine sbagliata!

Grazie!


Last edited by da.x on Thu Jan 04, 2007 9:43 am; edited 1 time in total
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Wed Jan 03, 2007 3:39 pm    Post subject: Reply with quote

se la partizione è hd1 poi non puoi dirgli di cercarlo in hd0 ;-)

Coda
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: Wed Jan 03, 2007 3:40 pm    Post subject: Reply with quote

ma il problema quale è?????
non mi sembra che lo hai scritto, o quantomeno specificato.....

ciauz
Back to top
View user's profile Send private message
da.x
n00b
n00b


Joined: 03 Jan 2007
Posts: 10

PostPosted: Wed Jan 03, 2007 3:51 pm    Post subject: Reply with quote

codadilupo wrote:
se la partizione è hd1 poi non puoi dirgli di cercarlo in hd0 ;-)

Coda


Quando ho fatto il #reboot
Ho dovuto impostare il boot sul disco SATA in modo che parta grub e inevitabilmente questo disco diventa (hd0) e l'IDE diventa (hd1), praticamente si invertono.

La verifica lo fatta entrando nel prompt di grub premendo c e ho sritto
grub>root (hd0,0)
file system type is ext2fs, partition type 0x83

Che comandi devo scrivere x far partire linux da
grug>
e come devo modificare il filegrub.conf
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: Wed Jan 03, 2007 3:58 pm    Post subject: Reply with quote

Code:
Codice 8: Installare GRUB nel MBR

grub> root (hd0,0)          (Specifica dove è la partizione
/boot)
grub> setup (hd0)           (Installa GRUB nel MBR)
grub> quit                  (Esce dalla shell di GRUB)


come da guida.

ciauz
Back to top
View user's profile Send private message
da.x
n00b
n00b


Joined: 03 Jan 2007
Posts: 10

PostPosted: Wed Jan 03, 2007 4:02 pm    Post subject: Reply with quote

crisandbea wrote:
Code:
Codice 8: Installare GRUB nel MBR

grub> root (hd0,0)          (Specifica dove è la partizione
/boot)
grub> setup (hd0)           (Installa GRUB nel MBR)
grub> quit                  (Esce dalla shell di GRUB)


come da guida.

ciauz


Grub è già stato installato nel MBR!

Come posso finire la mia installazione se grub non mi carica gentoo!
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: Wed Jan 03, 2007 4:04 pm    Post subject: Reply with quote

che errore ti dà?????
se non ci descrivi per bene il problema, non possiamo aiutarti,

ciauz
Back to top
View user's profile Send private message
da.x
n00b
n00b


Joined: 03 Jan 2007
Posts: 10

PostPosted: Wed Jan 03, 2007 4:16 pm    Post subject: Reply with quote

Scusate!! :(

Questo è il messaggio di errore
##########################################################################
root (hd0,0)
file system type is ext2fs, partition type 0x83

kernel /kernel-2.6.18-gentoo root=/dev/ram0 init=/linuxrc real_root=/dev/sda3 doscsi

error 15 file non tovato
###########################################################################

Evidentemente non ho scritto l'immagine giusta, ma come faccio a continuare l'intallazione se non riesco a far ripartire il sistema?
e che immagine devo scrivere?
Back to top
View user's profile Send private message
noice
Guru
Guru


Joined: 05 Dec 2005
Posts: 473
Location: italia, Ischia

PostPosted: Wed Jan 03, 2007 4:25 pm    Post subject: Reply with quote

forse ti puo' servire:
https://forums.gentoo.org/viewtopic-t-122656-highlight-grub.html
_________________
Noice

when you post remove comments
Code:
grep -vh '^[[:space:]]*\(#\|$\)' "$@"
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: Wed Jan 03, 2007 4:26 pm    Post subject: Reply with quote

cos'è
Code:
root (hd0,0)
, la tua /boot la tua /?
-controlla che la partizione indicata come root contenga la tua /boot
-controlla inoltre se la tua /boot contiene l'immagine del kernel che intendi avviare

per riprendere l'installazione puoi benissimo riavviare da livecd ed eseguire il chroot sulla tua installazione

edit:rimosso quote
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
da.x
n00b
n00b


Joined: 03 Jan 2007
Posts: 10

PostPosted: Wed Jan 03, 2007 5:00 pm    Post subject: Reply with quote

da.x wrote:
codadilupo wrote:
se la partizione è hd1 poi non puoi dirgli di cercarlo in hd0 ;-)

Coda


Quando ho fatto il #reboot
Ho dovuto impostare il boot sul disco SATA in modo che parta grub e inevitabilmente questo disco diventa (hd0) e l'IDE diventa (hd1), praticamente si invertono.

La verifica lo fatta entrando nel prompt di grub premendo c e ho sritto
grub>root (hd0,0)
file system type is ext2fs, partition type 0x83

Che comandi devo scrivere x far partire linux da
grug>
e come devo modificare il filegrub.conf


Ho scritto un errore:

Sul promp di grub è
grub>root (hd0,2)
(imposta l'idea del GRUB della partizione corrente)
poi non sono riuscito con il secondo comando ad avviare il kernel perchè scrivo un'immagine sbagliata
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Wed Jan 03, 2007 5:20 pm    Post subject: Reply with quote

con grub all'avvio puoi avere una console interattiva. premendo tab hai anche una cosa simile al bash completition che ti dice i comandi che puoi dare ed i file presenti all'interno della partizione. utilizzando la sintassi che utilizzi nel file grub.conf puoi far partire il sistema riscivendoti a manina i parametri che ti servono.
Back to top
View user's profile Send private message
da.x
n00b
n00b


Joined: 03 Jan 2007
Posts: 10

PostPosted: Wed Jan 03, 2007 7:38 pm    Post subject: Reply with quote

Grazie

ho risolto il problema modificando il file grub.conf in questo modo:
##########################################################################
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.6.17-r5
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.18-gentoo-r6 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3 doscsi
initrd /boot/initramfs-genkernel-x86-2.6.18-gentoo-r6

##########################################################################

Continuando con l'installazione non ho più la rete e sopratutto ho la confiurazione dei tasti (della tastiera) in americano!

Come posso risolvere questo problema?
Back to top
View user's profile Send private message
noice
Guru
Guru


Joined: 05 Dec 2005
Posts: 473
Location: italia, Ischia

PostPosted: Wed Jan 03, 2007 7:46 pm    Post subject: Reply with quote

per la tastiera
Code:
loadkeys it

e poi in /etc/conf.d/keymaps setta KEYMAP="it"

edit: per la configurazione della rete guarda la guida ufficiale
_________________
Noice

when you post remove comments
Code:
grep -vh '^[[:space:]]*\(#\|$\)' "$@"
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Thu Jan 04, 2007 8:08 am    Post subject: Reply with quote

se hai risolto metti il tag risolto al titolo del topic, e apri nuovi topic per altri problemi.

Coda
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