Not having used my desktop for some time I decided to boot it up and do
some work on it today. Imagine my dismay when the following appeared on
the screen:
GRUB
Error 17
After doing some research on the issue it seems this message means that
GRUB cannot access the boot disk. This was a little confusing since I
had successfully completed the upgrade to 9.10 and it had worked fine. I
found some additional information on what might be wrong and ran the
following in terminal with the results that appear here:
sudo fdisk -l
Disk /dev/sda 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track. 60801 cylindres
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0007f202
Device Boot Start End Blocks Id System
/dev/sda1 1 60801 488384001 b w95 FAT32
Disk /dev/sdc: 4175 MB,
4175953920 bytes
255 heads, 63 sectors/track, 507 cylinders
Units - cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e17d5
Device Boot Start End Blocks Id System
/dev/sdc1 *
1 507 4072446 b W95 FAT 32
sudo fdisk /dev/sda
The numbers of cylinders for this disk is set to 60801.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help) : x f w
Expert command (m for help)
At this point I remember that prior to our last meeting I had wanted to
redo one of the thumb drives with Unetbootin and Ubuntu 9.10. I had
reformatted the the usb to do a clean install of unetbootin. Then I
remembered that the first time I tried to do that in Gparted it was
pointed to my HD. I thought it just refused to reformat it because it
was mounted but now I think it changed it from ext4 to FAT32,
I tried booting from a live CD but I cannot access the HD. I get a
message that it cannot mount the drive.
I am stuck with a complete rebuild of the desktop? Or is there a trick
to restore it to ext4 and recover the data?
Dave