Re: Upgrading Fedora 5 to Fedora 7 question
- From: Timothy Murphy <tim@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 26 Sep 2007 03:21:09 +0100
Donald Newcomb wrote:
I apologize if this is a dumb FAQ. If so, could someone please just point
me to the place where I can find the answer.
I have the following situation: Fedora 5 installed on an old PC with a CD
drive and no DVD drive, connected to Windows PC with DVD and dial-up
(slow) network connection. In hand, Fedora 7 install DVD. The contents of
the Fedora 7 DVD (files and directory) have been copied from Windows PC to
/Fedora_7 on Linux PC.
What is the simplest way to upgrade this Linux PC to Fedora 7? I've
considered yanking the DVD drive from the Windows PC and installing it in
the Linux PC. I'd rather not redownload the unofficial CD distribution of
Fedora 7 just because of the time involved. I think that there must be
some way to tell yum to look in the /Fedora_7 directory and go from there
but I can't figure out how to do it.
I haven't understood exactly what you have done,
but I would have thought if you can transfer data
from your Windows PC to your Linux machine
you should just transfer the ISO file,
and do a hard drive update.
(I did this to update one machine from FC-5 to Fedora 7.)
One way to do this is to abstract the isolinux directory
and modify grub.conf to boot from this.
(That is what I did.)
To abstract the isolinux directory, do something like
mount -o loop <path.to.ISOfile> /mnt
and the copy /mnt/isolinux to your /boot directory.
My grub.conf contains the stanza
title Fedora-7 boot
root (hd0,1)
kernel /Fedora-7/isolinux/vmlinuz
initrd /Fedora-7/isolinux/initrd.img
.
- Follow-Ups:
- Re: Upgrading Fedora 5 to Fedora 7 question
- From: Donald Newcomb
- Re: Upgrading Fedora 5 to Fedora 7 question
- References:
- Upgrading Fedora 5 to Fedora 7 question
- From: Donald Newcomb
- Upgrading Fedora 5 to Fedora 7 question
- Prev by Date: Upgrading Fedora 5 to Fedora 7 question
- Next by Date: Re: Upgrading Fedora 5 to Fedora 7 question
- Previous by thread: Upgrading Fedora 5 to Fedora 7 question
- Next by thread: Re: Upgrading Fedora 5 to Fedora 7 question
- Index(es):
Relevant Pages
|