UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all!
I've recently installed ubuntu on my PC. I have one hdd 160Gb which is separated like this:
sda5 Logical Linux ext3 (28861MB)
sda6 Logical Linux swap / solaris (2311MB)
sda2 Boot Primary NTFS (My Windows) (129038MB)
Before installing ubuntu, sd5 and sd6 was an NTFS partition (empty) which I used to save some files. Then I formated it, installed ubuntu, and now I can't access Windows. It seems like the partition table is damaged. Can anyone help me out with this? Thnx in advance!
Did Ubuntu overwrite the Windows boot record? Does it give you an option for Windows, but it doesn't work, or what's happening? Do you get any error messages?
Nathanael, you're so funny, but I meant that I can't understand anything of what the results say... All the documents are writen for users that have an experience in ubuntu and not newer users like me.
I have XP and I do not have Ubuntu (but grub's been the same in the distros I've tried, so hopefully Ubuntu hasn't added anything idiosyncratic.)
For XP, you need to add an option to the file "menu.lst" (it is in Boot/grub in the distros I've looked at)
It'll be something like this:
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
[The (hdo,0) might need to be (hd0,1) as you said that Windows is on sda2 - which I find a bit odd. Do you have any recovery partition or anything else on sda1? It might still be where you have to boot from, so you could try both if one doesn't work].
If you've got Vista, it may be a bit more fiddly/different/I don't know.
I'm just a user who has fiddled around with grub trying to get it going on various test distros and in the process I've figured out a bit of how to use it, so your output list is still as clear as mud to me
All I can offer is what I've already said - you could try it if you like, otherwise wait until somebody more knowledgeable comes along.
Well, I just did it and a "starting up" message shows up and stays like this forever... By pressing windows xp from the grub menu it redirects me to the windows bootloader or it starts windows automatically?
Distribution: debian, gentoo, os x (darwin), ubuntu
Posts: 940
Rep:
it should pass the booting process to ntldr
you could compare the (hd0,1) part to other entries in the menu.lst file (i.e. if they say (hd1,x) then you obviously need hd1 too for the windows section.
a believe that the second parameter is started counting at 0, else you would have to also try (hd0,2)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.