LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices


Reply
  Search this Thread
Old 10-28-2006, 10:18 AM   #1
yakoub
Member
 
Registered: Oct 2006
Posts: 99

Rep: Reputation: 15
FC6 without burning CDs


this is how i installed fedora using minimal iso images
which are kept on hard disk without using Cds .
the main idea is to use creatrepo and yum program
to install software from a hardisk repository

download disc1 & disc2 iso images .
put disc1 on a partition with ex2
or fat32 file system .
if such partition doesn't exist ,
make it at size 1 GB using fdisk and mkfs .

booting installation :
mount disc1 using loop device :
Code:
mount FC*~*disc1.iso /mnt/iso -o loop
cp /mnt/iso/isolinux/vmlinuz /mnt
cp /mnt/iso/isolinux/initrd.img /mnt
don't know if windows has tool for reading iso
filesystem , if not then burn the first disc .

boot /mnt/vmlinuz & initrd.img using lilo or
grub console (let root be /dev/hda5 ):
Code:
root=(hd0,4)
kernel=/mnt/vmlinuz 
initrd=/mnt/initrd.img
windows users can use loadlin .

choose install media from hard disk and specify
on what partition you have the iso file ,the
basic idea is to use only disc1 for installation .
if you put the iso image on filesystem like
reiserfs or NTFS then installer program will faill
to read them , so use ext2 or fat32 .

at anaconda stage choose to customize
package selection because anaconda will abort
all installation even at an advanced stage
if it cannot find some package on install media
uncheck all software groups , only check base group
and from base uncheck all optional packages , only
keep yum .
because minimal package selection have been done
the installation will finish in few minutes .

since Xorg haven't been installed , fedora
will boot into runlevel 3 ( see /etc/inittab )
log as root to get linux console .
let partition where iso exist be /dev/hda5
and let createrepo*~*.rpm be there too
Code:
mkdir /mnt/hd
mount /dev/hda5 /mnt/hd
mount /mnt/hd/*~*FC*~*disc1.iso /mnt/iso1 -o loop
mount /mnt/hd/*~*FC*~*disc2.iso /mnt/iso2 -o loop
mkdir /mnt/fedora/
mkdir /mnt/fedora/RPMS
ln -s /mnt/iso1/Fedora/RPMS/* /mnt/fedora/RPMS
ln -s /mnt/iso2/Fedora/RPMS/* /mnt/fedora/RPMS
yum localinstall /mnt/hd/*~*createrepo*~*.rpm
cd /mnt/fedora
createrepo .
to configure yum to use it edit files at
/etc/yum.repo.d/ like this :
Code:
vi fedora-core.repo
[core]
name=Fedora Core $releasever - $basearch
baseurl=file:///mnt/fedora
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=core-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
edit all other repo files making enabled=0 keeping
only fedora-core.repo with 1 .

complete installing packages , try to install
only what you really need by choosing package
of a certain dependancy level , at some
stage this local repository will be abandoned
for a public mirror for installing packages
that are not in disc1 or disc2

Xorg
Code:
yum deplist xorg-x11-twm
yum install xorg-x11-twm
configuration
Code:
yum install firstboot
gnome
Code:
yum install gedit
edit /etc/inittab and choose runlevel 5
you can switch using init 3 , init 5
conifure system from System->Administration
 
Old 10-28-2006, 01:08 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
all looks good, i'd suggest submitting this as a LinuxAnswer to our documentation section though, and threads naturally sink to the bottom sooner or later.
 
Old 10-28-2006, 01:16 PM   #3
yakoub
Member
 
Registered: Oct 2006
Posts: 99

Original Poster
Rep: Reputation: 15
ya sure

Quote:
Originally Posted by acid_kewpie
all looks good, i'd suggest submitting this as a LinuxAnswer to our documentation section though, and threads naturally sink to the bottom sooner or later.
ya sure , i just don't know what is LinuxAnswer
i can see Tutorials and Articles but no documentation section
 
Old 10-28-2006, 01:21 PM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
http://www.linuxquestions.org/linux/answers/
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC6 beta3 upgrade to Final FC6 thyraios Fedora 1 09-18-2006 07:55 PM
burning cds with the new 2.6.11.8 djgerbavore Linux - Newbie 6 05-12-2005 08:26 PM
Burning MP3 CDs (not audio CDs) mlamarche Linux - Newbie 6 11-29-2004 04:09 AM
Burning CDs? quozt Linux - General 4 08-26-2003 06:19 PM
Help burning cds? moetjojo Linux - Newbie 6 05-19-2002 04:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation

All times are GMT -5. The time now is 09:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration