Hallo,
wir versuchen auf einem PC mit PXE debian zu installieren. Der DHCP server gibt an wo der TFTP Server steht und die Startdatei.
Bei der Dateistruktur habe ich den Standard belassen. Das heißt im obersten TFTPBOOT Verzeichnis 2 logische Links, die auf die Dateien /tftpboot/ubuntu-installer/i386/pxelinux.0 und /tftpboot/ubuntu-installer/i386/pxelinux.cfg zeigen.
In diesem Verzeichnis befindet sich ja auch die Datei initrd.gz
Die Installation startet auch einwandfrei. Mein Problem ist dass die preseed.cfg Datei nicht gefunden ? oder benutzt wird. Ich habe sie in das Verzeichnis /tftpboot/ubuntu-installer/i386/ kopiert oder die Installation mit der Option
kernel ubuntu-installer/i386/linux
append vga=normal initrd=ubuntu-installer/i386/initrd.gz preseed/file=preseed.cfg --
gestartet.
Beide Male lande ich im Installations Dialog. Die Automatische Installation mit dem preseed.cfg file versuchen wir schon seit 2 Tagen erfolglos.
Pls Help
Martin
d-i debian-installer/locale string en_US
# Keyboard selection.
# Disable automatic (interactive) keymap detection.
d-i console-setup/ask_detect boolean false
#d-i console-setup/modelcode string pc105
d-i console-setup/layoutcode string us
# To select a variant of the selected layout (if you leave this out, the
# basic form of the layout will be used):
#d-i console-setup/variantcode string dvorak
# netcfg will choose an interface that has link if possible. This makes it
# skip displaying a list if there is more than one interface.
d-i netcfg/choose_interface select auto
# To pick a particular interface instead:
#d-i netcfg/choose_interface select eth1
# If you have a slow dhcp server and the installer times out waiting for
# it, this might be useful.
#d-i netcfg/dhcp_timeout string 60
# If you prefer to configure the network manually, uncomment this line and
# the static network configuration below.
#d-i netcfg/disable_dhcp boolean true
# If you want the preconfiguration file to work on systems both with and
# without a dhcp server, uncomment these lines and the static network
# configuration below.
#d-i netcfg/dhcp_failed note
#d-i netcfg/dhcp_options select Configure network manually
# Static network configuration.
#d-i netcfg/get_nameservers string 192.168.1.1
#d-i netcfg/get_ipaddress string 192.168.1.42
#d-i netcfg/get_netmask string 255.255.255.0
#d-i netcfg/get_gateway string 192.168.1.1
#d-i netcfg/confirm_static boolean true
# Any hostname and domain names assigned from dhcp take precedence over
# values set here. However, setting the values still prevents the questions
# from being shown, even if values come from dhcp.
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain
# Disable that annoying WEP key dialog.
d-i netcfg/wireless_wep string
# The wacky dhcp hostname that some ISPs use as a password of sorts.
#d-i netcfg/dhcp_hostname string radish
d-i mirror/country string enter information manually
d-i mirror/http/hostname string archive.ubuntu.com
d-i mirror/http/directory string /ubuntu
d-i mirror/http/proxy string
# Suite to install.
#d-i mirror/suite string feisty
# Suite to use for loading installer components (optional).
#d-i mirror/udeb/suite string feisty