Quote:It is possible it is the zero UUIDs (00000-00000... etc. that you noticed) that are the problem. If you open up the grub.cfg file, do you still see those zero'ed entries?
Affirmative, I still see all the 0000's
apart from under the Windows 7 Boot Loader menu entry.
KUBUNTU 10 BOOT LOADER ENTRY
Code:
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod ext2
set root='(hd0,4)'
search --no-floppy --fs-uuid --set 00000000-0000-0000-0000-000000000000
linux /boot/vmlinuz-2.6.32-21-generic root=/dev/sda4 ro quiet splash
initrd /boot/initrd.img-2.6.32-21-generic
WINDOWS 7 BOOT LOADER ENTRY
Code:
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sda1)" {
insmod fat
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 9c81-cc68
chainloader +1
Quote:Also, what result do you get from running:
<div>
</div>
I ran the blkid using the "Sudo" command and I got the following results:
Code:
ubuntu@ubuntu:~$ sudo blkid
/dev/loop0: TYPE="squashfs"
/dev/sda1: LABEL="WINDOWS XP" UUID="9C81-CC68" TYPE="vfat"
/dev/sda3: LABEL="Windows 7" UUID="0608D9FB08D9E9A7" TYPE="ntfs"
/dev/sda4: LABEL="Linux_Root" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda5: LABEL="Linux_Home" SEC_TYPE="ext2" TYPE="ext3"
/dev/sdb1: LABEL="Files" UUID="2C84E01284DFDC80" TYPE="ntfs"
/dev/sdb2: TYPE="swap"
Some more information:
Also if it helps, my GRUB is v1.98. I read somewhere online that GRUB2 doesn't allow you to edit the grub.cfg file, (
even if you try editing it using root). Now I am unsure as whether the 1.98 is behaving/being treated as GRUB2 as I can't edit the grub.cfg.
I found a fix for someone elses problem over at launchpad. It seems quite similar but doesn't seem to help if I change the numbers to match my distro.
Quote:Try:sudo apt-get clean; sudo apt-get --reinstall install linux-image-2.6.31-20-generic
Should be ok.
<div class="ipsSpoiler" data-ipsspoiler="">
<div class="ipsSpoiler_header">
https://answers.launchpad.net/ubuntu/+question/104757
</div>
Thanks in advance for your help!
EDIT: I did read somewhere that Windows 7 creates a hidden partition, however that being said I don't think it would get in the way of the installations as all the partitions are labelled correctly as you can see from the blkid.
EDIT again: I did notice this...
Code:
/dev/sda4: LABEL="Linux_Root" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda5: LABEL="Linux_Home" SEC_TYPE="ext2" TYPE="ext3"
Do you think I should reformat the Linux partitions with ext2?
</div>[/quote]