Hi I'm trying a preseed Debain "Lenny" 5.0.1 installation and all works fine but some options are skipped. This options are: 1 ) cdrom-checker doesn't start with "d-i cdrom-checker/start boolean true" 2 ) OEM installation doesn't work with "d-i oem-config/enable boolean true" 3 ) Xorg presonalized configuration are skippe with : "xserver-xorg xserver-xorg/autodetect_video_card boolean true" "xserver-xorg xserver-xorg/autodetect_monitor boolean false" "xserver-xorg xserver-xorg/config/monitor/selection-method select" "xserver-xorg xserver-xorg/config/monitor/mode-list select 640x480 @ 60 Hz" "xserver-xorg xserver-xorg/config/display/modes multiselect 640x480" "xserver-xorg xserver-xorg/autodetect_mouse boolean true" Please can you help me with any? I checked the preseed file with "debconf-set-selections -v -c preseed.cfg" and it's parsed. I attach the complete preseed file. Sorry for my english and thanks a lot in advance ----------------------------------------------------------------------------------------- ##System language and Language modules to install d-i debian-installer/locale string en_US d-i pkgsel/language-packs string en_US d-i console-keymaps-at/keymap select us #Network information d-i netcfg/choose_interface select auto #Hostname and domain name d-i netcfg/get_hostname string hostname01 d-i netcfg/get_domain string domain02 #Packages mirror information d-i apt-setup/use_mirror boolean true d-i mirror/protocol select http d-i mirror/country string enter information manually d-i mirror/http/hostname string ftp.us.debian.org d-i mirror/http/directory string /debian d-i mirror/suite string lenny d-i mirror/http/proxy string #Security mirror information d-i apt-setup/services-select multiselect security, volatile d-i apt-setup/security_host string security.debian.org d-i apt-setup/volatile_host string volatile.debian.org base-config apt-setup/security-updates boolean true #System timezone d-i clock-setup/utc boolean true d-i time/zone string Europe/London #Clock NTP Synchronize d-i clock-setup/ntp boolean true #Disk partitioning information d-i partman-auto/method string regular #Atomic with LUI partition d-i partman-auto/expert_recipe string \ 5000 50 5000 ext3 \ $primary{ } \ method{ keep } \ use_filesystem{ } filesystem{ ext3 } \ mountpoint{ /LUI } . \ \ 128 512 256 ext3 \ $defaultignore{ } \ $primary{ } \ $bootable{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext3 } \ mountpoint{ /boot } . \ \ 500 10000 1000000000 ext3 \ $lvmok{ } \ $primary{ } \ $bootable{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext3 } \ mountpoint{ / } . \ \ 96 512 300% linux-swap \ $lvmok{ } \ method{ swap } \ format{ } . d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select Finish partitioning and write changes to disk d-i partman/confirm boolean true d-i debian-installer/allow_unauthenticated string false ##Users accounts information #Root account d-i passwd/root-login boolean false #Initial user account for OEM mode (will be overided on reboot) d-i passwd/user-fullname string OEM d-i passwd/username string oem d-i passwd/user-password password password d-i passwd/user-password-again password password #Package selections tasksel tasksel/first multiselect standard, desktop #Popularity contest popularity-contest popularity-contest/participate boolean true #System bootloader configuration d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true ##Additional Options #Reboot after installation d-i finish-install/reboot_in_progress note #Prevent for ejecting CDROM d-i cdrom-detect/eject boolean false #OEM Configuration d-i oem-config/enable boolean true #Check media CD before installation d-i cdrom-checker/start boolean true ##X Window System configuration information #Videocard Settings xserver-xorg xserver-xorg/autodetect_video_card boolean true # Monitor Settings xserver-xorg xserver-xorg/autodetect_monitor boolean false xserver-xorg xserver-xorg/config/monitor/selection-method select xserver-xorg xserver-xorg/config/monitor/mode-list select 640x480 @ 60 Hz xserver-xorg xserver-xorg/config/display/modes multiselect 640x480 # Mouse Settings xserver-xorg xserver-xorg/autodetect_mouse boolean true