How to upgrade from fedora 9 to fedora 10 (desktop & server)

Source: Internet
Author: User
Document directory
  • 1 Preliminary Note
  • 2 upgrading to fedora 10
  • 3 links
Http://www.howtoforge.com/how-to-upgrade-from-fedora-9-to-fedora-10-desktop-and-server

 

Http://bbs.51cto.com/thread-545465-1.html

This article describes how you can upgrade your fedora 9 system to fedora 10 (which was released yesterday-November 25,200 8). The upgrade procedure works for both desktop and Server installations.

I do not issue any guarantee that this will work for you!

 

1 Preliminary Note

The commands in this article must be executed with root privileges. Open a terminal and log in as root, or if you log in with a regular user, Type

Su

To become root.

 

2 upgrading to fedora 10

Before we upgrade, We must install the latest updates:

Yum-y update

Next we clean the yum cache:

Yum clean all

Now we come to the upgrade process. normally we can do this with preupgrade which I describe in Chapter 2.1. however, preupgrade did not let me choose fedora 10 for the upgrade (I 've tried this on several systems); if you face the same problem, please go to Chapter 2.2 Where I describe an upgrade using yum.

 

2.1 upgrading using preupdate

Install preupdate...

Yum install preupgrade

... And call it like this on a desktop...

Preupgrade

(The preupgrade Wizard will then start on your desktop; select fedora 10 and follow the Wizard .)

... And like this on a server:

Preupgrade-cli

(It will show you a list of releases that you can upgrade. if all goes well, it shocould show something like fedora 10 (Cambridge) in the list. to upgrade, append the release string to the preupgrade-CLI command:

Preupgrade-CLI "fedora 10 (Cambridge )"

)

Preupgrade will also take care of your rpmfusion packages, so all you have to do after preupgrade has finished is to reboot:

Reboot

 

2.2 upgrading using yum

If preupgrade didn't work for you or you prefer Yum anyway, then this chapter is for you.

Install the fedora 10 release packages:

I386:

Rpm-uvh restart

X86_64:

Rpm-uvh restart

Then run

Yum upgrade

To finally upgrade the system.

If you are using the rpmfusion Repositories on your system, you can update them and the rpmfusion packages as follows:

Rpm-uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm & Yum-y update

Install the New Grub bootloader to the MBR of your hard drive:

/Sbin/grub-install/dev/SDA

(Replace/dev/SDA with your own hard drive-you can find that out by running

Fdisk-l

[Root @ localhost ~] # Fdisk-l

Disk/dev/SDA: 32.2 GB, 32212254720 bytes
255 heads, 63 sectors/track, 3916 Cylinders
Units = cylinders of 16065*512 = 8225280 bytes
Disk identifier: 0x0000454a

[...]

[Root @ localhost ~] #

)

Finally, we reboot the system:

Reboot

 

3 links
  • Fedora: http://fedoraproject.org/

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.