Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10th November 2007, 12:08 PM
jtravnick Offline
Registered User
 
Join Date: Apr 2006
Location: Rhinelander Wi.
Age: 47
Posts: 229
two harddrive

So I'm thinking of throwing in a second harddrive into my system so I can install F8 on it and leave my running install of F7 intact. My question here is should I unplug the hard drive that has F7 on it so I dont mess with it or is there a way of doing the install of F8 with both hard drives pluged in? Also what do I do about grub if I do unplug the first hard drive? I dont need grub on the second hard drive do I?

Thanks
Jim
Reply With Quote
  #2  
Old 10th November 2007, 06:20 PM
tw2113's Avatar
tw2113 Offline
Registered User
 
Join Date: Apr 2007
Location: South Dakota
Age: 29
Posts: 505
I think just making sure you have the right drive selected, and deselecting the other one during the install process should be fine. You'll see the option when you come upon selecting the layout.
__________________
If you're not questioning my sanity, I'm not trying hard enough
Reply With Quote
  #3  
Old 11th November 2007, 02:49 AM
jtravnick Offline
Registered User
 
Join Date: Apr 2006
Location: Rhinelander Wi.
Age: 47
Posts: 229
think i messed up

ok so I now have two hard drive on my system with F7 on the first and F8 on the second. So that part went well the thing is where I think I messed up is where I told it to boot F8 I told it to boot off the first hard drive. Figured thats where I already had grub. Well grub works fine boots to F8 no problem.

Heres the problem though I can no longer get to my F7. Do I just need to edit grub to put F7 back in? If so what do I put?

The whole reson I did this was so I could take my time moving everything over to F8 and this way once I was done could use that hard drive for F9 when that comes out.

Jim

Oh and by the way so far F8 works great for me like what I'm seeing so far
Reply With Quote
  #4  
Old 11th November 2007, 05:39 AM
tw2113's Avatar
tw2113 Offline
Registered User
 
Join Date: Apr 2007
Location: South Dakota
Age: 29
Posts: 505
yes, you'll have to edit grub, since fedora has a history of not always finding other installs(however due to different HDD's, i think that's why it didn't detect.).
I think you'll probably be able to copy what's already in there for F8, except changing kernel versions and "f8" to "f7". If you mess up somewhere, just come back under F8 and post the grub for someone to help debug.
__________________
If you're not questioning my sanity, I'm not trying hard enough
Reply With Quote
  #5  
Old 11th November 2007, 11:34 AM
jtravnick Offline
Registered User
 
Join Date: Apr 2006
Location: Rhinelander Wi.
Age: 47
Posts: 229
Here is what I have in grub:

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
#timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.23.1-49.fc8)
root (hd1,0)
kernel /vmlinuz-2.6.23.1-49.fc8 ro root=/dev/VolGroup01/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-49.fc8.img
title Fedora (2.6.23.1-42.fc8)
root (hd1,0)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup01/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
Reply With Quote
  #6  
Old 11th November 2007, 03:04 PM
jtravnick Offline
Registered User
 
Join Date: Apr 2006
Location: Rhinelander Wi.
Age: 47
Posts: 229
fixed

Ok got it all fixed now. Ican now boot both F7 and F8. What I had to do was edit my grub menu to include F7 lucky I hadnt done anything to the wifes system so just went to her system and copyed what was in her grub menu for F7 so mine now looks like this:

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
#timeout=5
splashimage=(hd1,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.23.1-49.fc8)
root (hd1,0)
kernel /vmlinuz-2.6.23.1-49.fc8 ro root=/dev/VolGroup01/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-49.fc8.img
title Fedora (2.6.23.1-42.fc8)
root (hd1,0)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup01/LogVol00 rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
title Fedora (2.6.23.1-10.fc7)
root (hd0,0)
kernel /vmlinuz-2.6.23.1-10.fc7 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.23.1-10.fc7.img


Hope this helps anyone else that runs into this problem. As I said before I have F7 and F8 on two seperate hard drives and when I installed F8 I had it put grub on my first hard drive where F7 already was. I not expecting any problems as I dont think I will be updating F7 anymore just moving things over to F8. Not sure what an update to the kernel in F7 would do to my grub now so will just leave well enough alone.

Jim
Reply With Quote
Reply

Tags
harddrive

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
fc8 and usb harddrive daverj Using Fedora 0 9th November 2007 07:57 AM
2nd Harddrive Pepperonie Hardware & Laptops 4 9th January 2007 03:40 PM
Corrupted harddrive after harddrive switch Skinney Hardware & Laptops 1 19th September 2006 01:28 AM
New HardDrive edge87 Hardware & Laptops 11 1st August 2004 12:26 PM
2 FC on same harddrive triplehead Installation and Live Media 5 13th July 2004 11:36 AM


Current GMT-time: 10:13 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat