FC5 kickstart ftp problems.[Scanned]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi guys,

I am trying to get a kickstart install of FC5 working from an FC5 vsftp server.

kickstart config file:

#############################################

#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth  --useshadow  --enablemd5
# System bootloader configuration
bootloader --append="acpi=off" --location=mbr --md5pass=$1$wYdAuPEv$WRhJus2Ch8JItFSeT11kf/
# Partition clearing information
clearpart --all --initlabel
# Use graphical install
graphical
# Firewall configuration
firewall --enabled # Run the Setup Agent on first boot
firstboot --disable
# System keyboard
keyboard uk
# System language
lang en_GB
# Use network installation
url --url=ftp://kickstart:kickstart@xxxxxxxxxxx/
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
reboot

#Root password
rootpw --iscrypted $1$wnyEEk4y$nUr6UXuk/5OlXXd8fogF0/
# SELinux configuration
selinux --disabled
# System timezone
timezone  Europe/London
# Install OS instead of upgrade
install
# X Window System configuration information
xconfig --defaultdesktop=GNOME --depth=32 --resolution=1024x768 --startxonboot
# Clear the Master Boot Record
zerombr
# Disk partitioning information
part /boot --bytes-per-inode=4096 --fstype="ext3" --size=100
part  --bytes-per-inode=4096 --fstype="swap" --size=384
part / --bytes-per-inode=4096 --fstype="xfs" --size=8096
part /home --bytes-per-inode=4096 --fstype="xfs" --grow --size=1

%packages
@base
@base-x
@graphics
@gnome-desktop
@graphical-internet
@office
@sound-and-video
@admin-tools
@system-tools
@printing
@editors
@dialup
@text-internet

############################################

I have copied the contents of the fc5 dvd to the root of the FTP server, and changed ownership of all files to kickstart:kickstart (the user called in the kickstart file)

However I keep getting an error when I boot from the FC5 CD using:

linux xfs acpi=off ks=floppy

Anaconda starts to load then displays:

Failed to retreive / ./repodata/repomd.xml
Failed to establish a data connection with the FTP server.

I am pretty sure the machine can see the ftp server as when I forgot to start the vsftpd service on the server the error was very different. I suspect that the client cannot see the required file.

Has anyone managed to get this working, if so how?!

Many thanks,

-Chris


This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux