Re: Upgrading Fedora 5 to Fedora 7 question
- From: JOHN MATHEW <mathew.melbin@xxxxxxxxx>
- Date: Wed, 26 Sep 2007 00:28:01 -0700
Hi Donald Newcomb,
1)The easy way is to take out the dvd from the windows machine and
connect it to linux machine ,make the update.
2)Copy up the fedora iso into the linux machine partision and then
boot from fedora rescue cd ....
type over there boot:linux askmethod
select language
select type of installation (choose form hard disk ---point to the
iso)
Try this.
Regards
Melbin Mathew
On Sep 26, 9:04 am, "Donald Newcomb" <DRNewc...@xxxxxxxxxxxxxxxxx>
wrote:
"Timothy Murphy" <t...@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:pmjKi.22276$j7.399624@xxxxxxxxxxxxxxxxx
Donald Newcomb wrote:
pointI apologize if this is a dumb FAQ. If so, could someone please just
me to the place where I can find the answer.
CDI have the following situation: Fedora 5 installed on an old PC with a
ofdrive and no DVD drive, connected to Windows PC with DVD and dial-up
(slow) network connection. In hand, Fedora 7 install DVD. The contents
tothe Fedora 7 DVD (files and directory) have been copied from Windows PC
/Fedora_7 on Linux PC.
inWhat 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
ofthe Linux PC. I'd rather not redownload the unofficial CD distribution
thereFedora 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
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
Thanks Timothy. I think I follow what you're suggesting. What I did was to
copy all the files and directories from the remote DVD (not the single big
ISO file) onto my linux hard drive into a directory called /Fedora_7. So the
isolinux directory for Fedora 7 is in /Fedora_7/isolinux .
Could I just edit /boot/grub/grub.conf adding a stanza:
title Fedora-7 boot
root(hd0,0)
kernel ../Fedora_7/isolinux/vmlinuz
initrd ../Fedora_7/isolinux/initrd.img
(The ../Fedora_7/ is to back grub out of the /boot directory. ) Will this
boot from the Fedora 7 distribution and run the upgrade process as though I
booted from the DVD? I assume that "root(hd0,1)" is because Linux is on the
second partition on your hard drive? Even if you "mount" the ISO file as a
virtual file system you are still booting from the same partition?
--
Donald R. Newcomb
DRNewcomb (at) attglobal (dot) net
.
- 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
- Re: Upgrading Fedora 5 to Fedora 7 question
- From: Timothy Murphy
- Re: Upgrading Fedora 5 to Fedora 7 question
- From: Donald Newcomb
- Upgrading Fedora 5 to Fedora 7 question
- Prev by Date: web page name resolving problem
- Next by Date: making your own distribution DVD
- Previous by thread: Re: Upgrading Fedora 5 to Fedora 7 question
- Next by thread: Re: Upgrading Fedora 5 to Fedora 7 question
- Index(es):
Relevant Pages
|