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


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 :: 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 View Related

Fedora Installation :: Why 13 Clean Installation Ends Up To Lots Of Fc12 Packages

Jun 1, 2010

I did a clean install of fedora 13 on my sys, however when i run

Code:

rpm -qa |grep fc12

lots of and lots of fc12 packages pop up. below is the list. if there is fc13 version of these packages, and if there is (which I suspect for at least some of them there should be) why my sys doesn't update to those packages?

here is the list of fc12 packages:

Code:

~$ rpm -qa |grep fc12
ctan-cm-lgc-fonts-common-0.5-17.fc12.noarch
plexus-compiler-1.5.2-4.3.fc12.noarch
texlive-texmf-errata-fonts-2007-7.fc12.noarch

[code]....

View 5 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 :: Upgrading The Fc12 To F13?

May 13, 2010

I'd like to reproduce the way I got to f12 from f11, but obviously to f13 basically I started out on the f11 rawhide repos, then as f12 got released a yum update updated my fedora-release and then hey presto I was automatically upgraded to f12 final release if I now turn on my rawhide repos, as f13 is nearing completion, will I be updated to the latest f13 release (RC3 I believe) and then as f13 gets released my fedora-release will be updated and i will then be upgraded to f13 final as happened before?I don't want to download a whole dvd iso and then upgrade when f13 is final, I'd like to do a gradual transition ie..

f12 -> f13 RC3 via rawhide
f13 RC3 -> f13 Final via yum update

View 2 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 Installation :: New FC12 Kernel Will Not Boot

Nov 17, 2009

I just upgraded to Fedora 12 x86_64 via yum upgrade. However I have problems with booting. The new FC12 kernel won't boot. Boot output is something like

Code:
ERROR: sil: RAID type 253 not supported
ERROR: adding /dev/sda to RAID set "sil_ajabaccaaidg
ERROR: sil: RAID type 253 not supported
ERROR: adding /dev/sdb to RAID set "sil_ajabaccaaihe
No root device found Boot has failed

I resized boot partition to 400MB, formatted it as ext4 and recopied all files, modified fstab to update boot partition's UUID. Tried to set a boot flag on boot, still, I can only boot with the old kernel from Fedora 11. Is it a Fedora 12 kernel's bug or something wrong with my setup? I don't use any RAID, and the sil error is present with Fedora 11 kernel also.

View 1 Replies View Related

Fedora Installation :: Using The Live-CD To Install FC12-RC4?

Nov 17, 2009

i am not sure where to post this issue since i am using RC4 of FC12 so posting it here.I am using the Live-CD to install FC12-RC4, it is gnome x86_64. The issue is as follows:I never had this with OpenSuSE. Mandriva & Ubuntu all of which is the latest release. Why the installer has to initialize the hard disk?

View 9 Replies View Related

Fedora Installation :: Upgrade From FC6 - FC12 Woes?

Nov 28, 2009

I decided to upgrade finally. It didn't go smoothly and right now I'm not really sure what is going on. During the install when it was scanning my disks it threw a timeout error but continued anyway. I completed the install but one thing that seemed odd to me is that I wasn't asked about packages or anything and it never prompted me for any other CDs. I wasn't sure what was going on. I did a re-install but same results.

So I figured fine I'll just configure things myself. I went to mount my other partitions and was unable to. I'm not sure what was done but I've not been able to get to my old data. I'm not even sure where to start because things are so different. I ran fdisk -l and I see these devices:

/dev/sda
/dev/sdb
/dev/dm-0
/dev/dm-1

Under /dev/sda It shows /dev/sda1 but tells me that partition 1 does not end on cylinder boundary it then shows /dev/sda2. This has a System of Linux LVM. Same with my /dev/sdb1. I am guessing this is where my 2 old partitions went. I looked up LVM which I didn't know anything about before. Previously I was about to mount my partitions directly so I'm pretty sure they were not LVM. So somehow these got converted?

I don't know what /dev/dm-0 and /dev/dm-1 are but I do get errors on them:

Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1 doesn't contain a valid partition table

Right now I'm trying to simply get to my data once again or determine if it's unrecoverable. At this point I'm at a loss as to how to proceed. I know I didn't tell the install to format anything other than the first partition. Oh and after the two Fedora installs I did take a peek at Unbuntu. I started that install and it told me that the partition I was installing on was too small. So I canceled it. It showed the other partitions but I could see no way to read them.

View 7 Replies View Related

Fedora :: FC12 Installation Paused And Not Continuing

Feb 25, 2010

When I install Fedora core 12 from DVD (I downloaded iso file from Internet and burned it to DVD). After the first screen display, I choice the first command (and the other time, I choice the second), and then, the installation began. But, about 1 minute after, the installation paused (may be stopped) and never continue. I don't know why. I installed Windows 7 before and I want to install Fedora 12 as a second OS. My laptop is HP Pavilion dv4.

View 1 Replies View Related

Fedora Installation :: 32-bit OS On 64-bit - FC12 / 11 With I586 Kernel On The Hardware?

Dec 10, 2009

I have some programs, that will only install on i586 architecture (opposed to x86_64). My CPU is 64-bit architecture. Can I install FC12/11 with i586 kernel on the hardware? How? Any disadvantages except the fact that I'm supposedly not able to use the 64-bit feature of the CPU?

View 3 Replies View Related

Fedora Installation :: Fc12 Still Has And Still Picking Up Fc11 Packages?

Mar 4, 2010

What to do? After preupgrade and update fc11->fc12, system has a mixture (oh yeah) of fc11 packages and fc12 new ones. Dependencies problems, and even by removing, reinstalling packages sometimes it's picking up fc11 ones.I tried yum clean etc to no avail. Is there any script or anything to solve this automatically? I suppose the solution is to manually erase all the fc11 packages (assuming they are really installed and not simply reported as such)?

View 14 Replies View Related

Fedora Installation :: How To Get Kernel-devel-2.6.32.11-99.fc12.i686

May 21, 2010

Use 2.6.32.11-99.fc12.i686 kernel,

A package needs same kernel source to build.

Add/Remove Software show only: 2.6.32.12-115.fc12... & 2.6.31.5-127.fc12...

How to get kernel-devel-2.6.32.11-99.fc12.i686?

View 1 Replies View Related

Fedora Installation :: FC12 To FC13 Upgrade Woes?

May 26, 2010

Took an FC12 system to FC13 via 'preupgrade'There was a REALLY old version of gimp-print-cups in RPM, and the installer announced "a fatal error occurred". However, everything else seemed to download properly and I allowed the upgrader to reboot the system.

a) grub boots the kernel, then the kernel can't find root and panics. It does this because it can't root file system with root=UUID= kernel option. If I manually tweek the grub line to use root=/dev/sdx, kernel finds its root and boots up to the next problem.

b) GUI environment not launched. Init scripts die on "error loading modules.dep". Sure enough - one is not there. Ran "depmod" to generate it ,and rebooted. System reboots into GUI, where I login to find the next problem.

c) Evolution won't start. Reason turns out the evolution-data-server from FC12 is still present. Did a check on just how many other FC12 RPM's are present: 1100. Yeah - over 1000. About 850 of the FC12 RPM's also had FC13 replacements installed. Did an "rpm -e" on these. Also had to do some remove action on mkinitrd, nash, plymouth-scripts-0.8.0, and parted-1.9.0 as there are replacements for these utilities under different package names. That cleaned up the system some, to present me with the next problem.

d) yum package repository still linked into FC12. Removed fedora-release-12-2.noarch and then I could "yum install" evolution and a few other packages properly.

I've done one other FC12->FC13 upgrade today, and that went flawlessly. So, I think in general the upgrade works fine. It just looks like if preupgrade finds anything amiss, it doesn't take care of a lot of things and generally leaves you with an unbootable mess to clean up.

View 6 Replies View Related

Fedora Installation :: 13 Upgrade: Remove Fc12 Packages?

Jun 7, 2010

I had a fairly smooth upgrade process using PreUpgrade on my main workstation, but I still have a huge bunch of fc12, some of which have fc13 analogs installed, some of which don't (a total of 317 packages). Also, I still have the Constantine gdm theme, probably as a symptom of these lingering packages. Can I just yum erase these? Do I need to check which have analogs in fc13? I don't know which step of the upgrade I forgot, but it seems I'm stuck somewhere in between, although

Code:

joel@localhost: ~> cat /etc/fedora-release
Fedora release 13 (Goddard)

View 10 Replies View Related

Fedora Installation :: Install Fc12 From A Hard Drive Partition?

Dec 2, 2009

how do I install fc12 from a hard drive partition? I downloaded thec12 dvd iso file...when I burned this to a DVD it wanted to install from my DVD and not a file on external media.---------- Post added at 08:03 PM CST ---------- Previous post was at 07:53 PM CST ----------this looks like it:[URL]

View 5 Replies View Related

Fedora Installation :: Upgrading To FC12 Due To Conflicts And Dependency Errors

Feb 17, 2010

I've been trying to upgrade my installation for some time now and just can't quite get it right. I would upgrade from the DVD but the installer hangs when it says "Looking for installation images on CD device /dev/sr0". However, that's not really my question. I've resorted to the upgrade instructions as found at [URL]. If I don't use the '--skip-broken' option it complains about the following:

abrt-gui-0.0.11-1.fc12.x86_64 from fedora
abrt-libs-1.0.6-1.fc12.x86_64 from updates
samba-3.4.5-55.fc12.x86_64 from updates
samba-client-3.4.5-55.fc12.x86_64 from updates
samba-common-3.4.5-55.fc12.x86_64 from updates
samba-winbind-3.4.5-55.fc12.x86_64 from updates
samba-winbind-clients-3.4.5-55.fc12.x86_64 from updates

If I use the skip broken option, it then complains about:
Transaction Check Error:
file /usr/share/locale/de/LC_MESSAGES/cryptsetup.mo from install of cryptsetup-luks-1.1.0-0.4.fc12.x86_64 conflicts with file from package cryptsetup-luks-1.0.6-7.fc11.i586
file /usr/share/locale/sv/LC_MESSAGES/cryptsetup.mo from install of cryptsetup-luks-1.1.0-0.4.fc12.x86_64 conflicts with file from package cryptsetup-luks-1.0.6-7.fc11.i586
file /usr/share/man/man8/cryptsetup.8.gz from install of cryptsetup-luks-1.1.0-0.4.fc12.x86_64 conflicts with file from package cryptsetup-luks-1.0.6-7.fc11.i586

I can't seem to remedy this problem. There were other conflicts but I just removed those packages. When I attempt to remove 'cryptsetup-luks' it then tells me it's going to remove something like 200 others which did not sound like a good idea.

View 14 Replies View Related

Fedora Installation :: FC12 Install From Live CD - How To Make The Partitions

Mar 11, 2010

I'm trying to install from the Live CD. I read the sticky about needing a /boot and a / partition. I think that sticky applies to me but I'm not sure; once the Live CD loads, I click the "Install to Hard Drive" icon on the desktop. It thinks for awhile but ultimately doesn't display anything.What I'm not sure about is how exactly I go about making those partitions. My current HD is a Ubuntu system (Karmic Koala), and its network slowness has prompted me to try FC12. I've backed up everything already, I don't need to preserve anything on the existing drive.

I'm looking for the easiest way to get FC12 installed. Should I fool with the partitions? I just download a different install CD i.e. a non-Live one? If so, which one? Do I need all 5 or so CD images? I don't have a DVD burner so downloading the DVD isn't an option. I'm comfortable working from a Linux command line once the system is working, but I don't have much experience "close to the metal" i.e. actually getting a system up and running.

View 1 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 :: DVD FC12 Install / Upgrade Wiped Everything On Disk Old FC11

Nov 24, 2009

Was using preupgrade from FC11x64 to 12x64. Preupgrade caused alot of problems like /boot not enough diskspace. After some searching found the steps and preupgrade proceed happily but after reboot got kernel panic grrr.

Took 3 days to find another machine to download and burn the FC12x64 disk. So I booted via the FC12x64 disk and selected the 1st option to install/upgrade. I thought it is upgrade and so choose replace my existing linux system however it wiped out everything on the disk. I have some important data in my home directory. I think it is in LVM, not a partition like /dev/sda1. How can I recover them? Was using stock settings.

View 3 Replies View Related

Fedora Installation :: FC12 Via USB CDROM In External Enclosure - No Devices Found

Feb 3, 2010

Why is it that FC6 installs just fine from a USB CDROM in an external enclosure but FC12 boots from the CD asks to install or upgrade an existing system but then stops at no devices found and wants the install path for the install image? It appears to see the CDROM, boots then looses its mind and forgets a CDROM was attached.

View 13 Replies View Related







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