You put each one of them at the end of the
menu.lst file, in the place of the windows entry that you are having now.
Nautilus, (if I remember correctly) keeps a backup of the old
menu.lst, naming it:
menu.lst.old.
But, since I could always be wrong, just copy the contents of your current
menu.lst file, open
gedit again (you don't have to root)
paste it there, save the file (with a name of your choice, the contents are important in case you need them back), somewhere in
/home.
Another option, is:
Don't even delete your current entry for windows in
menu.lst.
Just add the other entries below that, all of them, so you don't have to always go to
menu.lst file and change the entry for windows,
every time you can't boot. In every boot, choose another one.
So, leave an empty line from the end of your current window entry in
menu.lst and paste this:
- Code: Select all
title windows
map (hd0) (hd1)
map (hd1) (hd0)
chainloader (hd1,0)+1
title windows
root (hd1,0)
map (hd1) (hd0)
map (hd0) (hd1)
makeactive
chainloader +1
title Windows
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
boot
title windows
root (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
Press ENTER, so there is an empty line at the end (I read somewhere that is important)
The third one, is one I found in the internet (I posted it also here in this thread). The 4th is the same with the second, I changed place between the 3rd & 4th line of it.
The solution, generally, is in one of these entries. If my memory is still OK, in my machine the 1st & 2nd worked, but it doesn't mean that the others won't for you.
I can't help more, I don't have this "alternative operating system" in my PC anymore (at the end of September, it's the first happy anniversary, without "windblows").
So in your GRUB, you will see 5 entries for windows. Check them, one in every boot, until you find -hopefully- the correct for your machine.
The you can delete the rest (now you now the way to do it).
Good Luck
John66