Results 1 to 10 of 13
Ubuntu 9.10 / Windows XPsp3, dual boot. Installed 9.10 over a month ago, no problems since today, update manager, now Windows is not listed. I've been using dual boot since ...
- 12-20-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
[SOLVED] Grub doesn't list Windows XP
Ubuntu 9.10 / Windows XPsp3, dual boot. Installed 9.10 over a month ago, no problems since today, update manager, now Windows is not listed. I've been using dual boot since 8.04, but still not very adept at terminal, and have no knowledge of GRUB. Help, please!
- 12-20-2009 #2Just Joined!
- Join Date
- Dec 2009
- Location
- Highlands
- Posts
- 37
For a grub issue, you should probably wait for someone from the A team to reply

However, you can pass the time by looking at this article:
Grub/XP/Vista Bootloader - Ubuntu Forums
Scroll down to the section "How to restore the Windows XP bootloader"
You can see that you only need to type 3 commands
(I think I've done this, but I can't remember
)
.
- 12-20-2009 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Welcome to the forums!

The latest version of Ubuntu uses GRUB2 rather than GRUB legacy as was used by prior versions of Ubuntu. You should be able to use the SuperGRUB LiveCD to restore GRUB if you wish. I'd advise downloading version 1.21, or later for working with GRUB2 machines:
Super Grub Disk Homepage
There is also a very good HowTo for working with Ubuntu and GRUB 2, here:
https://help.ubuntu.com/community/Grub2oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-20-2009 #4Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
- 12-20-2009 #5Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
That should make things easier. You just have to add back in the Windows entry in /boot/grub/menu.lst A typical one looks like
Though you may have to edit the (hd0,0) if Windows is not the first partition on the first hard drive.Code:title Microsoft Windows NT/98/95 and MS-DOS root (hd0,0) # rootnoverify (hd0,0) makeactive chainloader +1
- 12-20-2009 #6Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
I'm totally clueless, I need to be walked through this one. Thanks.
- 12-20-2009 #7
Execute this
If it lists menu.lst file then post the contents of menu.lst file here.Code:cd /boot/grub ls
In case there isn't any menu.lst file, install startup manager.
It will install GUI of GRUB2. It doesn't have much options but you can check if Windows OS has been detected correctly or not.Code:sudo apt-get install startup-manager
Post the output of sudo fdisk -l command too.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-21-2009 #8Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
cd /boot/grub ls
here is the list
Screenshot-mfp@mfp-desktop: -boot-grub.jpg
- 12-21-2009 #9Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
You do have a menu.lst file so post its contents as suggested above. Open a terminal and do:
sudo cat /boot/grub/menu.lst
post the contents here.
- 12-21-2009 #10Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
menu.lst
Here it is.



