Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GRUB & RAID1 [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
greatgonzo
n00b
n00b


Joined: 10 Dec 2004
Posts: 6

PostPosted: Thu Jan 06, 2005 6:55 pm    Post subject: GRUB & RAID1 [risolto] Reply with quote

Ciao, voglio installare grub su un sistema che uilizza RAID1, come faccio? Devo installarlo nel MBR di entrambi i dischi? Se si, questi comandi vanno bene?

grub> root (hd0,0)
grub> setup (hd0)
grub> root (hd1,0)
grub> setup (hd1)
grub> quit


Poi, quando configuro il file grub.conf, cosa ci scrivo per fargli capire che ho due kernel su due dischi differenti? Questi comandi vanno bene?

deafult 0
timeout 30

title=Linux
root (hd0,0)
kernel /kernel-2.6.x-gentoo root=/dev/hda3
root (hd1,0)
kernel /kernel-2.6.x-gentoo root=/dev/hdb3

title=Windows
rootnoverify (hd0,4)

io penso che il precedente file di configurazione non vada bene. Penso che grub riconosca solo la prima parte ovvero root (hd0,0) e ignori invece la seconda parte root (hd1,0)

quasi mi dimenticavo, lo schema delle aprtizioni è il seguente:

/dev/hda1 /dev/hdb1 boot /dev/md0
/dev/hda2 /dev/hdb2 swap /dev/md1
/dev/hda3 /dev/hdb3 root /dev/md2


Last edited by greatgonzo on Wed Jan 12, 2005 2:47 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: Thu Jan 06, 2005 7:31 pm    Post subject: Re: GRUB & RAID1 Reply with quote

greatgonzo wrote:
Ciao, voglio installare grub su un sistema che uilizza RAID1, come faccio? Devo installarlo nel MBR di entrambi i dischi? Se si, questi comandi vanno bene?


Hai giá fatto una ricerca?
Sei sicuro che leggendo questi thread non c'é una risposta alle tue domande?

https://forums.gentoo.org/viewtopic.php?t=270506
https://forums.gentoo.org/viewtopic.php?t=232356
https://forums.gentoo.org/viewtopic.php?t=213882
https://forums.gentoo.org/viewtopic.php?t=204331
https://forums.gentoo.org/viewtopic.php?t=207404

...naturalmente quei thread sono solo una piccola parte di quelli che ottieni facendo una ricerca!
_________________
Ciao da me!
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Fri Jan 07, 2005 2:28 am    Post subject: Reply with quote

prova a cercare le slides di FonderiaDigitale preparate epr il webbit di PD... le troi sul sito del webbit
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
n3mo
l33t
l33t


Joined: 28 Mar 2004
Posts: 657
Location: In a Cruel World

PostPosted: Fri Jan 07, 2005 7:14 am    Post subject: Reply with quote

In realtà hai lo stesso kernel su entrambi i dischi, quindi il tuo grub.conf dovrebbe assomigliare a questo:

Code:

default 0
fallback 1
timeout 10

title=Linux
root (hd0,0)
kernel /kernel-2.6.x-gentoo root=/dev/mdx

title=Linux
root (hd1,0)
kernel /kernel-2.6.x-gentoo root=/dev/mdx


Il setup di grub va bene come hai fatto, il file di configurazione che trovi sopra ha l'opzione di fallback, cioè se la prima entry fallisce parte con la seconda.....altrimenti che le abbiamo fatte a fare due partizioni......e passa la root= con il device mdx perchè suppongo che se hai messo in raid1 la /boot sia in raid 1 tutto il sistema.... :wink:
_________________
Google, really.
Back to top
View user's profile Send private message
greatgonzo
n00b
n00b


Joined: 10 Dec 2004
Posts: 6

PostPosted: Fri Jan 07, 2005 3:03 pm    Post subject: Reply with quote

Quote:

Il setup di grub va bene come hai fatto, il file di configurazione che trovi sopra ha l'opzione di fallback, cioè se la prima entry fallisce parte con la seconda.....altrimenti che le abbiamo fatte a fare due partizioni......e passa la root= con il device mdx perchè suppongo che se hai messo in raid1 la /boot sia in raid 1 tutto il sistema....


Sei un grande hai centrato il problema!!! Grazie mille!!!


Per tutti gli altri ho letto i post che mi avete suggerito...ma di opzione fallback non se ne parla.
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Fri Jan 07, 2005 4:15 pm    Post subject: Reply with quote

http://www.webb.it/filemanager/download/1743/ slide 26
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
greatgonzo
n00b
n00b


Joined: 10 Dec 2004
Posts: 6

PostPosted: Fri Jan 07, 2005 10:47 pm    Post subject: Reply with quote

.:deadhead:. wrote:
http://www.webb.it/filemanager/download/1743/ slide 26


azz...hai ragione mi sono fermato a leggere solo i post del moderator; webb.it non l'ho nemmeno guardato
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