<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.1">
</HEAD>
<BODY>
salve,<BR>
ho avuto anch'io un problema simile con il grub quando avevo Ubuntu Dapper.<BR>
L'ho risolto installando e facendo girare Super Grub<BR>
(<A HREF="http://supergrub.forjamari.linex.org/">http://supergrub.forjamari.linex.org/</A> ), dopo aver masterizzato il cdrom dall'iso scaricato dal sito.<BR>
Spero che possa essere utile anche a te.<BR>
Enrico<BR>
<BR>
<BR>
<BR>
On Wed, 2007-01-10 at 21:58 +0000, Flynets Lab wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">salve ho un problema con grub: (ringrazio subito chi ha voglia di</FONT>
<FONT COLOR="#000000">spulciarsi sto problema)</FONT>
<FONT COLOR="#000000">dopo aver installato ubuntu su un disco da 160GB con dentro una</FONT>
<FONT COLOR="#000000">partizione ntfs (la prima) e una  fat32 l'ultima, al riavvio ho</FONT>
<FONT COLOR="#000000">ricevuto l'errore 17, con il conseguente blocco.</FONT>

<FONT COLOR="#000000">ho fatto un po' di ricerche su google e ne e' uscito che l' &quot;error 17</FONT>
<FONT COLOR="#000000">: Cannot mount selected partition</FONT>
<FONT COLOR="#000000">   This error is returned if the partition requested exists, but the</FONT>
<FONT COLOR="#000000">filesystem type cannot be recognized by GRUB.&quot;</FONT>

<FONT COLOR="#000000">qualcuno in qualche forum, segnalava di reinstallare grub da una</FONT>
<FONT COLOR="#000000">chroot, c'ho provato ma non ho avuto successo, vi posto alcuni dati</FONT>
<FONT COLOR="#000000">del sistema per cercare di capire come lo risolvo.</FONT>
<FONT COLOR="#000000">la partizione dove sta la root e' la hda3 in ext3</FONT>

<FONT COLOR="#000000">brevemente la tabella ordinata delle partzioni e' cosi' definita:</FONT>
<FONT COLOR="#000000">/dev/hda1 primary ntfs winz</FONT>
<FONT COLOR="#000000">/dev/hda3 primary ext3 &quot;/&quot; o &quot;/mnt/root quando entro in chroot&quot;</FONT>
<FONT COLOR="#000000">/dev/hda2 extended</FONT>
<FONT COLOR="#000000">  /dev/hda7 logical etx3 &quot;/home&quot;</FONT>
<FONT COLOR="#000000">  /dev/hda6 logical swap</FONT>
<FONT COLOR="#000000">  /dev/hda5 logical fat32</FONT>

<FONT COLOR="#000000">root@ubuntu:/boot/grub# cat /etc/fstab</FONT>
<FONT COLOR="#000000"># /etc/fstab: static file system information.</FONT>
<FONT COLOR="#000000">#</FONT>
<FONT COLOR="#000000"># &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;</FONT>
<FONT COLOR="#000000">proc            /proc           proc    defaults        0       0</FONT>
<FONT COLOR="#000000"># /dev/hda3</FONT>
<FONT COLOR="#000000">UUID=0ed85af5-4dfc-4b8e-97af-5b622de4dda2 /               ext3</FONT>
<FONT COLOR="#000000">defaults,errors=remount-ro 0       1</FONT>
<FONT COLOR="#000000"># /dev/hda7</FONT>
<FONT COLOR="#000000">UUID=0d344b36-0fb3-49c8-a16e-e4498ad7843d /home           ext3</FONT>
<FONT COLOR="#000000">defaults        0       2</FONT>
<FONT COLOR="#000000"># /dev/hda1</FONT>
<FONT COLOR="#000000">UUID=C01C41D11C41C2E0 /media/hda1     ntfs</FONT>
<FONT COLOR="#000000">defaults,nls=utf8,umask=007,gid=46 0       1</FONT>
<FONT COLOR="#000000"># /dev/hda5</FONT>
<FONT COLOR="#000000">UUID=4370-023B  /media/hda5     vfat    defaults,utf8,umask=007,gid=46 0       1</FONT>
<FONT COLOR="#000000"># /dev/hda6</FONT>
<FONT COLOR="#000000">UUID=6f640ae1-81ae-4bb6-9742-14dd52cee584 none            swap    sw</FONT>
<FONT COLOR="#000000">          0       0</FONT>
<FONT COLOR="#000000">/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0</FONT>
<FONT COLOR="#000000">/dev/hdb        /media/cdrom1   udf,iso9660 user,noauto     0       0</FONT>
<FONT COLOR="#000000">/dev/hdd        /media/cdrom2   udf,iso9660 user,noauto     0       0</FONT>
<FONT COLOR="#000000">/dev/           /media/floppy0  auto    rw,user,noauto  0       0</FONT>

<FONT COLOR="#000000">perche' al posto dei device (commentati) ci sono degli UUID?</FONT>

<FONT COLOR="#000000">al comando</FONT>
<FONT COLOR="#000000">root@ubuntu:/# fdisk -l</FONT>

<FONT COLOR="#000000">Disk /dev/hda: 160.0 GB, 160041885696 bytes</FONT>
<FONT COLOR="#000000">255 heads, 63 sectors/track, 19457 cylinders</FONT>
<FONT COLOR="#000000">Units = cylinders of 16065 * 512 = 8225280 bytes</FONT>

<FONT COLOR="#000000">  Device Boot      Start         End      Blocks   Id  System</FONT>
<FONT COLOR="#000000">/dev/hda1   *           1        2611    20972826    7  HPFS/NTFS</FONT>
<FONT COLOR="#000000">/dev/hda2            6455       19457   104446597+   f  W95 Ext'd (LBA)</FONT>
<FONT COLOR="#000000">/dev/hda3            2612        6454    30868897+  83  Linux</FONT>
<FONT COLOR="#000000">/dev/hda5           13584       19457    47182905    b  W95 FAT32</FONT>
<FONT COLOR="#000000">/dev/hda6           13454       13583     1044193+  82  Linux swap / Solaris</FONT>
<FONT COLOR="#000000">/dev/hda7            6455       13453    56219404+  83  Linux</FONT>

<FONT COLOR="#000000">Partition table entries are not in disk order</FONT>

<FONT COLOR="#000000">cercando di reinstallare grub, nella sua console, dando &quot;root (hd0,2)&quot;</FONT>
<FONT COLOR="#000000">ricevo il seguente errore: &quot;Error 21: Selected disk does not exist&quot;</FONT>
<FONT COLOR="#000000">e il manuale dice &quot;This error is returned if the device part of a</FONT>
<FONT COLOR="#000000">device- or full file name refers to a disk or BIOS device that is not</FONT>
<FONT COLOR="#000000">present or not recognized by the BIOS in the system. &quot;</FONT>

<FONT COLOR="#000000">Questi sono i dati che penso possano essere utili per risolvere il</FONT>
<FONT COLOR="#000000">problema, serve altro? io sono fermo e non so che fare, voi cosa mi</FONT>
<FONT COLOR="#000000">consigliate?</FONT>
<FONT COLOR="#000000">grazie e scusate la lunga mail</FONT>

<FONT COLOR="#000000">ps. aggiungo anche il file di conf di grub</FONT>

<FONT COLOR="#000000">root@ubuntu:/# cat /boot/grub/menu.lst</FONT>

<FONT COLOR="#000000">default         0</FONT>

<FONT COLOR="#000000">timeout         10</FONT>

<FONT COLOR="#000000">title           Ubuntu, kernel 2.6.17-10-generic</FONT>
<FONT COLOR="#000000">root            (hd0,2)</FONT>
<FONT COLOR="#000000">kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/hda3 ro quiet splash</FONT>
<FONT COLOR="#000000">initrd          /boot/initrd.img-2.6.17-10-generic</FONT>
<FONT COLOR="#000000">quiet</FONT>
<FONT COLOR="#000000">savedefault</FONT>
<FONT COLOR="#000000">boot</FONT>

<FONT COLOR="#000000">title           Ubuntu, kernel 2.6.17-10-generic (recovery mode)</FONT>
<FONT COLOR="#000000">root            (hd0,2)</FONT>
<FONT COLOR="#000000">kernel          /boot/vmlinuz-2.6.17-10-generic root=/dev/hda3 ro single</FONT>
<FONT COLOR="#000000">initrd          /boot/initrd.img-2.6.17-10-generic</FONT>
<FONT COLOR="#000000">boot</FONT>

<FONT COLOR="#000000">title           Ubuntu, memtest86+</FONT>
<FONT COLOR="#000000">root            (hd0,2)</FONT>
<FONT COLOR="#000000">kernel          /boot/memtest86+.bin</FONT>
<FONT COLOR="#000000">quiet</FONT>
<FONT COLOR="#000000">boot</FONT>

<FONT COLOR="#000000">title           Other operating systems:</FONT>
<FONT COLOR="#000000">root</FONT>

<FONT COLOR="#000000">title           Microsoft Windows XP Professional</FONT>
<FONT COLOR="#000000">root            (hd0,0)</FONT>
<FONT COLOR="#000000">savedefault</FONT>
<FONT COLOR="#000000">makeactive</FONT>
<FONT COLOR="#000000">chainloader     +1</FONT>

</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>