Results 1 to 2 of 2
I have windows xp and ubuntu on my laptop with a single hd partitioned and a grub loader. I have been using both operating systems with no problems but I ...
- 11-05-2009 #1Just Joined!
- Join Date
- Nov 2009
- Location
- Arkansas USA
- Posts
- 1
I need help with grub loader problems!!
I have windows xp and ubuntu on my laptop with a single hd partitioned and a grub loader. I have been using both operating systems with no problems but I downloaded the update to ubuntu and now windows xp option on the grub loader disappeared and instead it says "other operating system" The grub loader now says "stage 1.5" How can I put back back windows xp again on the loader list? I'm a newbee to linux as you can tell. Can anyone help?
- 11-05-2009 #2
Hi and Welcome !
Which version of Ubuntu are you using? Execute this
Post output here.Code:cat /etc/lsb-release
Try to add Windows XP option manually.
Press Alt+F2 and type this
It will open menu.lst file in Gedit with root privileges.Code:gksu gedit /boot/grub/menu.lst
Replace title Other Operating System line with whatever you want to appear in GRUB Menu.
Save file and reboot machine. In case it doesn't work, post the output of sudo fdisk -l command here.Code:title Windows XP rootnoverify (hd0,0) chainloader +1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote