Fedora Installation :: Get F14 Updates As Part Of A Kickstart Installation

Apr 5, 2011

I'd like to write a kickstart file that installs available Fedora 14 updates as part of the installation process, much as if I was doing a standard Fedora 14 installation and had enabled the 'updates' repo.

So my question is, is there an easy way to do this? I don't want to have to go down the route of downloading all updated packages and maintaining my own update repo (or indeed, creating a repo with the dependencies listed above).

View 1 Replies


ADVERTISEMENT

Fedora Installation :: Error At Post Install Scripts For Fedora 10 Kickstart Installation

Nov 18, 2009

I am trying to install fedora 10 kickstart on my server.But I can't, because my kickstart installation hangs at post install scripts.It is not showing any message & stopped.

View 1 Replies View Related

Fedora Installation :: FC12 Kickstart Installation From CD

Sep 8, 2010

I have made the ks.cfg file with system-config-kickstart and placed it in the root Disk1.iso's root directory.I then made the Disk1.iso with the changes done and burnt the whole Installation image on a CD-ROM.The machine was booted with the the Disk1 and it went well till disk partitioning.Then suddenly installation halted with a message: "Unable to read package metadata. This may be due to a missing repodata directory. Please ensure that your install tree has been correctly generated.

View 3 Replies View Related

Fedora Installation :: How To Extract Bootable Part From The Installation DVD

Jun 24, 2010

I need to install fedora on my new 16 DELL servers. I will doing it through DRAC (Dell remote access console) but DRAC can mount only one ISO at a time. I am planning to do multiple installations at the same time.hence i need multiple boot.iso files for each and every DRAC console that I open for each server.The question is...How to extract just the bootable part from the fedora DVD? I don't whether it should be called boot.iso, but I hope you get my point.I believe it has got something to do with the "isolinux" folder on the DVD, but I don't know what and how.

View 4 Replies View Related

Ubuntu Installation :: After Dd From Full 15GB Part To 1.3TB Part, Shows Same Free Space?

Dec 8, 2010

I just used dd to clone a linux partition to a new hard drive, it had 800mb left on the old hard drive, after dd, new hard drive lists 1.29/1.3 terabytes full. Is this what happens by default in dd? How can I fix this?

View 1 Replies View Related

Fedora Installation :: 13 Kickstart Install From HDD ISO?

Jun 1, 2010

I have not used Fedora in a long while (since version 5 I think).I am moving back to it for my new home server but there is something that is driving me completely crazy. Can you no longer do HDD installs from a ISO?I whipped out my old kickstart files and worked off of them and all seams to be OK but every time it says it is unable to find the install source.Here are the first two lines of my KS file:

Code:
install
harddrive --partition=sdb1 --dir=/linux_install/fedora/iso

[code]....

View 1 Replies View Related

Fedora Installation :: F13 Alpha Kickstart On Usb Crashes?

Apr 11, 2010

I am trying to kickstart the F13 alpha from a usb drive.The usb drive is labeled "disk" and is setup with extlinux and can boot fine.My laptop has one hard drive (sda) and the only other drive is the usb (sdbThe ISO is copied on the root of the usb diskI extract the boot files from the F13 Alpha ISO and copy them on the disk also

Code:
cp /mnt/ISO/images/install.img /media/disk/images/install.img
cp /mnt/ISO/isolinux/vmlinuz /media/disk/boot/Fedora/.

[code]....

View 1 Replies View Related

Fedora Installation :: %pre Section In Kickstart Config?

May 2, 2011

Which directly is accessible during the %pre section? I try to use wget to retrieve a file from FTP to /root but after the machine is build, I don't see that file in /root directory.

View 3 Replies View Related

Red Hat / Fedora :: Complete Automated Installation Using Kickstart

Jan 25, 2010

I want to install Red hat based custom OS in a complete automated mode.I ll have my kick start file inside the CD rom and when I boot with that ISO or CD.The OS should start installing by taking parameters from the kick start file without having to specify the path of the kick start file inside the CD.like "linux ks=<path>".Is it possible to achieve this by writing any script or something so that when the CD boots the kick start path is passed automatically to the anaconda installer.

View 5 Replies View Related

Fedora :: Customized Kernel For Kickstart Installation

Oct 13, 2010

I have successfully setup a kickstart environment for installing the original Fedora 13 using PXE/DHCP/TFTP. Now I want to build a customized kernel and install it using the same Kickstart setup. After building the new kernel.rpm file, what are right steps to do to replace the original kernel rpm in Kickstart RPM directory, like fixing modules dependency, creating new bzImage and intrid etc?

View 2 Replies View Related

Fedora Installation :: Kickstart DVD Always Requires Internet Access

Sep 7, 2009

I'm trying to set a kickstart DVD for automatically installing Fedora 10 without touching the existing data partitions on our systems. I've got a kickstart file that works great from a kickstart server however I'm having issues with creating an unattended kickstart DVD. I've attached a copy of the kickstart file from the DVD. For some reason even though all the packages we are installing are on the DVD, anaconda always attempts to connected to the internet to get repository information after completing the partitioning. I have changed the install type to 'cdrom' before anyone asks! I have removed my %pre and %post sections as these just copy in some config files and do not touch anything other than local paths.

View 3 Replies View Related

Fedora Installation :: Encrypted Partition Configuration On Kickstart?

Feb 16, 2011

couldn't find anything similar on the forum.I am writing a kickstart for fedora 14 with a partition table similar to:

part / --asprimary --fstype="ext4" --size=10000 --encrypted --passphrase=pass1
part /boot --asprimary --fstype="ext4" --size=130
part /var --fstype="ext4" --size=5000 --encrypted --passphrase=pass1

[code]...

View 9 Replies View Related

Fedora Installation :: Generate A Kickstart File From An Existing Setup ?

Jan 4, 2009

I have recently been given the task of setting up some thirty odd netbooks with F10 and i was wondering if there is a way to generate a kickstart file from the first netbook (my one lol ) that i have setup to our needs so as to use it to create the same install on the rest of the netbooks. i had thought that i could use the anaconda-ks.cfg file in root's home dir but it is not at all representative of the custom package list i chose during the install.

View 8 Replies View Related

Fedora Installation :: F11 - Kickstart Setup For Mirrored Volume Group

Oct 22, 2009

Fedora 11. I am trying to setup kickstart so it lays out a mirrored volume group. I have 2 disks sda and sdb. I want a primary partition on each disk 200mb in size for /boot. This is to be mirrored onto raid device md0 (raid 1). The rest of each disk is to be setup partition which grows to use the remaining space, and is also mirrored (raid 1) md1. Onto md1, I want an LVM volume group called rootvg, and logical volumes set up on there for /, /home, /usr, /tmp etc. I can lay this out manually, and it works fine. However, the code below, which is slightly amended from a previous anaconda-ks.cfg file doesn't work.

Code:
clearpart --linux --drives=sda,sdb --initlabel
part raid.11 --asprimary --size=200 --ondisk=sda
part raid.12 --grow --size=1 --ondisk=sda
part raid.21 --asprimary --size=200 --ondisk=sdb
part raid.22 --grow --size=1 --ondisk=sdb
raid /boot --fstype=ext3 --level=RAID1 --device=md0 raid.11 raid.21
raid pv.1 --level=1 --device=md1 raid.12 raid.22

volgroup rootvg --pesize=32768 pv.1
logvol / --fstype=ext4 --name=rootlv01 --vgname=rootvg --size=512
logvol /home --fstype=ext4 --name=rootlv02 --vgname=rootvg --size=256
logvol /tmp --fstype=ext4 --name=rootlv03 --vgname=rootvg --size=128
logvol /usr --fstype=ext4 --name=rootlv04 --vgname=rootvg --size=3072
logvol /var --fstype=ext4 --name=rootlv05 --vgname=rootvg --size=1024
logvol /opt --fstype=ext4 --name=rootlv06 --vgname=rootvg --size=1024
logvol swap --name=LogVol06 --vgname=rootvg --size=1024

View 2 Replies View Related

Fedora Installation :: User Created W/Kickstart Password Is Wrong

Aug 13, 2010

I have a kickstart script that attempts to create user "joeblow" with an encrypted password. The user is created okay, but the password does not seem to "take". After installation is complete, and the system is rebooted, this is the relevant portion of /etc/passwd:

Code:

This is the relevant portion of /etc/shadow:

Code:

Where there are two exclamation points, I would expect the encrypted password (as is the case for the root user, which is also created in the kickstart file).

The relevant line in my kickstart file looks like this:

Code:

That password string, which is 34 characters, is the word "password", encrypted with this command:

Code:

Also in my kickstart file is this line:

Code:

After the install is complete, I reboot and attempt to log in as "joeblow", but no dice. If I log in as root, and manually put the above encrypted password into /etc/shadow for jowblow, I can then log in as joeblow.

View 2 Replies View Related

Fedora Servers :: No Installation On Part Of Client

Apr 13, 2009

Requirements

1) Can be integrated into web browser (so when click on chat the a window will open for chat with technical support executive:- It will be basically used for TS)

2) Must Have option to transfer file between costumer and TS execut

3) No installation on part of client

Basically it chat support as any other company on net... Like Symantec and all(Not That big thought)Any one know or have experience in this(setting up is relatively simple for me i need info on any particular software that i should try)Currently thinking about experimenting with ejabber... If that a bad choice i will loose lot of time and be behind schedule by miles.

View 3 Replies View Related

Fedora Installation :: 30 GB LVM Partition By Just Resizing Part Of The Volume?

Sep 1, 2010

I have been using Ubuntu for about a year and I decided to switch to Fedora just to see how it goes with getting everything in my system working again. I would say that with Ubuntu and Fedora installations I have installed and reinstalled 15 times, which I mention because I am not new to installing linux. I have used GParted to partition and resize my HD numerous times and reinstalled linux on a partition and so on. I know how to do all of that without any problems.

NOW HERE IS WHAT HAPPENED... I installed Fedora on my Desktop which I had partitioned into a 190 GB partition onto which Windows is installed and then I had another 30 GB partition onto which I chose to install Fedora. I chose the "replace existing Linux systems" in anaconda... and what resulted was a 30 GB partition with Fedora that is now showing up as LVM. I have never seen an LVM partition and I am not sure if I can use GPARTED to resize it without destroying it. I have used GPARTED to resize Linux partitions before, but they were never showing up as LVM. The forums on GPARTED only show info from about a year or two ago.

Here is what I want to do (and reading around on forums doesn't really give a good explanation of whether it is possible)... Is it possible to install Linux Mint into that 30 GB Fedora LVM partition by just resizing the Fedora part of the volume? So, the question is this: How can I resize the Fedora part of the LVM volume and then install Mint into that LVM partition?

If Fedora was on an ordinary 30 GB partition I would have no problem with using GPARTED to chop that in half and then use the 15 GB I freed up to install Mint. I just don't want to destroy the Fedora stuff by messing around the with the LVM partition so I would like to hear from others who have worked around this issue and please don't link to the ordinary LVM howto's you get through a simple google search as I have already read them and I don't find them too illuminating.

View 6 Replies View Related

Fedora Installation :: Ibmcam.ko Is No Longer Part Of The Distribution?

Aug 19, 2011

I've been yum upgrading since Fedora 3. For the first time, I did a fresh install with Fedora 15 and I found that ibmcam.ko is no longer part of the distribution in any way (even through rpm fusion). Is there a replacement for ibmcam.ko so I can get my cam working again?

View 6 Replies View Related

Fedora Installation :: Shrinking NTFS Growing Extended Part

Dec 26, 2009

I wanted to shrink my Windows NTFS partition to allow me to grow my extended partition which contains my Linux partitions, namely to grow my swap space and home directory some however it just fails at enlarging the extended partition. Is this a known problem because I know there were rewrites to the storeage backend of Anaconda.

View 4 Replies View Related

Ubuntu Installation :: Automatic Installation With Kickstart And Syslinux.cfg 10.10?

Jan 17, 2011

I am so close to the answer i think. My goal is to fully automate an entire Ubuntu installation off a usb flashdrive from start to finish. So, i did as this guide said and i made a kickstart ks.cfg file that is used to automate an installation, as i'm sure many of u know.The next step has infinitely confused me. To make the ks.cfg file boot automatically and startup an installation to my specifications.from this linkttp://old-releases.ubuntu.com/ubunt...en/apcs01.htmlI have found that editing the syslinux.cfg file in the syslinux directory on the usb can be used to load preseed file, which to my understanding serves the same purpose as a kickstart file.

View 2 Replies View Related

Fedora Installation :: FED13 Kickstart - Client Failed - Loader Failed To Mount

Jun 27, 2010

I have configured the remote installation of Fedora 13 with kickstart with nfs installation method. All work ok until I boot the Fedora 13 client system.

Fed13 client system receives the IP address from dhcp, receives the loader, loads vmlinuz and initrd.img from tftp, load anaconda, configures the network and dev eth0, mounts nfs server to load kickstart file, loads kickstart file (language...) but when it tries to mount nfs server to install from Fedora 13 installation tree it fails.

First, I thought that I had an error on my NFS configuration but I was wrong. I opened tty with ALT+F4 on the Fedora 13 client and I sew this error:

Code:

Is this a bug or can I modify anything to correct this error? How?

View 3 Replies View Related

Fedora Installation :: Not Getting Any Updates With F15 / Fix It?

May 25, 2011

Fedora 15.

I have been using Fedora 15 since the alpha.

However, since Fedora 15 has been released GA. I haven't been able to get any updates. It saids
Code:
No package marked for update
Here is the results of my yum upgrade code...

View 3 Replies View Related

Fedora Installation :: Error "Unable To Read Group Information From Repositories" - Kickstart Install Of F11

Jun 19, 2009

I'm doing a Kickstart install of Fedora 11 with a DVD ISO as the installation source and the ks.cfg file in the root folder of the DVD. The error message I get is: "Unable to read group information from repositories. This is a problem with the generation of your install tree."

View 3 Replies View Related

Ubuntu Installation :: Install Updates Returns To Main Window Without Installing Updates

Mar 24, 2011

For some reason Update Manager is not installing updates as of yesterday.I have it set to check daily and notify if updates are available. It has been working without issues for well over a year now.

Update Manager tells me updates are available and presents the list of security, recommended, and other updates. All are selected to update, but when I select Install Updates in Update Manager it returns with a Reading Package Information window overlaid on the main Update Manager window - building dependency tree then reading state information and dumps me back to the main Update Manager window without performing any update actions.

View 2 Replies View Related

Fedora Installation :: New F14 Install No Updates?

Nov 17, 2010

i just finished a fresh install of F14 and ran yum update, but it comes back with no updates? In the past, i've always had tons of updates after an install. Did the updates happen during installation so that I have a fully updated version?

View 2 Replies View Related

Fedora Installation :: F10 - Yum - Updates - Repositories - And Keys

Feb 8, 2009

I have what I suspect is a frequently encountered problem; indeed it may be an inevitable one. Moreover, I think that I know the solution to the problem. Let me explain.

History:
1. I downloaded f10 from the Fedora site.

2. I burned a DVD.

3. I installed f10 on my laptop using the DVD, and it seems to work correctly.

Symptoms:
4. I ran yum upgrade (as super user), and got the message 'No Packages marked for Update.'

5. I did the same thing for several days and got the same response.

6. I ran yum upgrade a* and got the same response. I thought that the mirror site might balk at large downloads.

Diagnosis:
From what I have read on the web I think the following is what happens.

What I will call the original repository-key system, the one that I downloaded and that is now on my DVD, is limited. It merely concerns the packages that are already on my DVD, and these packages are never changed in the original repository. Therefore, yum is working correctly and will always tell me that 'No Packages marked for Update.'

Cure:
There is a new repository-key system, and with it yum does real updates and upgrades. All I have to do is install the new repository-key system.

THE PROBLEM: ALTHOUGH I HAVE GOOGLED AND SEARCHED A LOT, I CANNOT FIND THE METHOD FOR GETTING AND INSTALLING THE NEW REPOSITORY-KEY SYSTEM IN F10. THERE MUST BE A SIMPLE STANDARDIZED METHOD. WHERE IS IT?

If the above is correct, then anyone who downloads and installs f10 as I did must face this problem.

View 14 Replies View Related

Fedora Installation :: Getting CRC Errors When Trying To Run Updates / Solution For This?

Apr 18, 2009

I just installed Fedora 9 for the first time and have been unable to run updates nor am I able to use the add/remove programs feature. With the system updates the error I receive is within the /urs/share/packages area. I posted this http://amahi.pastebin.com/m131ea1d2 I also receive a different error when I run the Add/Remove programs feature and I receive a similar error. I also tried running these commands from root while logged in as root -- yum clean meatadata
yum -y update but this had no change to the system. I also thought it may have been a RPMFusion issue so I looked at their FAQ and ran the command line to enable RPMFusion and it advises that this package is already installed. I am getting confused by this and not sure where to start so that I dont keep going over the same things with and getting the same results.

View 3 Replies View Related

Fedora Installation :: No Updates After Fresh Install?

Dec 2, 2009

I have just installed F 12 - clean install- but when I go to get updates today (Dec 2nd) no updates appear.I have done yum clean and yum makecache but still no updates available in software updates

View 8 Replies View Related

Fedora Installation :: Error While Installing Fed 12 Updates?

Jan 25, 2010

i'm a newbie to Fedora 12. While d/l the updates and installing I got this error. Where do I start?PS...I'm weening myself off MS so be gentle.

Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>

[code]....

View 2 Replies View Related

Fedora Installation :: How To Undo Package Updates

Sep 23, 2010

Two weeks ago I consumed all available FC13 updates. It was a terrible mistake. After that my my PC does not function properly and I have no clue how to fix it. I would like to get my PC in the previous (healthy) state. Is there an easy way to undo the updates? More than 60 packages were updated, but I do not remember which ones.

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved