My FC6 / XP dual boot to FC10 / XP dual boot upgrade plan... is this sane?
Fedora - InstallationThis forum is for the discussion of installation issues with Fedora.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
My FC6 / XP dual boot to FC10 / XP dual boot upgrade plan... is this sane?
Hi all
I currently dual boot FC6 and XP quite happily.
I've just got FC10, but I don't want to reformat my entire HDD and reinstall XP, and then install FC10.
I do not want to attempt any "upgrade" of FC6 to FC10.
What I'm planning to do is to fully format the current FC6 partitions with FC10's installer as ext4 partitions, and then fresh-install FC10, and have FC10 put "its" GRUB in the MBR.
I'm assuming this will work...? Any logic holes? I just want to totally format / overwrite the entire FC6 instance I currently have, and replace it with FC10, leaving XP alone on its partition, and have the "new" GRUB still detect XP and the new FC10 install for booting purposes.
Just to make sure: you now boot using GRUB, which is invoked from MBR, don't you?
I know nothing about FC, but currently boot many partition/systems with GRUB with no problems. I would just back up current /boot/grub/menu.lst just in case the installer doesn't recognize all your systems from current menu. Then all you have to do is to restore the section booting WindowsXP to your new menu.lst and it spares you from searching man grub .
As long as you do not damage your XP partition there is nothing to be afraid of.
Hmm, to do this I boot off my FC6 rescue CD, change to /boot/grub and then do
Code:
# grub
Grub> root hd0,1
Grub> setup hd0
This usually copies the GRUB bootloader back into the MBR. I usually do this after I had to reinstall Windows on my dual-boot system and in doing so had Windows' installer overwrite GRUB's bootloader. This then re-overwrites the Windows bootloader and allows me to choose if I want Windows or Linux started when the PC it turned on.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.