root@supercrunch:/media# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x000b79ef
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 960036863 480017408 83 Linux
/dev/sda2 960038910 976771071 8366081 5 Extended
/dev/sda5 960038912 976771071 8366080 82 Linux swap / Solaris
root@xxxxxx:/etc/apt# grub-mkconfig -o /boot/grub/grub.cfgI hope this answers everyone's questions.
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.2.0-4-686-pae
Found initrd image: /boot/initrd.img-3.2.0-4-686-pae
Found linux image: /boot/vmlinuz-2.6.32-5-686
Found initrd image: /boot/initrd.img-2.6.32-5-686
done
To all the questions.
I reinstalled grub2. The same problem persists.
I have run update-grub2 (a stub that runs grub-mkconfig for grub2) several times with no improvement. i also ran grub-mkconfig directly. Same results. See listing below.
I've had Wheezy on these systems for a long time. I didn't check the wifes system for a long time and there was a flurry of changes shortly before Wheezy went stable. I think that is why there where so many updates. I have also checked /etc/apt/source.list to make sure. Everything is set to stable at this point.
root@xxxxxx:/etc/apt# grub-mkconfig -o /boot/grub/grub.cfgI hope this answers everyone's questions.
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.2.0-4-686-pae
Found initrd image: /boot/initrd.img-3.2.0-4-686-pae
Found linux image: /boot/vmlinuz-2.6.32-5-686
Found initrd image: /boot/initrd.img-2.6.32-5-686
done
Gary R.