Fedora picked wrong partition for windows/boots to recovery
FedoraThis forum is for the discussion of the Fedora Project.
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.
In /boot/grub/grub.conf, I will give you the important parts, because I dont have internet (wireless, I have set it up before, I'm moving from Mandriva).
title DOS
rootnoverify (hd0, 0)
chainloader +1
And fdisk -l doesn't seem to work, and neither does cfdisk -l, that may be because I am using fc1, I got it with a book and I'm getting fc4 iso's right now.
For those of you who are confused, I have a laptop besides my desktop.
Ok try "man fdisk" and it shoud show the fdisk -l option and say what it does.....hmm odd.
There must be something else in your grub.conf. Like your Fedora partition? If fdisk -l doesn't work, and we can't view your partition table, then (and I'm no Linux pro at all) we might as well try to guess!
Code:
title Other1
rootnoverify (hd0,x)
chainloader +1
title Other2
rootnoverify (hd0,y)
chainloader +1
Sorry but I'm not really sure! lol. Good luck....can someone else give him some tips?
Ok, I have stumbled upon the Hardware browser, noo need for fdisk. Here's the make-up:
Code:
Device Start End Size (MB) Type Use on my comp
/dev/hda
hda1 1 735 5426 fat32 RECOVERY (D:/
hda2 736 10336 70882 ntfs WINDOWS (c:/
10337 10337 7 free space
/dev/hdb Linux, regular make-up, no need to explain, I don't think.
I hope that's what you're looking for and that I can get into windows on this computer.
Ok, that's good, so add this to your /boot/grub/grub.conf:
Code:
title Windows
rootnoverify (hd0,2)
chainloader +1
Please try this out by rebooting your comp, and if it doesn't work, then go here, copy and paste it into the "reply" box and alter it so that it looks exactly like yours. Then post it and I'll see what I can do. Best of luck,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.