Dimensione: 4820
Commento: CategoryNuoviDocumenti CategoryInTraduzione
|
Dimensione: 2866
Commento: Revisione completata
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 8: | Linea 8: |
= Installazione e aggiornamento = [[Anchor(installazione_9.10)]] == Ubuntu 9.10 «Karmic Koala» == |
= Introduzione = In questa guida verranno mostrati semplici passi per aggiornare ed installare '''Grub 2'''. |
Linea 12: | Linea 11: |
'''Grub 2''' è installato di predefinito su '''Ubuntu 9.10'''. Se si ha aggiornato il proprio sistema dalla versione '''Ubuntu 9.04''' è necessario seguire le istruzioni del [#installazione_9.04 capitolo successivo]. | = Ubuntu 9.10 «Karmic Koala» e successive = |
Linea 14: | Linea 13: |
##GRUB 2 will be installed by default on '''NEW''' installations of Karmic. If you have upgraded from '''Jaunty 9.04''' to '''Karmic 9.10''' you can follow the install instructions for Jaunty 9.04 below. | '''Grub 2''' è installato di predefinito su '''Ubuntu 9.10''' e successive. |
Linea 16: | Linea 15: |
[[Anchor(installazione_9.04)]] == Ubuntu 9.04 «Jaunty Jackalope» == |
Se si ha aggiornato il proprio sistema dalla versione '''Ubuntu 9.04''' è necessario seguire le istruzioni del capitolo successivo per concludere l'aggiornamento di '''Grub'''. |
Linea 19: | Linea 17: |
##If you have any problems with upgrading Grub Legacy to Grub 2 from Jaunty to Karmic, follow this bug post... https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/386789 | [[Anchor(aggiornamento)]] = Ubuntu 9.04 «Jaunty Jackalope» = |
Linea 34: | Linea 33: |
## 0. Selezionare ## * Open a Terminal ##{{{ ##$ sudo apt-get install grub2 ##}}} ## * Select '''OK''' from grub-pc configuration ## * Select '''Chainload from menu.lst YES''' ## * At the linux command line, press '''ENTER''' ##||<tablestyle="text-align: justify; width:100%;" style="border:none;" 5%>[[Immagine(Icone/Piccole/note.png,,center)]] ||<style="padding:0.5em; border:none;">'''' || ##NOTE: This is only temporary, you must make the changes permanent by doing this... |
|
Linea 53: | Linea 40: |
## * Type, in a terminal ##{{{ ##$ sudo upgrade-from-grub-legacy ##}}} ##GRUB 2 will then show you where it's booting from. ##{{{#!wiki warning ##NB! You have to use the spacebar to mark the choice here. DO NOT go on without doing this. Iw WILL result in your system showing error 15 and being unable to even show a boot menu. If you are running a dual boot system with WindowsXP or Vista, you might have to do additional fixes after upgrading to get it to work. ##}}} ##If this has already happened to you, take a look at this thread to possibly help fixing the problem: http://kubuntuforums.net/forums/index.php?##topic=3106892.0 |
|
Linea 73: | Linea 50: |
##On my test system it displayed '''(hd0) /dev/sda''' but this might differ on your system. If this is incorrect, you must edit '''/boot/grub/device.map''' to match your system and then run ##{{{ ##$ sudo grub-install ##}}} |
|
Linea 80: | Linea 53: |
Il suo predecessore ('''Grub legacy''') è stato rimosso e fatto un ''backup'' dei suoi file di configurazione nella cartella `/boot/grub` con il nome di `menu.lst*`. | Il suo predecessore ('''Grub legacy''') è stato rimosso ed è stato fatto un ''backup'' dei suoi file di configurazione nella cartella `/boot/grub` con il nome di `menu.lst*`. |
Linea 87: | Linea 60: |
##GRUB 2 should be fully installed, with GRUB legacy removed, and it's configuration files backed up. GRUB legacy configuration files are located in '''/boot/grub''' and are named '''menu.lst*''' ##You can confirm the version you are installing at any time with: ## {{{ ##grub-install -v ##}}} |
BR WikiBanner(ArticoloInTraduzione) BR Indice()
Introduzione
In questa guida verranno mostrati semplici passi per aggiornare ed installare Grub 2.
Ubuntu 9.10 «Karmic Koala» e successive
Grub 2 è installato di predefinito su Ubuntu 9.10 e successive.
Se si ha aggiornato il proprio sistema dalla versione Ubuntu 9.04 è necessario seguire le istruzioni del capitolo successivo per concludere l'aggiornamento di Grub.
Ubuntu 9.04 «Jaunty Jackalope»
[:AmministrazioneSistema/InstallareProgrammi:Installare] il pacchetto [apt://grub2 grub2].
Selezionare Ok nel menu di configurazione di grub-pc.
Alla domanda «Effettuare il caricamento in cascata da menu.lst?» rispondere Sì.
A «Riga di comando Linux» premere Invio.
- Per rendere le modifiche permanenti, da riga di comando digitare:
sudo upgrade-from-grub-legacy
È necessario utilizzare la barra spaziatrice per selezionare la voce da scegliere.
Il sistema mostrerà «Error 15» se non si è effettuata una scelta. In tal caso, [http://kubuntuforums.net/forums/index.php?topic=3106892.0 qui] è possibile reperire informazioni su come risolvere il problema.
Nel caso in cui sia stato visualizzato un dispositivo di memoria di massa diverso dal proprio, qui ad esempio:Se si possiede un sistema in dual boot con Windows Xp oppure Vista, sarà necessario effettuare ulteriori passaggi dopo l'aggiornamento per ripristinarne il funzionamento.
(hd0) /dev/sda
è necessario modificare con un [:Ufficio/EditorDiTesto:editor di testo] e con i [:AmministrazioneSistema/Sudo:privilegi di amministrazione] il file /boot/grub/device.map.BR Successivamente digitare da riga di comando:
sudo grub-install
BRBR Grub 2 è ora installato. BR Il suo predecessore (Grub legacy) è stato rimosso ed è stato fatto un backup dei suoi file di configurazione nella cartella /boot/grub con il nome di menu.lst*.
È possibile verificare la versione di Grub attualmente installata sul sistema digitato da riga di comando:
grub-install -v