I installed Windows XP to my Fujitsu Siemens laptop. Then I installed Mandriva Linux One 2008 Spring. During Mandriva installation I gave Windows XP approximately 47 GB, Linux 9 GB and swap 1 GB of hard disk space. When I restarted my computer, is it normal to see:
linux
linux-nonfb
failsafe
For a newbie like me I was expecting to see Windows on the list also.
I read some FAQs and Wikipedia and noticed I need to edit this file:
/boot/grub/menu.lst
Then I noticed I can't use emacs, jed, joe, nano or style. I could only use vi and again it was time to read Wikipedia. I also noticed I needed to say "su" to be able to save the file.
Anyway, I added these lines to the end of the file, are they okay:
title windows
root (hd0,0)
chainloader +1
At least Windows XP starts, so I guess all is good now?
