In addition to what Chris Becker and I said before...
After an removing Python and apparently a whole lot of other things I didn't
intend to in 10.10 64-bit last night Unbuntu became AXED. Upon a new
install, including Windows XP and then 11.04 64-bit, when the computer
rebooted the dual boot menu did not come up, instead it boots straight into
Ubuntu. This is just like 'coneydog33' said in the thread opening...
Using Chris's method below I found grub timeout as "GRUB_TIMEOUT=10", hum,
that's not what I expected.
Looking farther down I saw these two lines
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
so I uncommented the "GRUB_TERMINAL=console" line
GRUB_TERMINAL=console
In terminal executed 'sudo update-grub'
Now the beloved grub boot menu appears like before.