Results 1 to 3 of 3
i've just installed kubuntu but it don't see the presence of windows.. what can i do for
can select windows for run it??...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-09-2006 #1
grub HELP
i've just installed kubuntu but it don't see the presence of windows.. what can i do for
can select windows for run it??
- 06-11-2006 #2Just Joined!
- Join Date
- Aug 2005
- Location
- Australia
- Posts
- 39
did u overwrite windows?
Before you do anything else I would check to see whether you installed over the top of windows. If you have, then forget about running it, you'll have to reinstall it.
To check if windows is there you can try running a live cd like Knoppix and looking for your windows partition, or you can try the kubuntu live cd and look there. I'm not familiar with the other tools kubuntu has to find a windows partition, however i know in ubuntu you can use GParted to look at what partitions you have. If the above methods don't help you, install gparted in a console by typing:
Then open the program from the menu, and look for your windows partition.Code:sudo apt-get install gparted
If windows is infact still there, it might not have been added to the menu for grub.
If this is the case type the following in a console to edit the menu of grub
Try adding the following lines to your menu.lst file.Code:sudo gedit /boot/grub/menu.lst
If you couldn't find window, then most likely it was overwritten when you installed kubuntu, probably because you didn't repartition your drive at the right step or something.Code:title Microsoft Windows XP Professional root (hd0,0) savedefault makeactive chainloader +1
Anway, post back with what you find and I'll try and help you from there.
- 06-15-2006 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 97
Try the above stuff and also:
You should be able to tell from the partition list if there is still an NTFS partition there.Code:sudo fdisk -l
If you've installed both OSs on the same drive, and Windows is not the first partition, you may be out of luck. Windows is very picky, and may not start unless it's the first drive and first partition.


Reply With Quote
