-How exactly did you try mounting these partitions?
-Did you specify the file system type in your mount command?
-What does the output of
sudo fdisk -l command say?
-Does it recognize the partition(s) and their file systems?
-Why do you keep two un-bootable Intrepid partitions?
-Why are they un-bootable?
Questions, questions, questions...
It appears I have more questions than you.
Code:
So I messed around with the grub shell for a little while and found that I couldn't read either sda5 or sda7
-What do you mean by "messed around"?
-Did you fornicate with it some how?
-Typed sweet nothings at the grub prompt?
-WHAT?
Because it appears you need to reinstall grub but it is unclear if you tried to. And with three Ubuntu installations, grub may want to elope with a more sane setup.
-What are you gonna do then?
-Huh?
It sounds like the partition information in the MBR has been changed and needs to be ammended. You may be able to reinstall grub and use /dev/sda2 as the root (using it's grub configuration files) even if it's un-bootable....but that depends on "why is it not bootable?".
I have one more question...
Is the swap partition recognized as swap in the
sudo fdisk -l command output? If not, this would suggest there is a problem with the extended partition.
Personally, I wouldn't be scared to attempt reinstalling grub using /dev/sda5 as the root first, and if that does not work, I would try again using the un-bootable /dev/sda2 as root via command line from a Ubuntu live session by running four commands for each try as shown below:
Code:
sudo grub
root (hd0,4)
setup (hd0)
quit
Code:
sudo grub
root (hd0,1)
setup (hd0)
quit
OH!
And as you "mess around", post the outputs here, none of us actually know who you are therefore none of us can rat on you for messing around. I'm going to bed now, may even "mess around", but won't post the output since this is your thread.