I have a triple boot setup that is Windows Vista, Linux Mint 12 and Linux Mint 13 where LM13 is my primary option on the boot screen. Everything has worked fine until yesterday I did a sudo apt-get update & sudo apt-get upgrade and updated whatever it asked to update, now none of my partitions will boot I get the following errors before the GRUB screen:
- Code: Select all
error: hd0 out of disk
error: out of disk
error: hd0 out of disk
error: no suitable mode found
error: out of disk
error: out of disk
error: out of disk
After that I get the GRUB menu but when I click enter to boot on Linux Mint 13 I get:
- Code: Select all
error: no such partition
error: unknown filesystem
Press any key to continue...
Then it used to just hang there and do nothing. All three of my partitions LM12, LM13, and Win Vista do this, with the exception that Vista will finally load after a few seconds and I can continue with no problem. I tell you I have never been so happy to see the Microsoft Windows logo come up on my screen. After trying a few suggestions I can now boot to my Linux Mint 13 (I am typing this from it) but I still get the same errors if I try to reboot or shutdown and then boot.
I have tried reinstalling GRUB, updating grub, etc. but nothing is working. I would appreciate if some kind soul can help me as this is beginning to worry me.
The following is the output of sudo fdisk -l
- Code: Select all
geo@geo-pc ~ $ sudo fdisk -l
[sudo] password for geo:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb53a46d5
Device Boot Start End Blocks Id System
/dev/sda1 * 63 308254719 154127328+ 7 HPFS/NTFS/exFAT
/dev/sda2 468482048 488390655 9954304 7 HPFS/NTFS/exFAT
/dev/sda3 308256766 468482047 80112641 5 Extended
/dev/sda5 308256768 436248575 63995904 83 Linux
/dev/sda6 464347136 468482047 2067456 82 Linux swap / Solaris
/dev/sda7 436250624 458582015 11165696 83 Linux
/dev/sda8 458584064 464343039 2879488 82 Linux swap / Solaris
Partition table entries are not in disk order
Please help and thank you in advance. Also I am still fairly a Linux newbie.


