Sorry I took so long to reply. Had to go to work today (part-time job).

I think I've followed your instructions correctly, but I have some questions at the bottom.
grub> find /boot/vmlinuz-2.6.26.8.tex3
(hd1,0)
grub> find /boot/initrd-2.6.26.8.tex3.img
(hd1,0)
grub> find /boot/gfxmenu
(hd1,0)
This is the results of
# kwrite /here/boot/grub/menu.lsttimeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=eda7fcdf-0131-48f7-9c47-40ec0027fe72 acpi=on resume=UUID=41ebc2ae-888e-497f-9de2-b7de288a1053 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=eda7fcdf-0131-48f7-9c47-40ec0027fe72 acpi=on resume=UUID=41ebc2ae-888e-497f-9de2-b7de288a1053
initrd (hd0,0)/boot/initrd.img
title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=eda7fcdf-0131-48f7-9c47-40ec0027fe72 failsafe acpi=on
initrd (hd0,0)/boot/initrd.img
This is my
edit of the menu.lst
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,0)/boot/gfxmenu
default 0
title linux
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=eda7fcdf-0131-48f7-9c47-40ec0027fe72 acpi=on resume=UUID=41ebc2ae-888e-497f-9de2-b7de288a1053 splash=silent vga=788
initrd (hd0,0)/boot/initrd.img
title Test Boot
kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=eda7fcdf-0131-48f7-9c47-40ec0027fe72 acpi=on resume=UUID=41ebc2ae-888e-497f-9de2-b7de288a1053 splash=silent vga=788
initrd (hd1,0)/boot/initrd.img
title linux-nonfb
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=eda7fcdf-0131-48f7-9c47-40ec0027fe72 acpi=on resume=UUID=41ebc2ae-888e-497f-9de2-b7de288a1053
initrd (hd0,0)/boot/initrd.img
title failsafe
kernel (hd0,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=eda7fcdf-0131-48f7-9c47-40ec0027fe72 failsafe acpi=on
initrd (hd0,0)/boot/initrd.img
Is this what you had in mind?
When I ran
kwrite /here/boot/grub/menu.lst kwrite took me to another screen. It didn't come up in the terminal. Is it supposed to do that? I thought it would come up in the terminal.

I've done very very little editing, so I'm not familiar with what I need to do now. To
save and close I use
wq, right? Once it's saved, how do I reboot without restarting the computer? Won't I lose this if I reboot?