> Also 1483 seems like a very small preseed file.
It is. # ls -l preseed_Debian-6.0.7.cfg -rw-r--r-- 1 root root 1488 Mar 8
14:00 preseed_Debian-6.0.7.cfg# more preseed_Debian-6.0.7.cfg #d-i
netcfg/dhcp_timeout string 60#d-i debian-installer/locale string en_US#d-i
console-keymaps-at/keymap select us#d-i keyboard-configuration/xkb-keymap
select us#d-i netcfg/choose_interface select eth0#d-i netcfg/get_nameservers
string x.x.x.x#d-i netcfg/get_hostname string myhostname#d-i netcfg/get_domain
string mydomain#d-i netcfg/get_hostname seen true#d-i netcfg/get_domain seen
true#d-i netcfg/get_ipaddress string y.y.y.y#d-i netcfg/get_netmask string
255.x.x.x#d-i netcfg/get_gateway string z.z.z.z#d-i netcfg/confirm_static
boolean trued-i netcfg/wireless_wep string#d-i mirror/country string USd-i
mirror/protocol string httpd-i mirror/http/hostname string 192.168.1.12d-i
mirror/http/directory string /Debian-6.0.7-amd64/debian/d-i passwd/make-user
boolean falsed-i passwd/root-password password ppppd-i
passwd/root-password-again password ppppd-i clock-setup/utc boolean trued-i
time/zone string US/Easternd-i clock-setup/ntp boolean trued-i
partman-auto/disk string /dev/sdad-i partman-auto/method string lvmd-i
partman-lvm/device_remove_lvm boolean trued-i partman-lvm/confirm boolean
trued-i partman-auto/choose_recipe select homed-i
base-installer/kernel/linux/initramfs-generators string initramfs-toolsd-i
base-installer/kernel/image string linux-image-2.6-486d-i
debian-installer/allow_unauthenticated boolean trued-i
finish-install/keep-consoles boolean trued-i finish-install/reboot_in_progress
note#
Do you see anything missing? The first few lines are commented out because I'm
using most of them as the boot params on 'append' line.