That's an "ell" in menu.lst, not a "one".
See if you can copy/paste these commands
Code:
sudo cat /boot/grub/menu.lst
to look at the menu.lst. This command will work fine for copy/pasting into an e-mail for the forum.
Code:
sudo gedit /boot/grub/menu.lst
to make changes to the menu.lst
You can use certain commands to look at files, then use others to actually edit them. Just wanted to point that out. Got a suggestion for you that's working well for me. I have a binder near the PC. Whenever I see someone offer a Linux terminal command that I think might be handy, I carefully write the command down with a red pen, then use a black pen to write a short description of what the command does. Within a few weeks of prowling the forums you'll start to amass a useful list.
Have another way of at least confirming that you DO have a menu.lst. Go to "Places". Click on "Computer". Double-click on "File System". "boot" should be the 2nd folder. Click on the little triangle next to the word "boot". It changes to black, and rotates to point down, showing the folders and files within "boot". Now double-click on "grub". Double click on "menu.lst". TA-DAH! There's your menu.lst.
Hey, another thing - you'll notice that starting from the top, there are a bunch of lines with "#" or "##" in front of them. These are standard lines of text, commented out so that humans can read the information but the operating system will ignore them. The only lines that count are the ones near the bottom, without any #'s in front of them. Just copy/paste those lines at the bottom if you'd like, because we're gonna ignore all the boilerplate above anyway.