E te pareva......<br>dopo aver risolto il problema dell'installazione grazie all'aiuto del Montellug adesso si presenta anche quello del bootloader!<br>Difatti terminata l'installazione all'avvio Grub mi restituisce l'errore 15. Allora avvio una live, mi cerco il file /boot/grub/menu.lst per controllare che tutto sia apposto e mi accorgo che c'è un comando errato : kernel        /boot/vmlinuz-
2.6.20-15-generic root=UUID=21e572f8-9c1c-4fb6-918a-3152b2445662 ro quiet splash noapic <span style="font-weight: bold;">noacp</span> nolapic locale=it_IT<br>Faccio quello che ieri sera mi hanno insegnato: cambio i permessi del file, correggo il comando (kernel        /boot/vmlinuz-
2.6.20-15-generic root=UUID=21e572f8-9c1c-4fb6-918a-3152b2445662 ro quiet splash noapic <span style="font-weight: bold;">noacpi</span> nolapic locale=it_IT) e salvo il file modificato<br>Al riavvio l'errore di grub da 15 è diventato 17!
<br>A parte le battute vi mando il testo di /boot/grub/menu.lst e vi ringrazio anticipatamente<br><br>------------------------------------------------------------------------------------------------------------------<br>title        Ubuntu, kernel 
2.6.20-15-generic<br>root        (hd0,1)<br>kernel        /boot/vmlinuz-2.6.20-15-generic root=UUID=21e572f8-9c1c-4fb6-918a-3152b2445662 ro quiet splash noapic noacpi nolapic locale=it_IT<br>initrd        /boot/initrd.img-
2.6.20-15-generic<br>quiet<br>savedefault<br><br>title        Ubuntu, kernel 2.6.20-15-generic (recovery mode)<br>root        (hd0,1)<br>kernel        /boot/vmlinuz-2.6.20-15-generic root=UUID=21e572f8-9c1c-4fb6-918a-3152b2445662 ro single
<br>initrd        /boot/initrd.img-2.6.20-15-generic<br><br>title        Ubuntu, memtest86+<br>root        (hd0,1)<br>kernel        /boot/memtest86+.bin<br>quiet<br><br>### END DEBIAN AUTOMAGIC KERNELS LIST<br><br># This is a divider, added to separate the menu items below from the Debian
<br># ones.<br>title        Other operating systems:<br>root<br><br><br># This entry automatically added by the Debian installer for a non-linux OS<br># on /dev/sda1<br>title        Windows NT/2000/XP (loader)<br>root        (hd0,0)
<br>savedefault<br>makeactive<br>chainloader    +1<br><br><br># This entry automatically added by the Debian installer for a non-linux OS<br># on /dev/sdb1<br>title        Microsoft Windows XP Professional<br>root        (hd1,0)
<br>savedefault<br>makeactive<br>map        (hd0) (hd1)<br>map        (hd1) (hd0)<br>chainloader    +1<br>